Hacker News new | ask | show | jobs
by snorkel 5346 days ago
(5 years from today) Extend is too low level ... I think we need another meta language on top of it.
1 comments

what's wrong with that?
Exactly. It would be nice if someday someone realized a language shouldn't be constantly trying to teach the programmer something about computers. The best language would do as much of the work as possible by having a default for everything and by assuming as much as can be assumed. The point is not to reaffirm over and over what a variable is and how it is stored. We should learn that once in a text book and then get some work done. If you are designing programming languages for a living then maybe you should be concerned with that. This is called division of labor.