Re: despair, debugging, and the repl

2010-06-13 Thread Neil Jerram
Andy Wingo writes: > So, to that end, then, here's a preliminary plan of action: > > * Deprecate all of the old repl code, keeping compatibility shims for > the useful interfaces perhaps, but trying to move the REPL > implementation entirely out to modules. > > * Remove all of the old

Adding New C Files

2010-06-13 Thread Noah Lavine
How does one add new C files to libguile? I'm asking because I'm trying to add a C file and header with some JIT code, and I've given myself build errors. So far I've put the C file in Makefile.am's list of sources, and the header in Makefile.am's list of headers. I then ran 'make -k distclean' an

Re: Lua

2010-06-13 Thread No Itisnt
Hey, now would be a great time for a critique of my Lua project if you are willing, so I can incorporate any criticisms or ideas you may have before the GSOC midterm date. I'm closing in on finishing the base language and I hope to complete it this week if time permits. - I am using #nil for Lua's