marcpaq/arpilisp
Fork: 36 Star: 549 (更新于 2024-10-22 13:21:25)
license: MIT
Language: Assembly .
A Lisp interpreter for Raspberry Pi implemented in a single ARM assembly file
arpilisp
Do you know how to implement a Lisp interpreter? Neither did I until I did. This is the result.
Arpilisp is a Lisp interpreter for the Raspberry Pi. It uses assembly, the lowest level language, to implement an interpreter for Lisp, the highest level language. Arpilisp implements Lisp from scratch, with no help from any libraries and minimal help from the kernel.
It's all in a single, commented assembly file, ready to build, use, extend, and hack.
To get started you can either download arpilisp.s directly or clone this repository:
git clone https://github.com/marcpaq/arpilisp
Instructions for building and using are in the file.
Feedback is welcome and encouraged.
Enjoy.
最近版本更新:(数据更新于 2024-09-13 22:19:42)
主题(topics):
assembly, lisp-interpreter, raspberry-pi
marcpaq/arpilisp同语言 Assembly最近更新仓库
2024-08-20 01:46:05 BLAKE3-team/BLAKE3
2024-08-13 17:59:17 bird-sanctuary/bluejay
2024-04-20 03:03:25 donno2048/snake
2024-01-17 22:35:56 SheerSt/pokewilds
2022-03-27 23:38:05 mathiasvr/bluejay
2022-03-17 21:09:30 below/HelloSilicon