On 09/01/2008, Elliott Slaughter <[EMAIL PROTECTED]> wrote:
> On Jan 9, 2008 2:45 PM, Justin Heyes-Jones <[EMAIL PROTECTED]> wrote:
> > On 09/01/2008, Elliott Slaughter <[EMAIL PROTECTED]> wrote:
> > > On Jan 5, 2008 9:26 AM, Gustavo <[EMAIL PROTECTED]> wrote:
> >
> > Is that much code necessary to evaluate an expression?
>
> Probably not, but this was my first attempt so that is how much code
> it took me to get it working at all.

It's not a criticism, it's just that I was used to seeing the repl
written like this:

(defun repl()
  (loop
   (format t "hit me: ")
   (print
    (eval (read)))))

But I see you're actually doing a bit more stuff in your code above.

Justin
_______________________________________________
application-builder mailing list
application-builder@lispniks.com
http://www.lispniks.com/mailman/listinfo/application-builder

Reply via email to