|
|
|
|
|
by daemon_beard
2465 days ago
|
|
Since you seem to know how this works -- I hope you won't mind if I ask you a slightly on-topic question about this... I've been trying to find out if I can take the generated C code that nim produces and, for example, compile it on some exotic architecture (say an ancient solaris/sparc system or some aix/power thing, or some mips microcontroller with linux) however I can't find any examples of people doing this... Is it possible? Or should I abandon hope and continue writing C for these platforms? :} |
|
And for CPUs - https://github.com/nim-lang/csources/blob/master/build.sh#L1...