Re: [Scheme-reports] library at file level Per Bothner (15 May 2013 15:18 UTC)
Re: [Scheme-reports] library at file level John Cowan (15 May 2013 17:14 UTC)

Re: [Scheme-reports] library at file level Per Bothner 15 May 2013 15:17 UTC

On 05/15/2013 05:39 AM, John Cowan wrote:
> ISLisp, an ISO-standard variant of Common Lisp (close to a subset), is
> interesting in this respect: it has CL macros, but no `eval` function.
> Consequently, the compiler needs an interpreter, but the run-time does not!

Kawa is similar: it does have eval, but eval is by
default implemented to always compile-and-load.

An exception is on Android: run-time compilation is not supported on
Android, because it doesn't support standard ClassLoader.defineClass.
So there we use an interpreter for eval, load, and the repl.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/

_______________________________________________
Scheme-reports mailing list
Scheme-reports@scheme-reports.org
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports