texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Texmacs-dev] First results on Schemes, Lisps & others


From: David MENTRE
Subject: Re: [Texmacs-dev] First results on Schemes, Lisps & others
Date: Sun, 23 May 2004 15:11:10 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Joris van der Hoeven <address@hidden> writes:

>>  - python and guile are very slow, guile being very very very slow (Oh
>>    surprise! ;)
>
> ;^(((

I have quickly tested MZScheme and RScheme. And Guile is not always the
slower. :( MZScheme seems to be very slow.

>>  - regarding interpreters, OCaml in bytecode (ocamlb) is the better, but
>>    it is not a Lisp-like language;
>
> Would it be possible (easy) to *simulate* scheme from within OCaml
> (if necessary without continuations, which we cannot use anyway
> currently (unfortunately)). When loading a scheme program,
> we might rewrite it as an Ocaml program and execute it.
> I think that this mainly supposes that there are equivalents
> for the define-macro construct.

Somebody as written a Scheme interpreter in OCaml called Schoca. I don't
know however its licensing and capabilities.

Regarding OCaml, OCaml is always compiled (as bytecode or as native
assembler), even in "interpreted" mode. So one need to include the OCaml
compiler and there might be some licensing issues with the GPL.

I'll continue to have a look at other schemes.

To be continued... :)

Yours,
d.
-- 
 David Mentré <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]