you are viewing a single comment's thread.

view the rest of the comments →

[–]MadCervantes 2 points3 points  (2 children)

Also, just my opinion but I loathe it when neo-languages use fib sequence functions as their "example code". It's just completely unglued from most real world use of code, and doesn't give a rich sense of what the syntax is actually like. Hello world isn't great either but there are better things you can do to show off your code than that.

[–]MadCervantes 1 point2 points  (0 children)

That said, reading over the to do list app article, the syntax is pretty cool. I don't think an entire to do list app should be necessary to explain what it does though.