Imba: A new programming language for web apps
1–10 of 131 posts
Re: Imba: A new programming language for web apps
#2Re: Imba: A new programming language for web apps
#3For god sakes, use js &co, clojure, or elm. Nothing else is worth it.
Re: Imba: A new programming language for web apps
#4Re: Imba: A new programming language for web apps
#5Why?
Re: Imba: A new programming language for web apps
#6Re: Imba: A new programming language for web apps
#7This is especially important as they are targeting server side too.
Re: Imba: A new programming language for web apps
#8https://news.ycombinator.com/item?id=10866540 https://news.ycombinator.com/item?id=10863827 https://news.ycombinator.com/item?id=10091454
This submission is mainly because the website has been updated with more documentation and examples. If you were interested earlier and found it difficult to get started, it might be worth a second look now.
Re: Imba: A new programming language for web apps
#9To all people who reply negatively to this: don't you guys actually like learning new languages? Why?
People making programming languages are much better suited by targeting non-programmers: existing devs are often simply not their audience.
Re: Imba: A new programming language for web apps
#10As this seems to be some kind of javascript derivate using node.js on the backend (?) I'm interested in how this deals with async operations, ie. can you create functions which take a long time to run without blocking other users? This is especially important as they are targeting server side too.