- Joined
- Jan 2, 2025
le 4chan circlejerk is not nice or constructive.Those are languages for pedophiles.
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.
le 4chan circlejerk is not nice or constructive.Those are languages for pedophiles.
I do not use 4chan, but what I said is true. Typescript is literally javascript, for rust see the rust hate thread, for go - literally just look at their avatar.le 4chan circlejerk is not nice or constructive.
THE RANDOM SQUIGGLES ON THE SCREEN MAKE SO MUCH SENSE BRO
Chinese is unreadable because of all those weird characters!!
Oxymoron.My reasoning may be based on pure gut feeling
LISPoids will look you in the eyes and say "actually it is not all parenthesis" and it is somehow less appealing..THE RANDOM SQUIGGLES ON THE SCREEN MAKE SO MUCH SENSE BRO
But you'll spend half the time writing types instead of actually doing something productive. If I had started learning typescript first I would just bash my brains out. Imo this thing is for production only, when learning it sucks out all the (little) fun you can get in web dev.Typescript is literally javascript
If prefix math is bothering you, just doLISPoids will look you in the eyes and say "actually it is not all parenthesis" and it is somehow less appealing..
(defpackage ...
...
(:import-from #:mexpr #:infix #:[ #:]))
(loop for delta = (skew-normal rng sgm skw)
until (infix 0 < [ value + delta ] and [ value + delta ] < 1)
finally (return (+ value delta)))
(tan (infix [ pi / 2 ] * [ 0.5 - value ]))
Larry Wall once said "Lisp has all the visual appeal of oatmeal with fingernail clippings mixed in."FUNCTIONAL PROGRAMMING IS THE FUTURE, BRO, LEARN LISP BRO
View attachment 6928237
THE RANDOM SQUIGGLES ON THE SCREEN MAKE SO MUCH SENSE BRO
Some Lisps let you transparently drop in curly brackets and square brackets for list delimiters. I really think the bitching about the parentheses is a puffed up complaint.Larry Wall once said "Lisp has all the visual appeal of oatmeal with fingernail clippings mixed in."
But seriously if you're programming Lisp make sure you have parentheses matching and rainbow parentheses turned on in your editor.
Artificial Intelligence: A Modern Approach has switched over to Python, which honestly makes a ton of sense given the direction machine learning has taken over the years.Most software is going to be written in python and golang nowadays. And that's fine.
It pains me, but it's not a huge deal. AI stuff and machine learning is more or less its own programming language and you're going to rig up a sketchy framework to call out to it. If the python around it is garbage, it really doesn't matter, because most of your work is going to be a higher level construction in the AI model. The python code doesn't matter.Artificial Intelligence: A Modern Approach has switched over to Python, which honestly makes a ton of sense given the direction machine learning has taken over the years.
Python certainly has some warts likeIt pains me, but it's not a huge deal. AI stuff and machine learning is more or less its own programming language and you're going to rig up a sketchy framework to call out to it. If the python around it is garbage, it really doesn't matter, because most of your work is going to be a higher level construction in the AI model. The python code doesn't matter.
'some_string'.join(iterable_of_strings)
but I never understood all the hate, especially for semantic whitespace, which just makes you do what you're supposed to and saves a little typing.It's no worse than Javascript. Semantic whitespace affects user experience (as in, a python programmer is a user of the language) like your ability to copy and paste code and whatnot. But it's not intractible. Just a little annoying, and other things can easily outclass the annoyance from it.Python certainly has some warts like'some_string'.join(iterable_of_strings)
but I never understood all the hate, especially for semantic whitespace, which just makes you do what you're supposed to and saves a little typing.
Right here in this thread. Half joking, but pretty smart farmers are here with the expected autism. I generally recommend Python to people who just want to make "stuff" but a lot of people will disagree for a variety of reasons. You're not trying to be a systems programmer so start with whatever allows you to make what you want to make and if you get stuck find help where ever you can.I am interested in looking into programming, but I am overwhelmed and don't know where to start.
Where should I start learning to program/code?
The hate usually comes from programming language zealots not understanding that programming languages are just that, tools, fit for some tasks better that for the other. I have a friend that hates all the languages except c++ while not having even a basic understanding of them and why they are used. Just tribal and/or childish behaviour.Python certainly has some warts like'some_string'.join(iterable_of_strings)
but I never understood all the hate, especially for semantic whitespace, which just makes you do what you're supposed to and saves a little typing.
Lisp (or some say LISPIt's an obscure language. That comes with basic business risks, like not being able to replace critical developers and a smaller support ecosystem for bugs. Simple as.