Show HN: An Easy Programming Language That Runs in the Browser
1–10 of 91 posts
Re: Show HN: An Easy Programming Language That Runs in the Browser
#2Nice! It would be more fitting for the style of this language if 'end' were used instead of '.' imho
Re: Show HN: An Easy Programming Language That Runs in the Browser
#3Impressive! But why?
Re: Show HN: An Easy Programming Language That Runs in the Browser
#4Impressive! But why?
There are so many programming languages - but imho not a real easy one for beginners.
Re: Show HN: An Easy Programming Language That Runs in the Browser
#5Really cool. Is there a project repository, and are you accepting contributions?
Re: Show HN: An Easy Programming Language That Runs in the Browser
#6Great! Brings back the simplicity of Basic and QBasic. How easy it was to draw, animate and create music.
Re: Show HN: An Easy Programming Language That Runs in the Browser
#7The original Javascript was intended as an easy language that runs in the browser. And so it was in 1996.
In reality, it seems, a successful language that runs in the browser had no way around becoming a "full-blown" language, as opposed to "easy".
Re: Show HN: An Easy Programming Language That Runs in the Browser
#8I think there's more value to be had in building better learning resources around programming languages than continually trying to simplify them at the expense of power.
Besides that, if someone is already looking for a simple scripting language, Lua already exists. I personally prefer its syntax as well.
Re: Show HN: An Easy Programming Language That Runs in the Browser
#9The source is actually pretty readable, do you have a git repository anywhere so others can contribute?
Re: Show HN: An Easy Programming Language That Runs in the Browser
#10I think there's more value to be had in building better learning resources around programming languages than continually trying to simplify them at the expense of power. Besides that, if someone is already looking for a simple scripting language, Lua already exists. I personally prefer its syntax as well.
A person might make a language so they can learn to make a language. How could Lua exist if a person had no idea the tradeoffs in implementing various languages? You do not know the person's reasons.