Announcing PilMCU, the Lisp Machine on a Chip
mail-archive.com
Announcing PilMCU, the Lisp Machine on a Chip
1–10 of 35 posts
Re: Announcing PilMCU, the Lisp Machine on a Chip
#2Re: Announcing PilMCU, the Lisp Machine on a Chip
#3Re: Announcing PilMCU, the Lisp Machine on a Chip
#4Re: Announcing PilMCU, the Lisp Machine on a Chip
#5No links to the actual thing?
Re: Announcing PilMCU, the Lisp Machine on a Chip
#6Do you have a diagram with the design? Something to amuse people even more? ;)
It seems they're interested in launching this is a commercial (or crowd-funded) hardware product.
Re: Announcing PilMCU, the Lisp Machine on a Chip
#7No links to the actual thing?
I wonder if this is related: http://picolisp.com/wiki/?home
This is PilMCU, a hardware design which apparently runs PicoLisp.
Right now, only the design exists, not physical hardware. But you can run the design in a simulator. ...Something, something, verilog. (This is not my area of expertise.)
[Edit: the devs use the Icarus verilog compiler to provide simulations. It's available in Debian repositories.]
Re: Announcing PilMCU, the Lisp Machine on a Chip
#8I'd really like to see the full ISA, etc for the chip. A few years ago, I was doing research on building a byte code based vm after working through Peter Michaux "Scheme From Scratch" http://peter.michaux.ca/articles/scheme-from-scratch-introdu... . (I highly recommend running through his code, but do the GC earlier, it's easier to get it from the start than to try to add it.) I couldn't find anything online listing…
I will have a look when back at home.