Re: [IronPython] First cut of an interactive IronPython Interpreter running in the browser

2008-06-15 Thread Michael Foord
2008/6/15 Jonathan Slenders <[EMAIL PROTECTED]>: > Good work, this looks useful. Maybe you also want to capture the 'tab'-key > -- I hate spaces for indentation. > > Some bug I noticed, when calling stdout.write myself: This bug - along with not handling syntax errors properly - should now be fi

Re: [IronPython] First cut of an interactive IronPython Interpreter running in the browser

2008-06-15 Thread Michael Foord
Jonathan Slenders wrote: Good work, this looks useful. Maybe you also want to capture the 'tab'-key -- I hate spaces for indentation. Some bug I noticed, when calling stdout.write myself: Python 2.5.0 () on silverlight The interactive browser interpreter by Michael Foord >>> import

Re: [IronPython] First cut of an interactive IronPython Interpreter running in the browser

2008-06-15 Thread Jonathan Slenders
Good work, this looks useful. Maybe you also want to capture the 'tab'-key -- I hate spaces for indentation. Some bug I noticed, when calling stdout.write myself: Python 2.5.0 () on silverlight > The interactive browser interpreter by Michael Foord > >>> import sys > >>> sys.stdout.write('test')

Re: [IronPython] First cut of an interactive IronPython Interpreter running in the browser

2008-06-14 Thread Michael Foord
Michael Foord wrote: Well, I've finally converted my Silverlight interactive interpreter to work with Silverlight 2 Beta 2 - and it works! Hmmm... damn. Still doesn't handle syntax errors properly. This may well be the fault of my code though - I'll need to look into it. For non syntax-err

[IronPython] First cut of an interactive IronPython Interpreter running in the browser

2008-06-14 Thread Michael Foord
Well, I've finally converted my Silverlight interactive interpreter to work with Silverlight 2 Beta 2 - and it works! http://www.voidspace.org.uk/ironpython/silverlight-console/console.html There's no download yet and I've only tested on Firefox 3 and Safari (but the Javascript works on both a