in the list of shame, of shitty programming languages, this is my ranking table of shittiest:

#rust

#c++

#python

#javascript

#haskell

these languages all violate so many reasonable baseline rules about what good programming languages should be, use arcane, abstract configurations, or repetitive notations that are extremely hard to learn to NOT read the parts that are important

and objects, just why, what a fucking stupid idea, data is structured, embedding them into each other is the natural pattern, not fucking family trees of nonsense that do all this implicit acquisition of other types methods when that is abundantly clear when you just use COMPOSITION

i hate you all, if you love these languages, i hate you, and i want to cut out your tongue and chop off your fingers so you stop spreading this bad bullshit

Reply to this note

Please Login to reply.

Discussion

Which do you like though?

structural typed, concurrent, interfaces and dynamic arrays, why #golang of course

i literally was using this type of language 30 years ago, aside from assembler and BASIC there was this language Amiga E, which was a lot like a blend of pascal and C, and that's what Go is... C style, but pascal mind, and Pike concurrency using coroutines and atomic queues

the formalism and irrelevancy of so much of the stuff in these languages i listed does nothing but create friction against the free flow of thought about how to actually implement something

saying features like objects and macros are helpful in languages is like filling your house with water and then saying that people who don't want to slosh around in water all day long and constantly have problems with fungus are crazy

I agree

What do you recommend? https://rosecoco.site

What do you think of lisp?