[erlang-questions] Scheme on the Erlang VM
Luke Gorrie
luke.gorrie@REDACTED
Mon Jun 4 21:03:25 CEST 2007
"Philip Robinson" <chlorophil@REDACTED> writes:
> On 6/2/07, Joel Reymont <joelr1@REDACTED> wrote:
>>
>> What about Scheme on the Erlang VM?
>
> I would *love* a Scheme/Lisp on the Erlang VM.
For a toy starting point see 'lersp' in the Jungerl.
The most fun bit of writing a Scheme interpreter IMO is to write
things like lersp/priv/core-macs.ler i.e. to implement 'let', 'case',
'if', etc from a small kernel.
Core Erlang would probably make a nice target language for a Scheme
dialect.
More information about the erlang-questions
mailing list