Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blisp

blisp is a lisp interpreter as a bootsector OS. The whole interpreter lives in the 510 bytes of the boot sector.

Build & run

make
make start

The language

Symbols and lists, no numbers. Expressions are typed at the prompt and may span lines; the result prints after the expression is complete and one more key (usually the final enter) is pressed. Memory is bump-allocated, there is no GC so reboot to reset.

About

blisp is a lisp interpreter as a bootsector OS

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages