Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 244 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 244 Bytes

ps1-lisp

A very simple lisp, suitable for embedding.

Features

  • No use of malloc() or other system calls, ideal for -ffreestanding
  • Mark-and-sweep garbage collector
  • Efficient slab allocator implementation for cons and value cells