Skip to content

Instantly share code, notes, and snippets.

@Sleepful
Last active July 11, 2023 05:46
Show Gist options
  • Save Sleepful/d0dc1c0b75eaa883ae56db378865ce9d to your computer and use it in GitHub Desktop.
Save Sleepful/d0dc1c0b75eaa883ae56db378865ce9d to your computer and use it in GitHub Desktop.

How to pick between Zig and Rust.

flowchart TD
    A(Do you want to `malloc`?) -->| yes |Zig
    A(Do you want to `malloc`?) -->| No |Rust
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment