mal
mal copied to clipboard
mal - Make a Lisp
Hello. This merge request contains 3 commits implementing three ideas, and a backport from #592. The suggestions are interconnected, so a single merge request is convenient for now to start...
The modified implementations have been tested on Debian bullseye. * prefer latest Ubuntu image, hopefully reducing the image count * for Ubuntu versions, prefer numerical versions to unsorted codenames *...
Related with issue #587 . * Merge eval-ast and eval into a single conditional. * Print "EVAL: $ast" at the top of EVAL. * Expand macros during the apply phase,...
I mean,what is the basic functions that the language which i choose for the interpreter? for example can i make a modernized lisp machine by gates?and what is the challenge...
I am just beginning to review the VHDL version, please could this expression be elaborated? ie is this a defect of the implementation? or what is the reason for its...
This fixes an occasional segmentation fault.
Current implementation of **pprint** is not compatible with implementations using languages that do not guarantee that **keys** on a _hash-map_ keep ordering (e.g. Go language). This PR corrects this.
Hello. A suggestion may simplify the process, or at least most existing implementations as far as I have experimented. Please be indulgent for the argumentation, english is not my native...
Hey @mmcgill, relaying a message from @borkdude who tried to build native with native-image and ran into some issues: https://gist.github.com/borkdude/e0e12997ce3a7b09b44f15769add85a9 (tweet for reference: https://twitter.com/borkdude/status/1400149389654597632) If either of you are interested...