Muchos Gracias
kiwifarms.net
- Joined
- Jan 9, 2025
Hey kid, come over here, I got something you might like. Hehe don't be scared.have you ever tried recursion?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hey kid, come over here, I got something you might like. Hehe don't be scared.have you ever tried recursion?
Hey kid, come over here, I got something you might like. Hehe don't be scared.
no offense but you are fucking stupid and rust programmers actually don't count as functional programmers[final shot shows the functional coder with programmer socks, a cock cage and a stuffed blåhaj]
They're "functional programmers" in the same way that JS jeets are. Arguably the JS jeets have an advantage over them since JS is functional it its core.no offense but you are fucking stupid and rust programmers actually don't count as functional programmers
.thenThere are plenty of troons to go around in FP; I've seen quite a few non-Rust examplesno offense but you are fucking stupid and rust programmers actually don't count as functional programmers
i feel that js is far more based than people give it credit forArguably the JS jeets have an advantage over them since JS is functional it its core.
yeah there are bound to be disgusting troons in every programming paradigm thoughThere are plenty of troons to go around in FP; I've seen quite a few non-Rust examples
Hating on JavaScript the language is Reddit r/programminghumor tier. The complaints are mostly funky behavior that one rarely if ever runs into, even then that behavior is well documented in the spec.i feel that js is far more based than people give it credit for
imagine how horrible the web would be if js and the dom were actually designed in a truly retarded way (stuffing tons of lambdas into callback registration functions in a somewhat demented form of continuation-passing style is actually not a terrible way to do things!)
The languages of God you descibe are more language-families than concrete programming languages. As you said, many write their own language implementations for them. They don't have the big centralized communities where trannies can circledilate. Have you ever had the misfortune of witnessing the Rust D*scord? That's the tranny's natural habitat.yeah there are bound to be disgusting troons in every programming paradigm though
oddly enough the troon levels seem to be highest in shit tier midwit languages and they drop off very sharply as you get to the languages of god: (true (you wrote the implementation yourself to start off, as is the tradition) forth, smalltalk, lisp, assembly (only in at&t syntax), and apl)
Weak typing and floats being the only native number typeHating on JavaScript the language is Reddit r/programminghumor tier. The complaints are mostly funky behavior that one rarely if ever runs into, even then that behavior is well documented in the spec.
it is a bit of an abomination but only if you compare it to scheme (the ideal language according to all these independent studies i found that i will not cite because reasons)Hating on JavaScript the language is Reddit r/programminghumor tier. The complaints are mostly funky behavior that one rarely if ever runs into, even then that behavior is well documented in the spec.
webassembly is somewhat closer to the hardware but it's farther away from the web rectal probe apithe lowest-level interfacing language for The New OS (web browser)
weak typing is not a problem if you're really fucking careful (having to be really careful all the time does not by itself make a language bad, see: c)Weak typing and floats being the only native number type
I had currency in mindfloats being the only native number type is a fucking nothingburger because a good double precision float can represent all integers up to 2^53 exactly which means it's less of a problem than people who don't understand floats think at first
if you do a lot of currency calculations try using bigints as fixed-point numbers or somethingI had currency in mind
It happens often enough to be put in the standard library so as to honor the principle of DRY. The programs you read/write on a regular basis might be more fun and exciting than the sort of boring shit COBOL was made for. There is a lot of that going on every single day.most programs i see deal with currency too rarely to really need language support for native exact decimals, so i do not think natively supporting exact decimals is a requirement for a "decent language"
assembly (only in at&t syntax)
add eax, 3), C (x += 3), and Common Lisp ((incf x 3)).add 3, eax) and COBOL (ADD 3 TO X.).x -= y ends up being written backwards as sub y, x.there are good arguments for how gay it is but i consider it to be VNIX TRVDVTION and you're just supposed to write assembly in source->destination formatAbsolute lunacy, and in very bad company.
On the one hand we have Intel assembly (add eax, 3), C (x += 3), and Common Lisp ((incf x 3)).
On the other hand, we have AT&T/GNU/Motorola assembly (add 3, eax) and COBOL (ADD 3 TO X.).
It looks even worse when the operation isn't commutative andx -= yends up being written backwards assub y, x.
anything written in lisp obviouslydoes anyone have an example of aryan code?
crunklords TempleOS games written in Holy Cdoes anyone have an example of aryan code?
they are not written in holyc, iirc they are compiled by stallman's atheist compiler and then loaded by a small stub written in holyccrunklords TempleOS games written in Holy C
Could you explain why do you think that rust is an worst c++?
the borrow checker is a lot like c++'s pointer templates and simply has more compile-time checking done to it(I don't know much about rust but isn't the burrow checker at least an "good" enough memory manager?)
it's an overcomplicated language from hell and the industrial compilers with hundreds of people working on it tend to have trouble implementing some of the crazy shit the committee dreams up and nobody actually uses these features because of bad habits from 50 years of historical baggage and the trouble that compilers have implementing the shitAnd why do you hate c++?
i don't understand what you're trying to say here but you obviously need to read your sicp. next(IMO c++ have so much shit that anyone can be easily hang himself but as easily you could write an C with some bells and whistles.)