experimenting zig and erlang together, something like rustler?
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Luna 67923cf137 add code 4 years ago
src add code 4 years ago
.gitignore add code 4 years ago
LICENSE Initial commit 4 years ago
README.md add code 4 years ago
build.zig add code 4 years ago

README.md

zigrlang

THIS DOES NOT WORK (yet, i suppose)

i tried to slap zig and erlang nifs together, didn't work well mostly because erlang nifs use c macros that are hell on earth to understand and i reached a TODO on zig's translate-c which means i won't be really able to do many things with this until translate-c is more feature-complete, or translate-c-2, you get the point.