| > I hate that you define a function in python with: def func(): ; in clojure with: (defn func []; and Haskell with: func = ; just as much now as anyone starting to explore an interest in building with technology. That's just tradeoffs. Perfomance of C vs easiness of python, flexibility of lisp vs (rigidity?) of Java. > I hate that to participate with the internet you need to know 3 programming languages: You only need one (see Gemini protocol), CSS is for getting it pretty and Javascript is for some interactivity. We can probably concoct something in lisp to have only one language (jk). I think it's better to teach HTML first with style and script tags and attributes. > Now perhaps one of these overly optimistic proselytizers of the llm teachers might say, “exactly, and we can use this tool to abstract that madness away.” There's no madness. There's only engineering and business tradeoffs. You learn the paradigms, you learn how they map to the Von Neumann/Turing|Lambda Calculus|... machines and you're set. Now what's left is learning the libraries for existing solutions and interactions with other systems. I agree that programming is not "using llm". Programming can be llm assisted (utility varies), just like it can be IDE assissted, snippet assisted, books and SO assisted. I don't believe we've reached the Apex of programming. Society evolves and we will have new problems to solve. We still have not finished solving existing one. |