experimenting zig and erlang together, something like rustler?
| src | ||
| .gitignore | ||
| build.zig | ||
| LICENSE | ||
| 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.