(no title)
morcus | 1 month ago
I am not too familiar with C - is the idea that it's easier to incrementally have some parts of your codebase in this language, with other parts being in regular C?
morcus | 1 month ago
I am not too familiar with C - is the idea that it's easier to incrementally have some parts of your codebase in this language, with other parts being in regular C?
saidnooneever|1 month ago
another is that it only has C runtime requirement, so no weird runtime stuff to impelement if youd say want to run on bare metal..you could output the C code and compile it to your target.
lerno|1 month ago
zbendefy|1 month ago
actionfromafar|1 month ago