Uncle Bob LOVES Functional Programming | Prime Reacts

  Рет қаралды 113,198

ThePrimeTime

10 ай бұрын

Recorded live on twitch, GET IN
twitch.tv/ThePrimeagen
MY MAIN YT CHANNEL: Has well edited engineering videos
kzfaq.info
Discord
discord.gg/ThePrimeagen
Have something for me to read or react to?: www.reddit.com/r/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

Пікірлер: 606
@JamesJones-zt2yx
@JamesJones-zt2yx 10 ай бұрын
"Why do I like Clojure? I've made a list." I see what he did there.
@fredoverflow
@fredoverflow 10 ай бұрын
He should have made a vector instead, that's more idiomatic in Clojure.
@zslade
@zslade 10 ай бұрын
@@fredoverflow I loved your video on transducers from the ground up by the way. Really great stuff :).
@IrizarryBrandon
@IrizarryBrandon 10 ай бұрын
Indeed, one whose CDR was nil
@fredoverflow
@fredoverflow 10 ай бұрын
@@zsladePlethora! (That means a lot.)
@dabest9843
@dabest9843 10 ай бұрын
You beat me to it. Congrats.
@PledgeBass
@PledgeBass 10 ай бұрын
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 10 ай бұрын
If only our politicians were like that.
@skudge
@skudge 10 ай бұрын
Clojure has been the most fun I've had in 15 years of programming and is a breath of fresh air.
@acobster
@acobster 7 ай бұрын
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 4 ай бұрын
I've been working for 2 years now oe fullstack clojure project. It never stops being fun
@AlexRodriguez-gb9ez
@AlexRodriguez-gb9ez Ай бұрын
Programmable semantics for the win: You can redefine defn, let, cond, the variable setters/getters, etc... locally or globally to do stuff you want like add debugging information, do dependency resolution, notify/update, persistance through files/database. Clojure's protocols seem to be more general than OOP. REPL based development. LISPs regular grammar means stuff like parinfer / paredit are possible.
@k98killer
@k98killer 10 ай бұрын
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 10 ай бұрын
Someone suggest this to the bird lang people
@zyriab5797
@zyriab5797 10 ай бұрын
I'm sure Tom would only use underscore, he's such a genius. typedef int _; _ ___ = 42; _ ____ = 69; printf("%d + %d = %d", ___, ____, ___ + ____);
@ficolas2
@ficolas2 10 ай бұрын
What about single word variables? Are they considered snake_case or camelCase?
@k98killer
@k98killer 10 ай бұрын
@@ficolas2 they'd be constants, not variables
@scheimong
@scheimong 10 ай бұрын
​@@ficolas2I was about to say this is an interesting idea until I saw your comment 😅
@moonasha
@moonasha 10 ай бұрын
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!"
@EskoLuontola
@EskoLuontola 10 ай бұрын
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).
@jessejayphotography
@jessejayphotography 10 ай бұрын
I agree. It looks ugly to the Algol family lovers initially and then it all melts away.
@collinrottinghaus6480
@collinrottinghaus6480 4 ай бұрын
I like to use rainbow parenthesis. Helps a lot.
@ultraderek
@ultraderek 10 ай бұрын
I love dysfunctional programming.
@Wherrimy
@Wherrimy 10 ай бұрын
It is both functional and dysfunctional 🤔
@tsyf1
@tsyf1 8 ай бұрын
The code I write the most is dysfunctional!
@tanko.reactions176
@tanko.reactions176 3 ай бұрын
@@Wherrimyits also known as transcendental programming. it transcends binary polarities.
@michaelslattery3050
@michaelslattery3050 10 ай бұрын
"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 5 ай бұрын
Smalltalk could've become a thing if ram wasn't volatile
@michaelslattery3050
@michaelslattery3050 5 ай бұрын
@@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.
@AlexRodriguez-gb9ez
@AlexRodriguez-gb9ez Ай бұрын
@@JasminUwU Actually you can hibernate windows, or even sleep. Also in Lisp/clojure for persistance you can change the meaning of define/assignment statement (set!/setq/setf) so that it saves variables to a file/database or maybe even loads the previous variable every time you change it sort of like getters/setters but for all assignment in your program.
@weirddan455
@weirddan455 10 ай бұрын
"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 10 ай бұрын
Exactly. I also found it weird. My dude Uncle Bob is still living in the 80s.
@arkie87
@arkie87 10 ай бұрын
yeah, i thought so too. I can write faster programs in python.
@Simon-xi8tb
@Simon-xi8tb 8 ай бұрын
@@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 4 ай бұрын
I presume he was running it on a cpu
@cariyaputta
@cariyaputta 10 ай бұрын
"Clean Code is the biggest mistake of my life." - Uncle Bob, 2025.
@DarrenJohn10X
@DarrenJohn10X 10 ай бұрын
LOL. Also FR.
@nomoredarts8918
@nomoredarts8918 10 ай бұрын
No such thing as clean code. Code should be clear, not clean
@nandoflorestan
@nandoflorestan 10 ай бұрын
Clueless haters.
@dejfcold
@dejfcold 10 ай бұрын
I wish
@nomoredarts8918
@nomoredarts8918 10 ай бұрын
@@nandoflorestan at least I have my own opinion, based on my own experience and not following anyone like a lemming
@znti
@znti 8 ай бұрын
Yeah going from clean-code-verbosity to one-liners-that-you-need-an-article-to-explain was quite a change in pace ngl
@TankorSmash
@TankorSmash 10 ай бұрын
Really good editing on this. I appreciated how many quick cuts and almost no downtime at all. Thanks for putting this out!
@LambdaCalculator
@LambdaCalculator 10 ай бұрын
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 10 ай бұрын
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 10 ай бұрын
@@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 10 ай бұрын
Thank you
@rogergalindo7318
@rogergalindo7318 10 ай бұрын
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 10 ай бұрын
@@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.
@BosonCollider
@BosonCollider 10 ай бұрын
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 10 ай бұрын
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 8 ай бұрын
I thought jsx came from xml
@acobster
@acobster 7 ай бұрын
source?
@ThePedrolic
@ThePedrolic 10 ай бұрын
Clojure is an AMAZING language. Absolutely worth anyone's time
@FilipCordas
@FilipCordas 10 ай бұрын
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 10 ай бұрын
​@@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 10 ай бұрын
​@@FilipCordas Well, I have shipped lots of apps, and I think clojure is pretty great. It's not easy, though.
@ThePedrolic
@ThePedrolic 10 ай бұрын
@@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 10 ай бұрын
@@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.
@AlJay0032
@AlJay0032 10 ай бұрын
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 10 ай бұрын
Logic programming languages are incredibly underrated
@mforce2
@mforce2 8 ай бұрын
@@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 8 ай бұрын
Yeah, really looking forward to using that instead of GCC 😃
@AlJay0032
@AlJay0032 8 ай бұрын
Not suggesting anyone should use Prolog.
@mattinykanen4780
@mattinykanen4780 5 ай бұрын
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.
@JChen7
@JChen7 10 ай бұрын
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 10 ай бұрын
to be honest, to me, the article sound sacastic
@marcotroster8247
@marcotroster8247 10 ай бұрын
​@@hck1blooddayUncle Bob has a whole video series about solving Euler project tasks on his Clean Coders channel. It's 100% serious 😂
@DrewIsFail
@DrewIsFail 10 ай бұрын
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 10 ай бұрын
just like clean code
@JChen7
@JChen7 10 ай бұрын
@@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
@IamEchelon
@IamEchelon 10 ай бұрын
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 10 ай бұрын
Exactly my experience too. I dread seeing other languages these days.
@gagagero
@gagagero 10 ай бұрын
Eh, I don't really like that it's only a pseudolisp. I also prefer lisp-2 but that's just taste.
@cowabunga2597
@cowabunga2597 10 ай бұрын
So baby pull me clojure to the backseat of your compiler.
@isodoubIet
@isodoubIet 10 ай бұрын
It's hard to take seriously languages that consider not having a parser to be an advantage.
@porky1118
@porky1118 10 ай бұрын
​@@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).
@Taverius
@Taverius 10 ай бұрын
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 10 ай бұрын
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 10 ай бұрын
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 10 ай бұрын
@@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 10 ай бұрын
@@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 10 ай бұрын
@@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.
@jerichaux9219
@jerichaux9219 10 ай бұрын
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!
@felipedidio4698
@felipedidio4698 10 ай бұрын
Listening to Prime say "# me daddy" is so awkward. Speakers booming at my parents' house.
@vikingthedude
@vikingthedude 10 ай бұрын
This is why i can’t watch prime in my living room
@bobDotJS
@bobDotJS 10 ай бұрын
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 10 ай бұрын
You're blaming the wrong people. Javaisms were a thing before, and independently of, uncle Bob's success.
@dejfcold
@dejfcold 10 ай бұрын
​@@nandoflorestanthey just formalized everything in a book which every company forces juniors to read
@michaelzomsuv3631
@michaelzomsuv3631 10 ай бұрын
Don't blame Bob. Blame your guy one your team, and Bob. lol Engineers should know better than follow ideologic dogmas.
@isodoubIet
@isodoubIet 10 ай бұрын
People should be reading John Osterhaut's A Philosophy of Software Design instead of Clean Code.
@m-is8mm
@m-is8mm 2 ай бұрын
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?
@kallekula84
@kallekula84 10 ай бұрын
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.
@rmoelleux
@rmoelleux 9 ай бұрын
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.
@AlexRodriguez-gb9ez
@AlexRodriguez-gb9ez Ай бұрын
Smalltalk took its image based development from Lisp and programmable semantics, and EMACS is kinda of a Lisp/image or Lisp machine. BTW programmable semantics like being able to change the meaning of cond, set, defun, let were sort of what the early definition of object oriented were (i.e: the semantics are objects in the code that can be changed).
@djupstaten2328
@djupstaten2328 10 ай бұрын
High 20s fps, with many objects on the screen. That blew my mind.
@gamelin1234
@gamelin1234 10 ай бұрын
Great vid Prime. Have you covered Paul Graham's "Beating the Averages" yet?
@friendliness1337
@friendliness1337 10 ай бұрын
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 10 ай бұрын
In your own mind perhaps.
@BlazingMagpie
@BlazingMagpie 10 ай бұрын
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 10 ай бұрын
It's like saving your python interpreter session as an executable and shipping it out to your customers, haha.
@amrojjeh
@amrojjeh 10 ай бұрын
That actually sounds nice
@BlazingMagpie
@BlazingMagpie 10 ай бұрын
@@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.
@FabulousFadz
@FabulousFadz 10 ай бұрын
TBF, Go only Squashes the operands together with the operator when there's more than one thing happening. _fooBar := 1
@coAdjointTom
@coAdjointTom 10 ай бұрын
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 10 ай бұрын
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...
@sharos404
@sharos404 10 ай бұрын
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.
@squeeekat
@squeeekat 10 ай бұрын
Something very prolog-like is probably doing unification in Rust's type checker
@tauraamui
@tauraamui 10 ай бұрын
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 8 ай бұрын
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 8 ай бұрын
aforementioned video is entitled "the last programming language"
@AlexRodriguez-gb9ez
@AlexRodriguez-gb9ez Ай бұрын
@@carlpittenger You can embed C/Rust into Clojure btw, you can also use a quasi-quote custom compiler macro thingy in a few lines to convert Clojure code into Rust code.
@IvanRandomDude
@IvanRandomDude 10 ай бұрын
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 10 ай бұрын
he signed NDA :)
@fakt7814
@fakt7814 10 ай бұрын
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 10 ай бұрын
He calculated the first 25 square numbers, quite impressive!
@romanmueller3479
@romanmueller3479 7 ай бұрын
I would also like to see Bobs code in a real world system and see how understandable his code is.
@AlexRodriguez-gb9ez
@AlexRodriguez-gb9ez Ай бұрын
@@fredoverflow There is a shorter way to do it if he didn't use take and "infinite" range: (map #(* % %) (range 1 25))
@markuszeller_official
@markuszeller_official 10 ай бұрын
Hasn't it been Uncle Bob telling nesting more than 3 levels is evil? ((((()))))
@NoidoDev
@NoidoDev 9 ай бұрын
Someone talking enthusiastically about Lisp is what brought me (back) into programming.
@andersbodin1551
@andersbodin1551 10 ай бұрын
I have built a webbserver in prolog, just because people said it could not be done
@apollolux
@apollolux 9 ай бұрын
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.
@RockyNeurock
@RockyNeurock 10 ай бұрын
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 10 ай бұрын
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 10 ай бұрын
Sadly, with him stepping down things might change...
@vikingthedude
@vikingthedude 10 ай бұрын
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 10 ай бұрын
@@dmitriyobidin6049 I thought he’s off the nubank team but not actually off clojure..
@AlexRodriguez-gb9ez
@AlexRodriguez-gb9ez Ай бұрын
@@mcspud Smalltalk + LISP + Haskell + AI agents
@rdf274
@rdf274 10 ай бұрын
"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
@matthew78uk
@matthew78uk 10 ай бұрын
I am loving the enthusiasm! 😆
@TurtleCorporations
@TurtleCorporations 10 ай бұрын
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 :)
@LuisM_Santana
@LuisM_Santana 10 ай бұрын
The cat joke at the end... oh man, what a great video
@Mirvelik
@Mirvelik 10 ай бұрын
I started to write my pet projects in Clojure several months ago Now, I am looking to switch to it fulltime 🤗
@nandoflorestan
@nandoflorestan 10 ай бұрын
Nice. What language(s) are you switching from?
@johannes_s1337
@johannes_s1337 10 ай бұрын
​@@nandoflorestanlisp 😈
@vikingthedude
@vikingthedude 10 ай бұрын
@@nandoflorestanfor me its js
@Mirvelik
@Mirvelik 10 ай бұрын
@@nandoflorestan mainly from Java ))
@randomthings1553
@randomthings1553 9 ай бұрын
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.
@clo4
@clo4 10 ай бұрын
"not if you use a gun" took me so off guard I coughed lmfao
@IvanRandomDude
@IvanRandomDude 10 ай бұрын
Take a look at his article named "NO DB"
@jgoodman75
@jgoodman75 4 ай бұрын
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!
@rufio.tf2
@rufio.tf2 5 ай бұрын
14:22 Prime echoing the talk "Simple Made Easy", by Rich Hickey -- creator of Clojure.
@XQzmeeMusic
@XQzmeeMusic 10 ай бұрын
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 8 ай бұрын
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 == ....
@alphabasic1759
@alphabasic1759 10 ай бұрын
The comment of good vs. familiar is so spot on.
@alphabasic1759
@alphabasic1759 10 ай бұрын
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 10 ай бұрын
He made the performance of clojure sound absolutely awful though…
@uch195
@uch195 10 ай бұрын
prime you have rocked my world.
@bzboii
@bzboii 10 ай бұрын
20:57 “we’ve entered the era of ‘tweaking’” - Uncle_Bob 2023
@0netom
@0netom 10 ай бұрын
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.
@simonced
@simonced 10 ай бұрын
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
@arkie87
@arkie87 10 ай бұрын
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 10 ай бұрын
my man
@jsg240
@jsg240 10 ай бұрын
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
@Johan_S4
@Johan_S4 10 ай бұрын
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
@SArthur221
@SArthur221 10 ай бұрын
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 9 ай бұрын
If the whole argument is about readability, just do map (^2) [1..25]
@TheNecrojunkie
@TheNecrojunkie 10 ай бұрын
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 10 ай бұрын
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.
@andy_ppp
@andy_ppp 10 ай бұрын
Made a solitaire solver in Prolog at university, it was great fun 👍🏻
@alphabasic1759
@alphabasic1759 10 ай бұрын
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.
@szabolcsmate5254
@szabolcsmate5254 10 ай бұрын
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.)
@BreytnerNascimento
@BreytnerNascimento 10 ай бұрын
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.
@AlexRodriguez-gb9ez
@AlexRodriguez-gb9ez Ай бұрын
What?! Uncle Bob loved Smalltalk then moved to Clojure. Smalltalk's version of OOP is very very different from Java/C++/C# ManagerFactory class inheritance BS. In Java doing OOP meant doing "cargo cult" programming having your control flow be split apart, using mutable state, having lots of code, etc... Smalltalk had 1st class functions, 1st class conditionals, metaclasses, actual message passing, Alan Kay always bragged that he could build programs in 5-10x fewer lines of code than in Java in Smalltalk.
@timedebtor
@timedebtor 10 ай бұрын
If you're going to use Clojure you may as well take the extra step and try out Anglican.
@user-hh7kt4le3q
@user-hh7kt4le3q 10 ай бұрын
1:10 Warren and others claiming that Prolog is great for writing compilers:
@salvatoreshiggerino6810
@salvatoreshiggerino6810 10 ай бұрын
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 10 ай бұрын
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.
@IamPyu-v
@IamPyu-v Ай бұрын
20:23 heck even the first Rust compilers were written in OCaml
@90sokrates
@90sokrates 10 ай бұрын
I think he just wants to sell another book
@uvnikita
@uvnikita 10 ай бұрын
Nice to see some Clojure content. Would also be great so see reactions on one of Rich Hickey's talks.
@nekoill
@nekoill 10 ай бұрын
"DOZENS OF 'EM" just murdered me for some reason wtf 😹
@faster-than-light-memes
@faster-than-light-memes 10 ай бұрын
Lisp is called the only language that is beautiful. Trying the unfamiliar can only make you stronger.
@flippert0
@flippert0 7 ай бұрын
I had a Prolog class back in college and I thought it was great. Loled hard at the ad-hoc invention of a typical Prolog exercise, though
@bennymountain1
@bennymountain1 6 ай бұрын
If T-800 ran on Prolog, he would kill John Connor and then say: Yes
@flippert0
@flippert0 6 ай бұрын
@@bennymountain1 Funny thing is, with some minor modification Prolog-T-800 could _also_ produce new John Connors.
@kc3vv
@kc3vv 10 ай бұрын
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.
@single_digit_iq
@single_digit_iq 4 ай бұрын
uncle bob must never be forgiven
@RogerValor
@RogerValor 10 ай бұрын
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 10 ай бұрын
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.
@firetruck988
@firetruck988 2 ай бұрын
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.
@neunmalelf
@neunmalelf 10 ай бұрын
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 10 ай бұрын
*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.
@Oi-mj6dv
@Oi-mj6dv 9 ай бұрын
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."
@jay31415
@jay31415 4 ай бұрын
"map (^2) [0..24]" - Haskell
@skilletpan5674
@skilletpan5674 Ай бұрын
To be fair back in the 80s and 90s compilers would generate different code when you didn't use { or if you did. So programmers were encouraged to not use them.
@CalvaTV
@CalvaTV 10 ай бұрын
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 10 ай бұрын
I'm regularly using the Calva standalone REPL to test out ideas.
@vikingthedude
@vikingthedude 10 ай бұрын
And for neovim users, there’s conjure
@yousefsaddeek
@yousefsaddeek 10 ай бұрын
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
@bennymountain1
@bennymountain1 6 ай бұрын
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.
@benarcher372
@benarcher372 10 ай бұрын
Thank you, strange guy.
@gagagero
@gagagero 10 ай бұрын
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.
@aidanbrumsickle
@aidanbrumsickle 10 ай бұрын
see for example Vim plugins guns/vim-sexp and tpope/vim-sexp-mappings-for-regular-people
@PatternShift
@PatternShift 9 ай бұрын
parinfer-rust ftw
@romanmueller3479
@romanmueller3479 7 ай бұрын
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.
@sacredgeometry
@sacredgeometry 10 ай бұрын
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.
@sfulibarri
@sfulibarri 10 ай бұрын
The man literally ruins the craft for decades and moonwalks into a full 180. Unbelievable.
@andrewdunbar828
@andrewdunbar828 10 ай бұрын
Wow now I have a favourite Nim feature!
@theMonkeyMonkey
@theMonkeyMonkey 10 ай бұрын
erlang was originally written in prolog
@gladoseus
@gladoseus 10 ай бұрын
I can listen to him reading java syntax forever
@arkie87
@arkie87 10 ай бұрын
public static void main string args
@culturedgator
@culturedgator 10 ай бұрын
19:50 (language composition) composition
@alexandrustefanmiron7723
@alexandrustefanmiron7723 10 ай бұрын
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.
@bilaledelbi951
@bilaledelbi951 10 ай бұрын
HAHAHAHA the prolog comment is so good
@AhmedShariffGplus
@AhmedShariffGplus 10 ай бұрын
The "good == familiar" argument you made is the 'blub paradox' from Paul Graham's article. I was surprised you hadn't read his articles.
@luserdroog
@luserdroog 10 ай бұрын
Glad I happened to watch the one about Tom. Every video since has a riff on him.
@luserdroog
@luserdroog 10 ай бұрын
Bob's wrong: PostScript was not based on Forth. Both drew inspiration from the same source: Burroughs Large Systems architecture.
Sigma Girl Past #funny #sigma #viral
00:20
CRAZY GREAPA
Рет қаралды 28 МЛН
БОЛЬШОЙ ПЕТУШОК #shorts
00:21
Паша Осадчий
Рет қаралды 7 МЛН
DO YOU HAVE FRIENDS LIKE THIS?
00:17
dednahype
Рет қаралды 37 МЛН
Что не так с яблоком Apple? #apple #macbook
0:38
Не шарю!
Рет қаралды 181 М.
💅🏻Айфон vs Андроид🤮
0:20
Бутылочка
Рет қаралды 742 М.