Lisp
- Exploring Distributed Parallel Computing with Easy-ISLispmedium.com Exploring Distributed Parallel Computing with Easy-ISLisp
Distributed Parallel Lisp Computing Experiment
- Early Standardization of Common Lispfosstodon.org Paolo Amoroso (@amoroso@fosstodon.org)
This paper on the early standardization of Common Lisp is very interesting despite having been published in 1982, even prior to CLtL1. By tracing the history of Lisp the paper highlights how the two major dialects at the time, MacLisp and Interlisp, influenced the design of Common Lisp. And it expl...
Paolo Amoroso (@amoroso@fosstodon.org) writes:
> This paper on the early standardization of Common Lisp (full text) is very interesting despite having been published in 1982, even prior to CLtL1. > > By tracing the history of Lisp the paper highlights how the two major dialects at the time, MacLisp and Interlisp, influenced the design of Common Lisp. And it explains why the former was the major influence and little of the latter ended up in the new standard.
- Awesome Fennelgithub.com GitHub - adelarsq/awesome-fennel: Awesome Fennel
Awesome Fennel. Contribute to adelarsq/awesome-fennel development by creating an account on GitHub.
Fennel is a programming language that brings together the speed, simplicity, and reach of Lua with the flexibility of a lisp syntax and macro system.
- An ARM assembler written in Lispforum.ulisp.com An ARM assembler written in Lisp
You can write machine-code functions in uLisp with the help of the ARM assembler written in Lisp, and I’ve recently updated it to make it more compact. It will now fit on a board with about 2000 objects of workspace, with room to spare to write assembler programs and run them. This post describes h...
- Nanopass compiler framework (used by Chez Scheme)
(I can help with moderation if needed.)