[plt-scheme] want to write a logo language on plt scheme

From: Eli Barzilay (eli at barzilay.org)
Date: Wed Feb 24 23:14:30 EST 2010

On Feb 25, Changying Li wrote:
> but how to begin ? where should I learn first ?  e.g. how to define
> a new language ? how to write a syntax reader based on plt scheme?
> 
> please give me some advices.

There's the DEFUN tutorial that you can grab as a text file from
http://tmp.barzilay.org/tutorial.txt -- it covers defining a new
language in several ways.  But it doesn't get to defining a new syntax
reader yet.  (It should, in the future, and then it should also become
a proper guide in the documentation.)

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the users mailing list.