• 0 Posts
  • 6 Comments
Joined 1 year ago
cake
Cake day: June 30th, 2023

help-circle


  • I see your perspective and I think you kinda miss my perspective which I am to blame for.

    I don’t say there weren’t improvements. I am saying that given the uncertainty of “goodness”. Maybe we shouldn’t idolize it. You can appreciate the attempt of creating memory safe code through a programing language without thinking the bare metal code should be written in that language. You can like a typeless easy to write language like Js without thinking desktop app should be written in it. You can like the idea behind functional programming while believing that any application is in the end about side effects and therefore a purely functional application impossible.

    You can approach the whole topic as an area of study and possible technological advances instead of a dogma.


  • There have been “improvements” but fundamentally in my perspective, these “improvements” could be revealed to be a mistake down the line.

    Assembly has produced some insane pieces of software that couldn’t be produced like that with anything else.

    Maybe types in programming languages are bad because they are kinda misleading as the computer doesn’t even give a shit about what is data and what is code.

    Maybe big projects are just a bad idea in software development and any kind of dependency management is the wrong way.

    I like modern languages, types and libraries are nice to have, but I am not the student of the future but of the past.