Hello,
just found Nim. This is nice -- CoffeeScript made js-stuff fun, this can make the same for gold old C !
Despite a long session of google-fu, I have not figured out:
howto make compile standalone for arm cpus?
when one tries combination:
--os:standalone --cpu:arm
results in:
/home/arisi/projects/Nim/lib/nimbase.h:385:13: error: size of array 'assert_numbits' is negative typedef int assert_numbits[sizeof(NI) == sizeof(void*) && NIM_INTBITS == sizeof(NI)*8 ? 1 : -1];
which according the header is indication of mismatch in word length -- as expected.
It seems one must decipher configuration scripts to remove 16-bit setting from standalone option ?
Standalone option seems to be hardwired for 16-bits.. which is not quite useful.