Boodle is a GTK# application I've just started working on: essentially, its meant to be what IDLE is to Python.
I definitely plan on doing code completion, colorization, and launching the interpreter in a seperate appdomain or thread - having the interpreter hang is a real pet peeve of mine. Hopefully I will be able to move Boo Explorer out of my daily routine and replace it with Boodle. ;)
1 comment:
This is something I've wanted to do ever since I discovered Boo and was disappointed by IDE support.
I don't have much experience with the internal workings of a language, but I do have a lot of experience creating GUI's in .NET.
If you'd like some help working on this project, let me know: hansen.mike@gmail.com
Post a Comment