9
heyheni
5y

New programming research project from Microsoft called Bosque.
A programming language without loops.

https://github.com/Microsoft/...

Comments
  • 6
    "a programming language without loops" is nothing special, look at erlang.
  • 9
    does it contain goto?
    If yes: We got loops
  • 2
    Oh my god my eyes the syntax is horrible.
  • 1
    @filthyranter
    Well yes.... but no
  • 3
    Why is it implemented in JS?
  • 3
    Somehow it reminds me of typescript...
  • 1
    @HampusMa whats so horrible about it? Looks like a middle of the road, easy to learn language to me at first glance
  • 1
    Looks like someone tried to add FP stuff to a C-like syntax structure yet again...as of now I really don't see what's so unique about this. I expected this to at least implement their liquid types research, that's cool stuff.
  • 1
    "lets treat computers as stateless, even though almost all major applications deal HEAVILY in state."

    Making tools to obfuscate the necessary, doesn't make the necessary vanish.

    It obfuscates it.
Add Comment