writing an interpreter in lisp
From: fra (fznNOSPAM_at_free.fr)
Date: 10/24/03
- Next message: Dirk Thierbach: "Static typing (was: Python from Wise Guy's Viewpoint)"
- Previous message: Dirk Thierbach: "Test cases and static typing (was: Python from Wise Guy's Viewpoint)"
- Next in thread: Greg Menke: "Re: writing an interpreter in lisp"
- Reply: Greg Menke: "Re: writing an interpreter in lisp"
- Reply: Rmagere: "Re: writing an interpreter in lisp"
- Reply: Matthew Danish: "Re: writing an interpreter in lisp"
- Reply: Pascal Bourguignon: "Re: writing an interpreter in lisp"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 24 Oct 2003 14:22:50 +0200
Hello.
I must write an interpreter for a programming language. I am quite
familiar with ML-like programming languages and the obvious thing to
do would be writing it in my favourite ML dialect.
Yet, I'd like to learn LISP, and writing my interpreter in LISP might
be a good way to learn something new. Unfortunately, so many years of
ML programming crippled my mind in such a way that I find thinking in
languages different from ML (or C, buth this is another story) very
difficult.
So, I am writing you to ask pointers and/or references to ``how to
write an interpreter in LISP'' (by this I mean something different
from writing a LISP interpreter in LISP - in particular, the abstract
syntax of my language does not match at all LISP's syntax).
Thank you for your help.
Best wishes,
-francesco
- Next message: Dirk Thierbach: "Static typing (was: Python from Wise Guy's Viewpoint)"
- Previous message: Dirk Thierbach: "Test cases and static typing (was: Python from Wise Guy's Viewpoint)"
- Next in thread: Greg Menke: "Re: writing an interpreter in lisp"
- Reply: Greg Menke: "Re: writing an interpreter in lisp"
- Reply: Rmagere: "Re: writing an interpreter in lisp"
- Reply: Matthew Danish: "Re: writing an interpreter in lisp"
- Reply: Pascal Bourguignon: "Re: writing an interpreter in lisp"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|