Perhaps we could use a highlighting engine that supports more formats, like
http://blog.alno.name/2009/02/code-highlighters-ruby/en/
?
My request after that would be to be able to specify a compiler/runner
so that I can run java files within arcadia, but I guess first thing
would be a quality preferences editor :)
-r
Hmm. My opinion on dependencies is that they're not a bad thing :)
Though they make it harder on packagers [which they do], being able to
instruct users to install via
$ gem sources -a http://gems.github.com
$ gem install arcadia
isn't too bad.
If we wanted to avoid dependencies we could copy other peoples' code
right into the project [via git submodules or just copying the code
in]. I'm not a huge fan of that since gems already does dependencies
for us, but it's an option.
And in terms of writing all the code ourselves--I'm happy using code
others' have written--then if we have improvements to it we can help
out somebody else :)
Thoughts?
-r