Try Python, Ruby, Lua, Scheme, QBasic, Forth ...
1–10 of 81 posts
Re: Try Python, Ruby, Lua, Scheme, QBasic, Forth ...
#2I selected QBasic then changed my mind but couldn't immediately figure out how to get back to the list of the languages. Clicking the logo of a website usually takes you back to the 'home page', which in this case I consider to be the list of languages. You have buttons at the top right, with the lambda taking me back to the language chooser. Maybe button labels, even tooltips would help. But I would definitely make the logo the 'home' button. Even refreshing the page didn't take me back.
Anyway, a minor complaint. A super-cool effort. I will now go play with it some more.
Re: Try Python, Ruby, Lua, Scheme, QBasic, Forth ...
#3amasad: After a 5 minute play my first impressions are 'awesome!'. Some feedback: I selected QBasic then changed my mind but couldn't immediately figure out how to get back to the list of the languages. Clicking the logo of a website usually takes you back to the 'home page', which in this case I consider to be the list of languages. You have buttons at the top right, with the lambda taking me back to the language ch…
Re: Try Python, Ruby, Lua, Scheme, QBasic, Forth ...
#4Re: Try Python, Ruby, Lua, Scheme, QBasic, Forth ...
#5Re: Try Python, Ruby, Lua, Scheme, QBasic, Forth ...
#6amasad: After a 5 minute play my first impressions are 'awesome!'. Some feedback: I selected QBasic then changed my mind but couldn't immediately figure out how to get back to the list of the languages. Clicking the logo of a website usually takes you back to the 'home page', which in this case I consider to be the list of languages. You have buttons at the top right, with the lambda taking me back to the language ch…
We thought the lambda button would be obvious! Will add labels/tooltips soon, thanks.
Re: Try Python, Ruby, Lua, Scheme, QBasic, Forth ...
#7It's fun by itself, but what I believe could make it really useful would be to include interactive tutorials for each language. That's what I was expecting when I clicked the link.
Re: Try Python, Ruby, Lua, Scheme, QBasic, Forth ...
#8amasad: After a 5 minute play my first impressions are 'awesome!'. Some feedback: I selected QBasic then changed my mind but couldn't immediately figure out how to get back to the list of the languages. Clicking the logo of a website usually takes you back to the 'home page', which in this case I consider to be the list of languages. You have buttons at the top right, with the lambda taking me back to the language ch…
We thought the lambda button would be obvious! Will add labels/tooltips soon, thanks.
Re: Try Python, Ruby, Lua, Scheme, QBasic, Forth ...
#9Re: Try Python, Ruby, Lua, Scheme, QBasic, Forth ...
#10Also, 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