https://youtu.be/P2yr-3F6PQoБыло бы классно TLDW... Придётся мне.
Для меня этот видос просто растекание мыслью по древу. Несколько мыслей оттуда:
21:11 functional is the discipline upon assignment
28:40 there's probably something about programming and text. That is so well aligned because when you're proaramming, time is linear in a program and so we think of
our code as being linear in an algiorithm, time goes in one direction so that's one dimensional — text.
25:51 algorithms occur as a sequence of events, the execution of an one-dimensional time runs in a single dimension so it is probably natural model it as a sequence of statements in a text
32:08 Lisp is the language that will not die
39:03 C++ what about that that's all the same problems that C has and, boy, is its syntax heavy Wow learning all that syntax is just horrible and now I mean the Standards Committee has just gone completely ape, they're just adding syntax lots of little fiddly stuff in there I think I'd rather not learn all that stuff
46:49 and another thing we've learned is that we want our languages to be garbage collected yeah we've learned our lesson on this what
we don't want to be doing manual memory control anymore my god how many times have we been rebooting it midnight because of horrible memory leaks and stuff like that
50:25 another language attribute that I think we want is homo iconicity
52:02
Сlosure it's the only one that meets all the criteria I've outlined I think it's a good language
Особенно меня подожгло от того, что якобы текст линейный и алгоритмы линейные, что офигенно далеко от правды, учитывая что программа на ленивом Хаскеле может прыгать по множеству редукций и даже одновременно.
И ни слова о Rust! Этот Дядя Боб сломался, несите другого.