oitzujoey
oitzujoey
Added Core i7-4800MQ and Core i3-6100
Rhombus is the new language that the creators of Racket are working on. While the compiler internals will be based on sexprs, the syntax looks more like Haskell to me....
Urn seems to emphasize compilation over interpretation. I appreciate that, but it's sometimes nice to call `eval` on quoted forms. Does `eval` exist or is it possible to define it...
I am unable to compile on Arch Linux. [log0.txt](https://github.com/user-attachments/files/18223132/log0.txt) % ldd --version ldd (GNU libc) 2.40 The code preventing it from compiling seems to be this: code/qcommon/q_shared.h:417 ```c #ifdef __linux__...