Uncle Bob LOVES Functional Programming | Prime Reacts

  Рет қаралды 106,441

ThePrimeTime

ThePrimeTime

8 ай бұрын

Recorded live on twitch, GET IN
/ theprimeagen
MY MAIN YT CHANNEL: Has well edited engineering videos
/ theprimeagen
Discord
/ discord
Have something for me to read or react to?: / theprimeagenreact
Hey I am sponsored by Turso, an edge database. I think they are pretty neet. Give them a try for free and if you want you can get a decent amount off (the free tier is the best (better than planetscale or any other))
turso.tech/deeznuts

Пікірлер: 583
@JamesJones-zt2yx
@JamesJones-zt2yx 8 ай бұрын
"Why do I like Clojure? I've made a list." I see what he did there.
@fredoverflow
@fredoverflow 8 ай бұрын
He should have made a vector instead, that's more idiomatic in Clojure.
@zslade
@zslade 8 ай бұрын
@@fredoverflow I loved your video on transducers from the ground up by the way. Really great stuff :).
@IrizarryBrandon
@IrizarryBrandon 8 ай бұрын
Indeed, one whose CDR was nil
@fredoverflow
@fredoverflow 8 ай бұрын
@@zsladePlethora! (That means a lot.)
@dabest9843
@dabest9843 8 ай бұрын
You beat me to it. Congrats.
@PledgeBass
@PledgeBass 8 ай бұрын
It really can't be understated how respectable it is to not only be open to and try something that contradicts your beliefs - But to then write a whole article about it and share with everyone that something you've been publicly known to not believe, you now believe.
@PL-rf4hy
@PL-rf4hy 8 ай бұрын
If only our politicians were like that.
@cariyaputta
@cariyaputta 8 ай бұрын
"Clean Code is the biggest mistake of my life." - Uncle Bob, 2025.
@DarrenJohn10X
@DarrenJohn10X 8 ай бұрын
LOL. Also FR.
@nomoredarts8918
@nomoredarts8918 8 ай бұрын
No such thing as clean code. Code should be clear, not clean
@nandoflorestan
@nandoflorestan 8 ай бұрын
Clueless haters.
@dejfcold
@dejfcold 8 ай бұрын
I wish
@nomoredarts8918
@nomoredarts8918 8 ай бұрын
@@nandoflorestan at least I have my own opinion, based on my own experience and not following anyone like a lemming
@skudge
@skudge 7 ай бұрын
Clojure has been the most fun I've had in 15 years of programming and is a breath of fresh air.
@acobster
@acobster 5 ай бұрын
For real! I've never done a full professional project in Clojure, I've only used it for side projects, but I'm so much more productive in it than any other language I've ever written in.
@TheToniz4
@TheToniz4 2 ай бұрын
I've been working for 2 years now oe fullstack clojure project. It never stops being fun
@ultraderek
@ultraderek 8 ай бұрын
I love dysfunctional programming.
@Wherrimy
@Wherrimy 8 ай бұрын
It is both functional and dysfunctional 🤔
@tsyf1
@tsyf1 6 ай бұрын
The code I write the most is dysfunctional!
@tanko.reactions176
@tanko.reactions176 Ай бұрын
@@Wherrimyits also known as transcendental programming. it transcends binary polarities.
@weirddan455
@weirddan455 8 ай бұрын
"I could keep frame rates in the high 20s even with hundreds of objects on the screen. Clojure is not slow." - I think we have very different definitions of "slow". 60fps should be the bare minimum and that should be achievable with thousands of objects on screen. Unless those "hundreds of objects" are doing something really special like ray-tracing or advanced physics, he's at least a couple orders of magnitude too slow.
@streettrialsandstuff
@streettrialsandstuff 8 ай бұрын
Exactly. I also found it weird. My dude Uncle Bob is still living in the 80s.
@arkie87
@arkie87 8 ай бұрын
yeah, i thought so too. I can write faster programs in python.
@Simon-xi8tb
@Simon-xi8tb 6 ай бұрын
@@arkie87 So what. I can write faster programs in Clojure if I want. You can interop with Java or even C if you want, like in Python.
@collinrottinghaus6480
@collinrottinghaus6480 2 ай бұрын
I presume he was running it on a cpu
@k98killer
@k98killer 8 ай бұрын
Idea: snake_case variables are heap allocated (because snakes are found in heaps of wood, etc); camelCase variables are stack allocated (because camels travel in straight lines, like a stack pointer); camel_Snake_Case variables get instantly deleted because it's a terrible way to name a variable.
@sighko
@sighko 8 ай бұрын
Someone suggest this to the bird lang people
@zyriab5797
@zyriab5797 8 ай бұрын
I'm sure Tom would only use underscore, he's such a genius. typedef int _; _ ___ = 42; _ ____ = 69; printf("%d + %d = %d", ___, ____, ___ + ____);
@ficolas2
@ficolas2 8 ай бұрын
What about single word variables? Are they considered snake_case or camelCase?
@k98killer
@k98killer 8 ай бұрын
@@ficolas2 they'd be constants, not variables
@scheimong
@scheimong 8 ай бұрын
​@@ficolas2I was about to say this is an interesting idea until I saw your comment 😅
@ThePedrolic
@ThePedrolic 8 ай бұрын
Clojure is an AMAZING language. Absolutely worth anyone's time
@FilipCordas
@FilipCordas 8 ай бұрын
It's really not it's awful. Had to use it for a master's degree course because the professor was a hipster that never wrote an app that went to production, and it was so bad. I just ended up writing it in C# and translating it to clojure got the best grade in the class because my code was the only one that didn't turn into a mess with a bunch of files and functions you couldn't figure out what were they meant to do.
@MrSMGun
@MrSMGun 8 ай бұрын
​@@FilipCordasi am not one to diss languages but since you started. C# is an ok language at best. Does it do web very well? No. Does it do data science very well? No. Does it have a thriving open source community? No Does it do CLI apps for well? No Does it do mobile very well? Xamarin, nuff said Linq is the best thing that came out of that team and it is a functional paradigm so yea
@Novascrub
@Novascrub 8 ай бұрын
​@@FilipCordas Well, I have shipped lots of apps, and I think clojure is pretty great. It's not easy, though.
@ThePedrolic
@ThePedrolic 8 ай бұрын
@@FilipCordas I had a similar experience. In my masters course I had a curmudgeonly professor who hated all languages that weren't backed by a big corporation. I ended up writing assignments in Clojure and translating them into C# because my code was the only one that didn't turn into a mess with a bunch of files and classes you couldn't figure out what they were meant to do. See what I did there? I'm interested in if you have any deeper criticisms of the language. To me, and correct me if I'm wrong, it sounds like you didn't have a good LSP at the time and didn't follow clojure best practices. There was a time when clojure tooling wasn't that great, but in the modern day we have much better tooling like clojure-lsp, clj-kondo, and great editor integrations. Clojure does take some time to get used to, this I fully admit, and it's not going to be everyone's cup of tea, but for me it has provided an amazing concurrency model, a solid foundation of functional programming, a better understanding of domain modeling (I
@isodoubIet
@isodoubIet 8 ай бұрын
@@MrSMGun C# is not anyone's choice for an amazing language, that is true. But at least it is a _functional_ language (in the sense that it gets the job done) instead of a dynamically typed mess of parentheses useful only for ineffectual pottery and grandstanding.
@EskoLuontola
@EskoLuontola 8 ай бұрын
After some months of developing in a Lisp, the parentheses disappear and you only look at the level of indentation. Especially if using Parinfer for structural editing. It becomes like Python in that respect (except that the parentheses still are there, so in moments of confusion you can always fall back to highlighting the matching parentheses).
@landscapesandmotion
@landscapesandmotion 8 ай бұрын
I agree. It looks ugly to the Algol family lovers initially and then it all melts away.
@collinrottinghaus6480
@collinrottinghaus6480 2 ай бұрын
I like to use rainbow parenthesis. Helps a lot.
@michaelslattery3050
@michaelslattery3050 8 ай бұрын
"Smalltalk was image-based". A program never really ever stopped; it only would be paused, i.e. serialized. The IDE and your code were one single program that had been running for years since the very beginning of the smalltalk language interpreter, only being paused (serialized) and resumed (deserialized) as needed.
@JasminUwU
@JasminUwU 3 ай бұрын
Smalltalk could've become a thing if ram wasn't volatile
@michaelslattery3050
@michaelslattery3050 3 ай бұрын
@@JasminUwU That's a very easy thing to solve. You just add a WAL log so intermediate changes aren't lost, and can be recovered on next startup after a crash.
@bobDotJS
@bobDotJS 8 ай бұрын
I'm a software engineer at a biopharma company, largely building business CRUD web apps. 1 guy on my team is the "abstraction master". You need to dig through 10 files, custom middleware, enums, and verbosity like you couldn't even imagine to debug 1 endpoint. Nounified verbs, factory functions, etc. I blame uncle Bob. You can never figure out how something without devoting an entire day to deconstructing it.
@nandoflorestan
@nandoflorestan 8 ай бұрын
You're blaming the wrong people. Javaisms were a thing before, and independently of, uncle Bob's success.
@dejfcold
@dejfcold 8 ай бұрын
​@@nandoflorestanthey just formalized everything in a book which every company forces juniors to read
@michaelzomsuv3631
@michaelzomsuv3631 8 ай бұрын
Don't blame Bob. Blame your guy one your team, and Bob. lol Engineers should know better than follow ideologic dogmas.
@isodoubIet
@isodoubIet 8 ай бұрын
People should be reading John Osterhaut's A Philosophy of Software Design instead of Clean Code.
@m-is8mm
@m-is8mm 12 күн бұрын
You saw that one article “it’s time to stop recommending clean code” say that and now you are regurgitating it. Have you personally read that book?
@moonasha
@moonasha 8 ай бұрын
after that "high 20s" paragraph... "mom, uncle bob wandered out of the house again! They found him in the supermarket in the frozen food aisle with his pants down!"
@IamEchelon
@IamEchelon 8 ай бұрын
Clojure is an outstanding language. Once you get use to Lisp like languages it's hard to look at other languages the same. If there were more professional opportunities around it I would go there and never look back.
@josephs1732
@josephs1732 8 ай бұрын
Exactly my experience too. I dread seeing other languages these days.
@gagagero
@gagagero 8 ай бұрын
Eh, I don't really like that it's only a pseudolisp. I also prefer lisp-2 but that's just taste.
@cowabunga2597
@cowabunga2597 8 ай бұрын
So baby pull me clojure to the backseat of your compiler.
@isodoubIet
@isodoubIet 8 ай бұрын
It's hard to take seriously languages that consider not having a parser to be an advantage.
@porky1118
@porky1118 8 ай бұрын
​@@isodoubIet Every language has some kind of parser. In case of Lisp it's just a simple parser, which is not really related to the semantics. It only parses lists, and the semantics are defined in terms of these lists. I also don't think, Lisp is necessarily about the syntax. You could have Lisps using totally different Syntax, as long as they are internally parsed as lists (preferably stored as arrays, not linked lists).
@JChen7
@JChen7 8 ай бұрын
I appreciate Prime taking the time to review this article and giving an argument for something like Clojure a chance. Sadly the article itself, despite making a few good points, felt a bit brief and superficial, making it seem a bit fanboyish and potentially hard for people to take very seriously.
@hck1bloodday
@hck1bloodday 8 ай бұрын
to be honest, to me, the article sound sacastic
@marcotroster8247
@marcotroster8247 8 ай бұрын
​@@hck1blooddayUncle Bob has a whole video series about solving Euler project tasks on his Clean Coders channel. It's 100% serious 😂
@DrewIsFail
@DrewIsFail 8 ай бұрын
Superficial implies the artical made deerp claims and failed to dive past the surface to reach them. What deeper claims did you see being made? What i heard him clearly express that this was his opinion.
@jordixboy
@jordixboy 8 ай бұрын
just like clean code
@JChen7
@JChen7 8 ай бұрын
@@DrewIsFail No deep claims, but simply as an article advocating for Clojure as a programming language, I felt it lacked depth to meet that objective
@TankorSmash
@TankorSmash 8 ай бұрын
Really good editing on this. I appreciated how many quick cuts and almost no downtime at all. Thanks for putting this out!
@Taverius
@Taverius 8 ай бұрын
I've said this before, but after a bit the Parens Spam disappears and you just see the code, same as all the other syntax sugar from other languages - with the advantage that you never have to backtrack to figure out order because in a decent LISP, everything is prefix operator. Infix operator maths is honestly hard to read these days. Why the fuck would I want to write bar = x + y + w + z; when i can (+ x y w z). That only becomes more true as complexity increases. Also, it's become a chore to relearn the latest and greatest result of Greenspun's Tenth Rule (this time it doesn't suck, we swear) I'd rather just use the superior original.
@georgerogers1166
@georgerogers1166 8 ай бұрын
Racket is the result of a similar rule, Every reasonably sized Scheme program contains a bug ridden slow implementation of half of Racket, including Racket!
@astroid-ws4py
@astroid-ws4py 8 ай бұрын
In math itself they define the + operator as a function from R×R to R as +(x,y) and say that just for the convenience or tradition it is written as x + y instead, But every Foundational Math textbook will say that +(x,y) is the real thing and with this notation the addition operation is defined/constructed which in lisp notation will translate into (+ x y), So lisp is actually much closer to the original notion.
@isodoubIet
@isodoubIet 8 ай бұрын
@@astroid-ws4py "n math itself they define the + operator as a function from R×R to R as +(x,y) " No, they don't, they define it as a function whose domain is R (R^n, or N, or C, or whatever) and whose codomain is R (or whatever). Notation is not part of the definition. Postfix is way better than prefix anyhow.
@astroid-ws4py
@astroid-ws4py 8 ай бұрын
@@isodoubIet The operation is defined as +(x,y) and only for the tradition they write it as x + y, You can check yourself the many books about foundations of mathematics and how they construct the + operation directly from bare principles from the naturals and up. So lisp is closer to the original notion syntactically.
@isodoubIet
@isodoubIet 8 ай бұрын
@@astroid-ws4py "The operation is defined as +(x,y) a" I literally just explained that it isn't. You're confusing the concept of "binary function" with "function notation" which is totally unrelated. I could for example write a function like this: x y f z to indicate what we would normally write as z = f(x, y) and there's nothing you could do to prove that's wrong. Why? Because it's notation, and notation is irrelevant except for human convenience. Might as well say that functions are conventionally defined in Times New Roman and that writing them in Arial is wrong. Has about the same amount of meaning as your complaints about infix vs prefix.
@BosonCollider
@BosonCollider 8 ай бұрын
Clojurescript is also where react JSX comes from. Frameworks that wrapped pre JSX react popped up early on and most of what React did to improve DX was to make it more and more similar to the cljs wrappers
@angrykillerpigeons
@angrykillerpigeons 8 ай бұрын
That's crazy if true. I definitely remember learning about HMR with figwheel before it became more popular and less hacked together prior to webpack. Learning Reagent was easier than react for me (partly because redux).
@enkiimuto1041
@enkiimuto1041 6 ай бұрын
I thought jsx came from xml
@acobster
@acobster 5 ай бұрын
source?
@AlJay0032
@AlJay0032 8 ай бұрын
I actually know a programmer who wrote a whole compiler for a functional language with type inferencing in Prolog in a few weeks.
@BosonCollider
@BosonCollider 8 ай бұрын
Logic programming languages are incredibly underrated
@mforce2
@mforce2 6 ай бұрын
@@BosonCollider No, they're just not for everyone and everything. Also because they sound good to some people in theory doesn't mean they're actually that useful. There's nothing stopping them for becoming more mainstream .... Any popular compilers written in them ? Office suites maybe ? Browsers ? Popular web frameworks ?
@mforce2
@mforce2 6 ай бұрын
Yeah, really looking forward to using that instead of GCC 😃
@AlJay0032
@AlJay0032 6 ай бұрын
Not suggesting anyone should use Prolog.
@mattinykanen4780
@mattinykanen4780 3 ай бұрын
That stands to reason (lame pun intended) because you can view Hindley-Milner style type inference as logical inference. In fact, I have found it helpful to view Haskell typing (which is Hindley-Milner, but generalized with ad-hoc polymorphism and whatnot) as specifying a kind of Prolog program which the compiler runs first to produce (either a type error message or) the actual code which is finally compiled.
@djupstaten2328
@djupstaten2328 8 ай бұрын
High 20s fps, with many objects on the screen. That blew my mind.
@LambdaCalculator
@LambdaCalculator 8 ай бұрын
17:27 Don't let Uncle Bob's phrasing mislead you, spec/schema checks are usually separate from traditional style tests. The unit tests aren't the ones doing the type checking. The extra benefit you get from using spec however, is that it allows you to do property based testing (like Haskell's QuickCheck) which automatically generates and runs tests with a random set of inputs and edge cases that meet your specifications. And you can specify your expected inputs/outputs with more granularity than a typical ML style type system like Rust/Haskell/OCaml's (eg. you can specify value level conditions, like valid number ranges, list lengths/contents, substrings, and more), which makes it extra powerful. Not to mention that you can also use spec like a parser library and parse arbitrary text/data with it. There's a companion library (spec-provider) that uses spec to parse any examples of raw data you give it to generate inferred type/content specifications from them (like F#'s type providers) for example, so you don't even have to write those yourself either.
@vikingthedude
@vikingthedude 8 ай бұрын
That’s amazing. I’m looking to learn more intermediate level clojure. Is there any good resource to learn spec that you know of?
@LambdaCalculator
@LambdaCalculator 8 ай бұрын
@@vikingthedude There's a good article called "What Clojure spec is and what you can do with it (an illustrated guide)" that covers it pretty well. That, plus the official spec guide and Rich Hickey's "Spec-ulation" talk are good starting points.
@vikingthedude
@vikingthedude 8 ай бұрын
Thank you
@rogergalindo7318
@rogergalindo7318 8 ай бұрын
i’m 90% sure that you can have the granularity in inputs/outputs that you talk about with quick check in haskell… i think i actually did that while writing parser tests…
@LambdaCalculator
@LambdaCalculator 8 ай бұрын
@@rogergalindo7318 of course, but that granularity isn't limited to property testing situations with spec. You'd have to use something like Idris to get overall feature parity with what spec offers in the static world.
@rmoelleux
@rmoelleux 7 ай бұрын
What he means by smalltalk being an "image based language" is that smalltalk isn't just a language, it's a whole environment/mini OS of sorts, and you have to build an image of that environment to use it. I personally dislike this, but it allows for some really cool stuff, as the whole environment is smalltalk. You have direct programmatic access to this whole environment and the language itself. Smalltalk has insane metaprogramming capabilities. In a lot of languages you have some sort of basic reflexivity, but in smalltalk you can define metaclasses, or even redefine the concept of a class itself, you can change the whole language if you want, it's smalltalk all the way down. It just has a small bootstrap and everything else is modifiable. It's an interesting language for sure, though outside of the assignments I had to do with it, I wouldn't build stuff with it.
@felipedidio4698
@felipedidio4698 8 ай бұрын
Listening to Prime say "# me daddy" is so awkward. Speakers booming at my parents' house.
@vikingthedude
@vikingthedude 8 ай бұрын
This is why i can’t watch prime in my living room
@IvanRandomDude
@IvanRandomDude 8 ай бұрын
What large systems did Bob build? He mentions large systems dozen times in this articles. I would like to know what he created.
@JosifovGjorgi
@JosifovGjorgi 8 ай бұрын
he signed NDA :)
@fakt7814
@fakt7814 8 ай бұрын
I would argue that the term "large systems" in itself vague and ambiguous. There are complex systems, and many, if not the most of the systems are more complex than they supposed to be. There are high load systems, but high load doesn't mean that the system is complex. So the right question should be "what complex by necessity systems did he build, not over engineered".
@fredoverflow
@fredoverflow 8 ай бұрын
He calculated the first 25 square numbers, quite impressive!
@nisonatic
@nisonatic 8 ай бұрын
@@fredoverflowHe doesn't mention the next 25 squares because that was under NDA.
@romanmueller3479
@romanmueller3479 5 ай бұрын
I would also like to see Bobs code in a real world system and see how understandable his code is.
@tauraamui
@tauraamui 8 ай бұрын
Uncle Bob strikes me as desperately wanting to find the "one true language" that can be used for everything, so he can run to the UN, petition flapping in hand to try and legislate that all software written from that point on must be written in that "one true language" in the way that he deigns correct.
@carlpittenger
@carlpittenger 6 ай бұрын
yea that's essentially what he said in one of his videos; he seems to want the government to mandate the tools we use, which is absolutely absurd, especially with a dynamically typed gc'ed slow language.
@carlpittenger
@carlpittenger 6 ай бұрын
aforementioned video is entitled "the last programming language"
@kallekula84
@kallekula84 8 ай бұрын
When I first went to college and took my first programming course they wanted us to learn Scheme, another lisp dialect. And I just didn't understand anything and it turned me off from computer programming for 4 more years until I found c style languages that just work more like my brain does. "Just do a base condition and call the program again" like what don't you get? I've recently rediscovered functional programming in ocaml and haskell, but the initial effect on me was what the fuck is this. I think a lot of people have to love c style first before moving to functional programming.
@znti
@znti 6 ай бұрын
Yeah going from clean-code-verbosity to one-liners-that-you-need-an-article-to-explain was quite a change in pace ngl
@FabulousFadz
@FabulousFadz 8 ай бұрын
TBF, Go only Squashes the operands together with the operator when there's more than one thing happening. _fooBar := 1
@jerichaux9219
@jerichaux9219 8 ай бұрын
I knew I started watching you for a reason. Your despise of bracerless singular statements confirmed my suspicion, because I’ve been shouting that from the rooftops to anyone who’d listen (and my girlfriend, who doesn’t program but lets me rant and says “that’s nice, dear”) for years!
@gamelin1234
@gamelin1234 8 ай бұрын
Great vid Prime. Have you covered Paul Graham's "Beating the Averages" yet?
@IvanRandomDude
@IvanRandomDude 8 ай бұрын
Take a look at his article named "NO DB"
@BlazingMagpie
@BlazingMagpie 8 ай бұрын
22:00 Basically, imagine you create a new VM, install your tools on it and develop your application on it. Image is basically snapshot of that VM.
@overclucker
@overclucker 8 ай бұрын
It's like saving your python interpreter session as an executable and shipping it out to your customers, haha.
@amrojjeh
@amrojjeh 8 ай бұрын
That actually sounds nice
@BlazingMagpie
@BlazingMagpie 8 ай бұрын
@@amrojjeh It is pretty nice. I'm currently learning Pharo, which is a type of Smalltalk, but it has some issues integrating in my environment. Also, if you're used to type systems, the optimal programming route seems mental, but it works if you can force yourself to forget everything you learned before.
@friendliness1337
@friendliness1337 8 ай бұрын
I really like the argument you make 'what I think is good is really what I think is familiar', this is part of why I often use a bunch of random programming languages or technologies. When I was still a baby dev I fell into the trap you mentioned here for years, I mainly stuck with Python and didn't understand why people liked things like a type system. Only after actually using things like TypeScript and Rust I finally started to understand and I became a better programmer because of it!
@illegalsmirf
@illegalsmirf 8 ай бұрын
In your own mind perhaps.
@markuszeller_official
@markuszeller_official 8 ай бұрын
Hasn't it been Uncle Bob telling nesting more than 3 levels is evil? ((((()))))
@matthew78uk
@matthew78uk 8 ай бұрын
I am loving the enthusiasm! 😆
@NoidoDev
@NoidoDev 7 ай бұрын
Someone talking enthusiastically about Lisp is what brought me (back) into programming.
@andersbodin1551
@andersbodin1551 8 ай бұрын
I have built a webbserver in prolog, just because people said it could not be done
@XQzmeeMusic
@XQzmeeMusic 8 ай бұрын
One thing he seems to forget is, how easy is it to read for other programmers. Your likely to read more code than writing it Sure it can be nice to write fast, but it also needs to be maintainable.
@mforce2
@mforce2 6 ай бұрын
Who cares about that ? Here I wrote this nice clean, succinct code which not even I will understand in one year but doesn't it look cool ? For people who need to understand this afterwards ... well it's their problem , right ? I've seen numerous issues with this where you have a 2 line expression but why write some if and else when you can ? and then some = and some more == ....
@rdf274
@rdf274 8 ай бұрын
"What I think is good may just be what I think is familiar" Thanks a fkin great philosophical quote for many perspectives we have in life
@TheNecrojunkie
@TheNecrojunkie 8 ай бұрын
Clojure has its issues (which language doesn't?), but in the grand scheme of things it is a rather beautiful/elegant/stable language, that will make you realise how little (if any) mutable state you actually need (amongst other things). You should definitely check it out - you will NOT regret it, especially given how much you dislike immutability...
@overclucker
@overclucker 8 ай бұрын
As a CL-USER, mutable state is my favorite feature. When you enter a debug trap, you are given options to fiddle around with everything haha.
@TurtleCorporations
@TurtleCorporations 8 ай бұрын
Could you put the articles in the description? Like i get it i could probably just find it from the video, but it'd be nice to just have a direct link in case I want to check out the article/other stuff the guy has done. Thanks :)
@apollolux
@apollolux 7 ай бұрын
I learned Common Lisp for my Machine Learning class in college a few years ago and was surprised at how suspiciously simple it was to do things with it, however fast or slow it may have been, compared to other languages I already knew at the time like C++ or even JavaScript and PHP at the time (2017). The final project was to implement a solver for the game "Mastermind" and we were graded based on the order in which our groups of three or four took the most rounds to timeout our solving algorithms as the number of colored pegs to guess increased. IIRC my group finished 5th or 6th in the class even with our fairly naive mostly brute force approach that kinda looked like baby's first bubblesort but Lisp.
@sharos404
@sharos404 8 ай бұрын
I think I will give Clojure a go some day, seems quite nice. I think the way Uncle Bob presented it is pretty bad though, you can achieve this syntax in many other languages. In Julia you have several options: map(x -> x^2, 1:25) (x -> x^2).(1:25) 1:25 .|> x -> x^2 ... or for loops which actually gets vectorized (looking at you, Python): [x^2 for x in 1:25] I do understand that multi-paradigm languages can end up doing more harm than good by having all these options, but having the choice between tidy for-loops and functional style maps at the same time is appealing to me.
@simonced
@simonced 8 ай бұрын
9:37 so many parenthesis... Can we stop complaining about parenthesis? Because this would be the same in C or whatever: println( take( 25, map( square, range()))); How many parens ? YES
@squeeekat
@squeeekat 8 ай бұрын
Something very prolog-like is probably doing unification in Rust's type checker
@RockyNeurock
@RockyNeurock 8 ай бұрын
I really enjoy trying out different languages. I’ve gotten around to 20+ in the last year. For some reason, Clojure always feels very natural to me. I can’t explain why, it just works for me. Also, I really enjoy Rich Hickey’s take on things; it usually makes me think.
@mcspud
@mcspud 8 ай бұрын
The only thing more life changing than a LISP for a programmer is Haskell I think. And yeah - Rich Hickey has a great take on things.
@dmitriyobidin6049
@dmitriyobidin6049 8 ай бұрын
Sadly, with him stepping down things might change...
@vikingthedude
@vikingthedude 8 ай бұрын
I think it comes naturally because lisps are very consistent. There’s hardly any syntax that deviates from the familiar (fn a b c)
@JChen7
@JChen7 8 ай бұрын
@@dmitriyobidin6049 I thought he’s off the nubank team but not actually off clojure..
@Mirvelik
@Mirvelik 8 ай бұрын
I started to write my pet projects in Clojure several months ago Now, I am looking to switch to it fulltime 🤗
@nandoflorestan
@nandoflorestan 8 ай бұрын
Nice. What language(s) are you switching from?
@johannes_s1337
@johannes_s1337 8 ай бұрын
​@@nandoflorestanlisp 😈
@vikingthedude
@vikingthedude 8 ай бұрын
@@nandoflorestanfor me its js
@Mirvelik
@Mirvelik 8 ай бұрын
@@nandoflorestan mainly from Java ))
@SArthur221
@SArthur221 8 ай бұрын
Haskell has fewer symbols for the same effect take 25 (map (^2) [1..]) Or if brackets annoy you for some reason: take 25 $ map (^2) [1..]
@doctortroels
@doctortroels 7 ай бұрын
If the whole argument is about readability, just do map (^2) [1..25]
@BreytnerNascimento
@BreytnerNascimento 8 ай бұрын
The prophecy of Brian is turning out to be really true, because you know it is Uncle Bob of Clean Code™ liking a language from a programming paradigm that by its very nature despise the rules of clean code.
@coAdjointTom
@coAdjointTom 8 ай бұрын
The nuttiest uncle Bob blog post is on the clean code way of doing switch statements. If it was anyone else I would have thought it was a joke
@frydac
@frydac 8 ай бұрын
In his book he talks about not repeating the same switch statement all over the place and using polymorphism in stead. In Martin Fowler's refactoring book similar advice is given. I'm assuming this is not what you are referring to? As imho this advice still holds in many contexts...
@LuisM_Santana
@LuisM_Santana 8 ай бұрын
The cat joke at the end... oh man, what a great video
@arkie87
@arkie87 8 ай бұрын
When did Dr Disrespect get into programming? Ok, i'm sure i'm not the first to make that joke. I have to say, you are a programmer I can stand to watch. Very entertaining. Not cocky or dogmatic. Seem to be quite knowledgeable. Subscribed.
@ThePrimeTimeagen
@ThePrimeTimeagen 8 ай бұрын
my man
@clo4
@clo4 8 ай бұрын
"not if you use a gun" took me so off guard I coughed lmfao
@alphabasic1759
@alphabasic1759 8 ай бұрын
The comment of good vs. familiar is so spot on.
@Oi-mj6dv
@Oi-mj6dv 7 ай бұрын
Get rekt y'all lisp haters. We knew from the start the power lisp and its dialects had. "Any sufficiently complicated C or Fortran program contains an ad hoc, informally-specified, bug-ridden, slow implementation of half of Common Lisp."
@Johan_S4
@Johan_S4 8 ай бұрын
If I didn't use curly bracket in loop, I usually just write it beside the loop itself so I won't mistake it inside curly bracket when I want to add code. Not that I support it, I'm just lazy sometimes
@uch195
@uch195 8 ай бұрын
prime you have rocked my world.
@salvatoreshiggerino6810
@salvatoreshiggerino6810 8 ай бұрын
I'd love to see someone solve the small syntax static typing problem. The ML family gets close, but I would consider that to be a rather midsize syntax. With Lisps you can just throw macros at the problem, but when everything is just symbols and s-expressions it all blends together.
@overclucker
@overclucker 8 ай бұрын
It's all bit soup in memory. The goal of static typing isn't to keep the square peg from fitting in the round hole. The point is more along the lines of slapping your two year old's hand when they try to put the square peg in the round hole. I don't know where I was going with this, I just have invasive thoughts.
@RogerValor
@RogerValor 8 ай бұрын
Uncle Bob clearly reminds me of an uncle, the one who always seems to talk how much he knows. I don't know why, but I never liked him, I just don't understand the fascination for his stuff. Clean code feels like code triplication around a God Object.
@digitalspecter
@digitalspecter 8 ай бұрын
I never liked him because he seems to think he knows and understands more than he does.. and when you catch things where he confidently states suspicious things you become very wary of the conclusions.. they seem like post-hoc rationalisations rather than well constructed arguments.
@alphabasic1759
@alphabasic1759 8 ай бұрын
I like Bobs comment on speed. I’m a huge fan of the lisp family of languages (since the early 80s). The high performance of Lisp comes in part from its limited syntax and semantics. It relies on fewer constructs, which have been made very robust and speedy. You do need to process more code is the trade off.
@pandepic7078
@pandepic7078 8 ай бұрын
He made the performance of clojure sound absolutely awful though…
@alphabasic1759
@alphabasic1759 8 ай бұрын
I loved forth. It’s is a very small language and given it’s purpose (programming for embedded systems), it performed very well. Postscript programming was also similar (display postscript). I think Bob may be my cousin.
@annaczgli2983
@annaczgli2983 8 ай бұрын
Uncle Bob's a boomer. But, he's not wrong about SICP - that book will change your life.
@alexandrustefanmiron7723
@alexandrustefanmiron7723 8 ай бұрын
Well... I think he is quite right. I knew enough of clisp that for my last lisp test I wrote 4 pages in lisp to define all c functionality I needed to have such that in the end I wrote the requested function in c.
@LinucNerd
@LinucNerd 8 ай бұрын
"framerates in the high 20s"... Oh man... Say what you will about Uncle Bob, but this article is absolutely hilarious, probably the best joke he's ever made. Edit: Seeing some people in the comments taking him seriously, as if he is serious here, no this is very much trolling. I've seen the Casey video and a video on their email correspondence, but this article is a shitpost, you can't tell me otherwise.
@neunmalelf
@neunmalelf 8 ай бұрын
The "funny" thing is, that most functions in rust, c++, etc. have way more (){} [] than lisp (). More people program in a LISP-way than in all other languages combined. -> Every time they use a formula/function in MS EXCEL, Google Sheets or Apples Number 😉
@ycombinator765
@ycombinator765 8 ай бұрын
*Programming will forever suck, that's all there is to it. It is just always going to suck, why are you trying to make it not suck? Just accept the suck and determine which version of suck you want to suck on* - ThePrimeagen, 2023 This is actually crazy 🤣🤣🤣🤣🤣 EDIT: I swear the ending got me rolling, didgn't expect that.
@randomthings1553
@randomthings1553 7 ай бұрын
14:32 Exactly the point the creator of Clojure makes in `Simple Made Easy`. I love clojure the language, even compared to a very similar language like elixir. But I cannot deny that the library system is too fragmented, there is no consensus, apart from if this is good or bad, it's very hard for beginners. That’s why I think clojure tends to be appealing for long time programmers. There is also Datomic, which is a very cool concept of a database.
@andy_ppp
@andy_ppp 8 ай бұрын
Made a solitaire solver in Prolog at university, it was great fun 👍🏻
@0netom
@0netom 8 ай бұрын
programming in Clojure daily for the past decade almost and I've never been happier. started with BASIC on ZX81, then Forth & Z80 assembly on ZX Spectrum, Pascal & x86 assembly on DOS Delphi on Windows, then awk, bash, grep, Microchip PIC assembly, 7 years of vim, GNU Forth on Linux, REBOL, Ruby, Node, Solidity and "finally" Clojure with IntelliJ+Cursive (with some Emacs/CIDER keybindings), which is the most convenient bloatware of our times overall.
@BenTzionZuckier
@BenTzionZuckier 8 ай бұрын
20:57 “we’ve entered the era of ‘tweaking’” - Uncle_Bob 2023
@sfulibarri
@sfulibarri 8 ай бұрын
The man literally ruins the craft for decades and moonwalks into a full 180. Unbelievable.
@faster-than-light-memes
@faster-than-light-memes 8 ай бұрын
Lisp is called the only language that is beautiful. Trying the unfamiliar can only make you stronger.
@kc3vv
@kc3vv 8 ай бұрын
20:00 I think this is not always true as there are new academic concepts sometimes explored in new langauges and these usually trickle down eventually to more mainstream languages.
@nekoill
@nekoill 8 ай бұрын
"DOZENS OF 'EM" just murdered me for some reason wtf 😹
@AhmedShariffGplus
@AhmedShariffGplus 8 ай бұрын
The "good == familiar" argument you made is the 'blub paradox' from Paul Graham's article. I was surprised you hadn't read his articles.
@benarcher372
@benarcher372 8 ай бұрын
Thank you, strange guy.
@gagagero
@gagagero 8 ай бұрын
One thing to add to the editors part is that using an editor that has some form of structural editing either built-in or as a package is a gigantic advantage when writing Lisp.
@nisonatic
@nisonatic 8 ай бұрын
And it's much easier for editors to support it well because the Lisp syntax is stupidly simple.
@aidanbrumsickle
@aidanbrumsickle 8 ай бұрын
see for example Vim plugins guns/vim-sexp and tpope/vim-sexp-mappings-for-regular-people
@PatternShift
@PatternShift 7 ай бұрын
parinfer-rust ftw
@timedebtor
@timedebtor 8 ай бұрын
If you're going to use Clojure you may as well take the extra step and try out Anglican.
@jsg240
@jsg240 8 ай бұрын
The Finnish company Metosin created a spec alternative called Malli. Its pretty fun to use once you get used to it and I prefer it over spec tbh. For the nested functions-lists, all those parentheses, you can use the threading macros to help you out, stuff like thread first -> and thread last ->> . I cant live without my Clojure REPL hahaha . Stockholm Syndrome Language indeed... haha
@firetruck988
@firetruck988 9 күн бұрын
clojure: (println (take 25 (map #(* % %) (range)))) python: for i in range(25): print(i ** 2) I don't think you need a functional language to be expressive.
@user-hh7kt4le3q
@user-hh7kt4le3q 8 ай бұрын
1:10 Warren and others claiming that Prolog is great for writing compilers:
@jgoodman75
@jgoodman75 2 ай бұрын
Love seeing these young punks act like they have achieved more than someone like Uncle Bob. Or act like THEY have figured it all out. The guys with decades of experience? Somehow clueless boomers. Guy who wears a hoodie and balls have just dropped? Genius!
@szabolcsmate5254
@szabolcsmate5254 8 ай бұрын
11:20 And that's why you never put the { at the and of a line, but only as the first non whitespace char of the line. So you see when it's not there. (But it should be there anyway.)
@CalvaTV
@CalvaTV 8 ай бұрын
For IDE support, if you like VS Code, there is Calva. (Yes, I'm biased.) And for those who like to hack their editor in user land like you can with Emacs, there is Joyride doing the same thing for VS Code. By some strange coincidence the language used by Joyride to hack VS Code is Clojure. =)
@clickrush
@clickrush 8 ай бұрын
I'm regularly using the Calva standalone REPL to test out ideas.
@vikingthedude
@vikingthedude 8 ай бұрын
And for neovim users, there’s conjure
@ShadoFXPerino
@ShadoFXPerino 8 ай бұрын
PHP also refuses to die. That's why we should all program in PHP.
@gladoseus
@gladoseus 8 ай бұрын
I can listen to him reading java syntax forever
@arkie87
@arkie87 8 ай бұрын
public static void main string args
@luserdroog
@luserdroog 8 ай бұрын
Bob's wrong: PostScript was not based on Forth. Both drew inspiration from the same source: Burroughs Large Systems architecture.
@bennymountain1
@bennymountain1 4 ай бұрын
I like how Clojure is "The bestest language evar!" for people who used to code on Java. In a Bizarro-world version Mark Seemann praises F# as the new gospel. This parallel cracks me up for some reason.
@90sokrates
@90sokrates 8 ай бұрын
I think he just wants to sell another book
@yousefsaddeek
@yousefsaddeek 8 ай бұрын
11:55 I thought it was fine because you can put both the loop and the function call or whatever on one line So that disaster doesn't happen
@romanmueller3479
@romanmueller3479 5 ай бұрын
Bob saved the OOP world with his "Clean Code". Now he transitions to the functional programming camp where he will sell books and trainings on how to write "Clean Functional Code". After all he has done functional style programming in Assembler, Fortran, COBOL, Java, C, C++, SQL, Prolog, Python, C#, Smalltalk, Swift, JavaScript, Dart and Rust.over the last 40 years.
@amotriuc
@amotriuc 8 ай бұрын
In Lips like languages is hard to write preformat code. I would say they are good in case where flexibility is more important then performance. Since we do approach end of Moore's law I suspect languages that can squeeze more performance from the hardware will be the way.
@glowingone1774
@glowingone1774 8 ай бұрын
How much lisp have you written? CL has the (declaim) for optimization
@amotriuc
@amotriuc 8 ай бұрын
@@glowingone1774 Not a lot, but I don't need to do it a lot to find it out, writing in C or C++ fast code is much easier. The same way you can't ever write a faster program in Java as You can do it in C or C++.
@totalmonkeyspeed260
@totalmonkeyspeed260 8 ай бұрын
The "version of suck" philosophy is gold.
@sherlockholmes59
@sherlockholmes59 7 ай бұрын
I have no idea why it happens. But every single time Prime says, "pound me daddy" and "CLO-JUR" I laugh. I thought it would stop being funny but it doesn't. I'm watching this on loop for 2 days and laughing. I think i need help.
@jay31415
@jay31415 2 ай бұрын
"map (^2) [0..24]" - Haskell
@sacredgeometry
@sacredgeometry 8 ай бұрын
What software has Robert Martin actually worked on? 16:35 Thats some bullshit performance right there uncle bob. How did you even manage to get it running that awfully.
@single_digit_iq
@single_digit_iq 2 ай бұрын
uncle bob must never be forgiven
@bilaledelbi951
@bilaledelbi951 8 ай бұрын
HAHAHAHA the prolog comment is so good
@MarcosVMSoares
@MarcosVMSoares 8 ай бұрын
If clojure is less to do more, imagine Elixir that is less the clojure and more functionality with OTP power to build servers ^^. Elixir is kubernets and ngnix inside the language already
@andrewdunbar828
@andrewdunbar828 8 ай бұрын
Wow now I have a favourite Nim feature!
@landscapesandmotion
@landscapesandmotion 8 ай бұрын
Clojure + Hiccup + HTMLX is the new goat stack.
I Interviewed Uncle Bob
1:11:07
ThePrimeTime
Рет қаралды 152 М.
Ditch Your Favorite Programming Paradigm | Prime Reacts
16:02
ThePrimeTime
Рет қаралды 111 М.
蜘蛛侠这操作也太坏了吧#蜘蛛侠#超人#超凡蜘蛛
00:47
超凡蜘蛛
Рет қаралды 23 МЛН
КИРПИЧ ОБ ГОЛОВУ #shorts
00:24
Паша Осадчий
Рет қаралды 3 МЛН
TOP 20 Visual Assets to INSPIRE YOU! (APRIL 2024)
8:57
Code Monkey
Рет қаралды 3,2 М.
Interview With A Sr JavaScript Dev | Prime Reacts
24:43
ThePrimeTime
Рет қаралды 56 М.
Every Programming Language Ever Explained in 15 Minutes
15:29
Flash Bytes
Рет қаралды 210 М.
Git Is Awful | Prime Reacts
23:10
ThePrimeTime
Рет қаралды 190 М.
Why Isn't Functional Programming the Norm? - Richard Feldman
46:09
Jim Coplien and Bob Martin Debate TDD
20:59
toalexsmail
Рет қаралды 156 М.
Naming Things in Code
7:25
CodeAesthetic
Рет қаралды 1,9 МЛН
Clean Code is SLOW But REQUIRED? | Prime Reacts
28:22
ThePrimeTime
Рет қаралды 250 М.
Functional Programming in 40 Minutes • Russ Olsen • GOTO 2018
41:35
GOTO Conferences
Рет қаралды 800 М.
Prime Reacts: The Flaws of Inheritance
29:05
ThePrimeTime
Рет қаралды 293 М.
Самый маленький игровой ПК
0:46
ITMania - Сборка ПК
Рет қаралды 530 М.
iPhone - телефон для нищебродов?!
0:53
ÉЖИ АКСЁНОВ
Рет қаралды 3,5 МЛН
Опасная флешка 🤯
0:22
FATA MORGANA
Рет қаралды 514 М.
🔥Новый ЛИДЕР РЫНКА СМАРТФОНОВ🤩
0:33