On 5/25/05, Michele Simionato <[EMAIL PROTECTED]> wrote: > > I think to get a remote REPL is not difficult, but I have serious doubts > about getting better tracebacks, since I have never seen a Scheme > implementation with good error reporting :-( >
Yes, macros and tailcalls make this pretty difficult, unless you have a powerful syntactic framework and disable tail-recursion. Note that the debug egg does the latter in most cases. cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
