I am trying to support embedded scripting in an existing web app and would like our users to be able to write Boo scripts using an HTML editor, problem is BOO uses python-like indentation (instead of curly brackets in the more traditional languages like C# and JAVA).
Is there anyway around this ? Is there a better alternative than Boo that does not have those indentation issues?