Hacker News new | ask | show | jobs
by lonelappde 2453 days ago
Why do you think a block based language would be good for learning ML?

My impression is that blocks would be good for learning concepts without accidentally overfitting on syntax, but for writing real programs, blocks are hopelessly inefficient for input and editing. Then again, letting the user input text but automatically convert to blocks by continual parsing, might be the best of both worlds. Sort of like emacs lisp parens mode.