This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

LISP for the Parallella

1 post · 6608 views

My interest in parallel computing and LISP led me to start developing a small LISP interpreter for the Parallella board because there are not any existing suitable open source alternatives. The work is still in progress but the basics are there. This is the first interpreter I've written from scratch so I'm eager to receive some feedback. Therefore, If anyone has the time to take a look then that would be great.

I'm slowly developing the code and starting to add the programming constructs necessary to implement a distributed LISP interpreter. At some stage I plan to add garbage collection but at present I'm running out of space on the board.

Here is the link to the github repository: https://github.com/drewvid/parallella-lisp