Try Python, Ruby, Lua, Scheme, QBasic, Forth ...
11–20 of 81 posts
Re: Try Python, Ruby, Lua, Scheme, QBasic, Forth ...
#12http://joel.franusic.com/w/page/26128430/Online-REPs-and-REP...
Re: Try Python, Ruby, Lua, Scheme, QBasic, Forth ...
#13Would it be possible to implement user input via the REPL instead of the current javascript prompts? Would be much less clunky. Also, at the moment something like this doesn't work at all (Python): while True: user_input = raw_input() if user_input is 'q': break else: print user_input
Re: Try Python, Ruby, Lua, Scheme, QBasic, Forth ...
#14Awesome work guys! Keep at it and I would love to play around with tutorials in the future.
Re: Try Python, Ruby, Lua, Scheme, QBasic, Forth ...
#15I'm unsure about the Scheme that is included. It claims to be R6RS which requires support for exact numerical operations including big integers and rationals. Currently it seems to use only double precision floating point instead of exact integer values!
Re: Try Python, Ruby, Lua, Scheme, QBasic, Forth ...
#16Re: Try Python, Ruby, Lua, Scheme, QBasic, Forth ...
#17One comment: in python, technically tabs are equivalent to 8 spaces, but in your REPL it is equivalent to 4 spaces. Is that a modification to the version of python you are using, or did you make a decision to match 4 spaces (BTW: I really like this, but it breaks some older code)
Re: Try Python, Ruby, Lua, Scheme, QBasic, Forth ...
#18I will have a lot of fun either with the app itself or the source code. Thanks!
Re: Try Python, Ruby, Lua, Scheme, QBasic, Forth ...
#19This is awesome! I see this replacing my normal pastebin/ideone workflows ... One comment: in python, technically tabs are equivalent to 8 spaces, but in your REPL it is equivalent to 4 spaces. Is that a modification to the version of python you are using, or did you make a decision to match 4 spaces (BTW: I really like this, but it breaks some older code)
Style Guide: http://www.python.org/dev/peps/pep-0008/ Indentation Myths: http://www.secnetix.de/olli/Python/block_indentation.hawk
Re: Try Python, Ruby, Lua, Scheme, QBasic, Forth ...
#20I am amazed, more so by the fact that you made the source code available (and also since it's made with node.js). I will have a lot of fun either with the app itself or the source code. Thanks!