8 Likes
Call me a langist (= like a racist but for programming languages), but C is ugly.
– langist
olive.c
^^^^^^
– Very poggers! Ya’ll beat me to it.
I’ve been looking for something like this for a while!
I’m not sure I get the macros part tho, it reads like the author just gave up on them.
Some libraries can’t function without using their macros; does anyone have an example of how to translate them?
2 Likes
This can be very useful for prototyping but I wouldnt use it in a serious project, becuse you would usually get better bindings by doing it manually instead
2 Likes
Make them Odin (not foreign
) functions with #force_inline
? I haven’t really looked into #force_inline
so maybe I’m wrong.