denemo-devel
[Top][All Lists]
Advanced

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

[Denemo-devel] Scheme Interpreter


From: Benjamin Summers
Subject: [Denemo-devel] Scheme Interpreter
Date: Tue, 21 Oct 2008 16:59:28 -0400

I am using Richards 0.8 build for windows. It is very easy to make
Denemo crash using the scheme interpreter.  For example:

(define x '())
(car x) ;; This is an error because x is an empty list and thus has no car

This, and just about anything else, kills Denemo.

It would also be nice to have a REPL
[http://en.wikipedia.org/wiki/REPL] for the scheme interpreter instead
of just a box to input scripts into.

- Ben Summers




reply via email to

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