views:

34

answers:

1

This may be a too broad question but how would you develop a simple web-based IDE/editor? For a lecture I was thinking of a simple editor where you could enter some sort of code, press compile and then display the results, error messages etc. in some way.

Does anyone knows some examples (with source code maybe), or any suggestions on how to do this conceptually?

+2  A: 

Or you could try http://codepad.org/

Sam Dufel