Home - vascogrilo/LDE GitHub Wiki

Index

Current Goal

Study existing IDEs for JavaScript and analyze them for refactoring, code completion and code injection

Study Squeak http://www.squeak.org/

Study REPL's http://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop

Study scalide http://code.google.com/p/scalide/

Study kojo http://www.kogics.net/sf:kojo

Questions:

  • Como trazer isso (características live do Squeak) para as linguagens actuais? Porque é que os REPLs de Ruby, Python, Scala, Javascript, são todos text-based? Porque é que, quando fazem IDEs, todos separam o IDE do resto?