Skip to content

Instantly share code, notes, and snippets.

View Ivo-Balbaert's full-sized avatar

ibalbaert Ivo-Balbaert

  • CVO Antwerpen
  • Belgium - Antwerp
  • 22:25 (UTC -12:00)
View GitHub Profile
@Sharktheone
Sharktheone / Arch-Mojo.md
Last active December 7, 2023 15:44
Install the new mojo programming language on Arch. This will be obsolete when mojo adds official Arch support.
@ityonemo
ityonemo / test.md
Last active May 5, 2024 15:42
Zig in 30 minutes

A half-hour to learn Zig

This is inspired by https://fasterthanli.me/blog/2020/a-half-hour-to-learn-rust/

Basics

the command zig run my_code.zig will compile and immediately run your Zig program. Each of these cells contains a zig program that you can try to run (some of them contain compile-time errors that you can comment out to play with)