LispmFPGA: the goal of this project is to create a small Lisp-Machine in an FPGA

22 points by lproven


rtpg

I’ve always been interested in what kind of fundamental things a lisp machine could do at a hardware level that would be helpful.

I know about the car/cdr thing but is that enough?

deivid

Excellent project idea! I started writing a CPU to run WASM directly, also in an FPGA. It’s fun, even if there is no practical use-case