Helmut Eller wrote:
Well, because you work in an unusual way and because your code has a very unusual bug.
Most people compile the source file and load the fasl file instead of the source file. If you load the source file, compiling, loading, and execution are interleaved and debugging becomes harder. So far, nobody has invested a lot of effort to make this situation easy to debug.
I got the point.
Well. The SLIME is not what i need. I am searching a simple interactive IDE which can be compared with VisualBasic (without GUI design). Just interpretetor, compiler, changing source on the fly, jumping frome error to source, and etc. I see that Slime is not. It is more like VC's editor.
Thanks anyway
BTW. I check another project JABBERWOCKLY, it is mauch better. But maden with Java and works slowly. Also many bugs.
Maybe sombody know about a good Lisp (Scheme) IDE similar LispWorks or Allegro?