bone-lisp
bone-lisp copied to clipboard
The Bone Lisp programming language
Hi, the semi-manual memory management used in Bone Lisp is of interest to me. I'm looking at extending the S-expression syntax of WebAssembly into a full blown Lisp-like programming language....
Hi I have made several attempt to have lisp running on an STM32. I have been looking at Carp and Ferret-lang. Ferret seems to be closer to embedded system but...
As soon as 0.5 is done, I will start working on these: - Improve the documentation generator; it's not very useful currently. - ncurses bindings; I want at least some...
While `bone_load()` skips the first line of a file if it starts with `#!`, the reader itself does not. Trying to `read` such a file results in an error due...
I am happy to write a clang-format config for bone-lisp to enforce c code style across the project, can then hook it up to make as `make format` or potentially...