Prev No Next Up Home Keys Figs Search New

Scheme Interpreter

Appeared in Volume 10/2, May 1997

Keywords: scheme.


dforst@zoo.uvm.edu
Dave R. Forst
3rd December 1996

I'm trying to write a Scheme interpreter in Prolog. Has anyone tried this before?


nickson@cs.uq.edu.au
Ray Nickson
4th December 1996

I wrote an interpreter for a Scheme/Lisp-like language a few years ago, mainly as a vehicle for experimenting with lazy evaluation.

Getting static binding to work properly in Scheme might be tricky. My language was dynamically scoped.

It is available at:
http://www.uq.edu.au/~csrnicks/scheme.html


spratt@eecs.ukans.edu
Lindsey Spratt
11th December 1996

Dave R. Forst wrote:
I'm trying to write a Scheme interpreter in Prolog.

I have such an interpreter, called "ProScheme", which is implemented in LPA MacProlog.

Please contact me for more details.

Prev No Next Up Home Keys Figs Search New