Uncle Bob LOVES Functional Programming | Prime Reacts

  Рет қаралды 123,761

ThePrimeTime

ThePrimeTime

Күн бұрын

Пікірлер: 625
@JamesJones-zt2yx
@JamesJones-zt2yx Жыл бұрын
"Why do I like Clojure? I've made a list." I see what he did there.
@fredoverflow
@fredoverflow Жыл бұрын
He should have made a vector instead, that's more idiomatic in Clojure.
@zslade
@zslade Жыл бұрын
@@fredoverflow I loved your video on transducers from the ground up by the way. Really great stuff :).
@IrizarryBrandon
@IrizarryBrandon Жыл бұрын
Indeed, one whose CDR was nil
@fredoverflow
@fredoverflow Жыл бұрын
@@zsladePlethora! (That means a lot.)
@dabest9843
@dabest9843 Жыл бұрын
You beat me to it. Congrats.
@PledgeBass
@PledgeBass Жыл бұрын
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 Жыл бұрын
If only our politicians were like that.
@huhholi
@huhholi 3 ай бұрын
Yes, I think this comes with education and/or experience, where you work with things you don't understand and need to grasp. Like you are wrong all the time.. there won't be progress if you just be an stubborn ass. Maybe that is one of the biggest factors in why everything is so fucked to day (people who don't know, refusing to acknowledge the thing does not work and not being able to evolve to better things for petty ego)... or something :D Really like the attitude Primeagen has... not on pedestal.
@weirddan455
@weirddan455 Жыл бұрын
"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 Жыл бұрын
Exactly. I also found it weird. My dude Uncle Bob is still living in the 80s.
@arkie87
@arkie87 Жыл бұрын
yeah, i thought so too. I can write faster programs in python.
@Simon-xi8tb
@Simon-xi8tb Жыл бұрын
@@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 9 ай бұрын
I presume he was running it on a cpu
@skudge
@skudge Жыл бұрын
Clojure has been the most fun I've had in 15 years of programming and is a breath of fresh air.
@acobster
@acobster Жыл бұрын
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 9 ай бұрын
I've been working for 2 years now oe fullstack clojure project. It never stops being fun
@AlexRodriguez-gb9ez
@AlexRodriguez-gb9ez 6 ай бұрын
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.
@ultraderek
@ultraderek Жыл бұрын
I love dysfunctional programming.
@Wherrimy
@Wherrimy Жыл бұрын
It is both functional and dysfunctional 🤔
@tsyf1
@tsyf1 Жыл бұрын
The code I write the most is dysfunctional!
@tanko.reactions176
@tanko.reactions176 8 ай бұрын
@@Wherrimyits also known as transcendental programming. it transcends binary polarities.
@k98killer
@k98killer Жыл бұрын
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 Жыл бұрын
Someone suggest this to the bird lang people
@zyriab5797
@zyriab5797 Жыл бұрын
I'm sure Tom would only use underscore, he's such a genius. typedef int _; _ ___ = 42; _ ____ = 69; printf("%d + %d = %d", ___, ____, ___ + ____);
@ficolas2
@ficolas2 Жыл бұрын
What about single word variables? Are they considered snake_case or camelCase?
@k98killer
@k98killer Жыл бұрын
@@ficolas2 they'd be constants, not variables
@scheimong
@scheimong Жыл бұрын
​@@ficolas2I was about to say this is an interesting idea until I saw your comment 😅
@moonasha
@moonasha Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
I agree. It looks ugly to the Algol family lovers initially and then it all melts away.
@collinrottinghaus6480
@collinrottinghaus6480 9 ай бұрын
I like to use rainbow parenthesis. Helps a lot.
@michaelslattery3050
@michaelslattery3050 Жыл бұрын
"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 10 ай бұрын
Smalltalk could've become a thing if ram wasn't volatile
@michaelslattery3050
@michaelslattery3050 10 ай бұрын
@@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 6 ай бұрын
@@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.
@cariyaputta
@cariyaputta Жыл бұрын
"Clean Code is the biggest mistake of my life." - Uncle Bob, 2025.
@DarrenJohn10X
@DarrenJohn10X Жыл бұрын
LOL. Also FR.
@nomoredarts8918
@nomoredarts8918 Жыл бұрын
No such thing as clean code. Code should be clear, not clean
@nandoflorestan
@nandoflorestan Жыл бұрын
Clueless haters.
@dejfcold
@dejfcold Жыл бұрын
I wish
@nomoredarts8918
@nomoredarts8918 Жыл бұрын
@@nandoflorestan at least I have my own opinion, based on my own experience and not following anyone like a lemming
@znti
@znti Жыл бұрын
Yeah going from clean-code-verbosity to one-liners-that-you-need-an-article-to-explain was quite a change in pace ngl
@falsemcnuggethope
@falsemcnuggethope 4 ай бұрын
I'd rather read assembly than Clojure.
@JChen7
@JChen7 Жыл бұрын
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 Жыл бұрын
to be honest, to me, the article sound sacastic
@marcotroster8247
@marcotroster8247 Жыл бұрын
​@@hck1blooddayUncle Bob has a whole video series about solving Euler project tasks on his Clean Coders channel. It's 100% serious 😂
@DrewIsFail
@DrewIsFail Жыл бұрын
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 Жыл бұрын
just like clean code
@JChen7
@JChen7 Жыл бұрын
@@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
@BosonCollider
@BosonCollider Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
I thought jsx came from xml
@acobster
@acobster Жыл бұрын
source?
@IamEchelon
@IamEchelon Жыл бұрын
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 Жыл бұрын
Exactly my experience too. I dread seeing other languages these days.
@gagagero
@gagagero Жыл бұрын
Eh, I don't really like that it's only a pseudolisp. I also prefer lisp-2 but that's just taste.
@cowabunga2597
@cowabunga2597 Жыл бұрын
So baby pull me clojure to the backseat of your compiler.
@isodoubIet
@isodoubIet Жыл бұрын
It's hard to take seriously languages that consider not having a parser to be an advantage.
@porky1118
@porky1118 Жыл бұрын
​@@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).
@bobDotJS
@bobDotJS Жыл бұрын
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 Жыл бұрын
You're blaming the wrong people. Javaisms were a thing before, and independently of, uncle Bob's success.
@dejfcold
@dejfcold Жыл бұрын
​@@nandoflorestanthey just formalized everything in a book which every company forces juniors to read
@michaelzomsuv3631
@michaelzomsuv3631 Жыл бұрын
Don't blame Bob. Blame your guy one your team, and Bob. lol Engineers should know better than follow ideologic dogmas.
@isodoubIet
@isodoubIet Жыл бұрын
People should be reading John Osterhaut's A Philosophy of Software Design instead of Clean Code.
@m-is8mm
@m-is8mm 7 ай бұрын
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?
@ThePedrolic
@ThePedrolic Жыл бұрын
Clojure is an AMAZING language. Absolutely worth anyone's time
@FilipCordas
@FilipCordas Жыл бұрын
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 Жыл бұрын
​@@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 Жыл бұрын
​@@FilipCordas Well, I have shipped lots of apps, and I think clojure is pretty great. It's not easy, though.
@ThePedrolic
@ThePedrolic Жыл бұрын
@@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 Жыл бұрын
@@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.
@TankorSmash
@TankorSmash Жыл бұрын
Really good editing on this. I appreciated how many quick cuts and almost no downtime at all. Thanks for putting this out!
@Taverius
@Taverius Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
@@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 Жыл бұрын
@@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 Жыл бұрын
@@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.
@AlJay0032
@AlJay0032 Жыл бұрын
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 Жыл бұрын
Logic programming languages are incredibly underrated
@mforce2
@mforce2 Жыл бұрын
@@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 Жыл бұрын
Yeah, really looking forward to using that instead of GCC 😃
@AlJay0032
@AlJay0032 Жыл бұрын
Not suggesting anyone should use Prolog.
@mattinykanen4780
@mattinykanen4780 10 ай бұрын
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.
@jerichaux9219
@jerichaux9219 Жыл бұрын
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!
@kallekula84
@kallekula84 Жыл бұрын
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.
@felipedidio4698
@felipedidio4698 Жыл бұрын
Listening to Prime say "# me daddy" is so awkward. Speakers booming at my parents' house.
@vikingthedude
@vikingthedude Жыл бұрын
This is why i can’t watch prime in my living room
@rmoelleux
@rmoelleux Жыл бұрын
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 6 ай бұрын
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 Жыл бұрын
High 20s fps, with many objects on the screen. That blew my mind.
@LambdaCalculator
@LambdaCalculator Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
@@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 Жыл бұрын
Thank you
@rogergalindo7318
@rogergalindo7318 Жыл бұрын
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 Жыл бұрын
@@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.
@sharos404
@sharos404 Жыл бұрын
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.
@friendliness1337
@friendliness1337 Жыл бұрын
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 Жыл бұрын
In your own mind perhaps.
@markuszeller_official
@markuszeller_official Жыл бұрын
Hasn't it been Uncle Bob telling nesting more than 3 levels is evil? ((((()))))
@coAdjointTom
@coAdjointTom Жыл бұрын
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 Жыл бұрын
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...
@BlazingMagpie
@BlazingMagpie Жыл бұрын
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 Жыл бұрын
It's like saving your python interpreter session as an executable and shipping it out to your customers, haha.
@amrojjeh
@amrojjeh Жыл бұрын
That actually sounds nice
@BlazingMagpie
@BlazingMagpie Жыл бұрын
@@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.
@RockyNeurock
@RockyNeurock Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
Sadly, with him stepping down things might change...
@vikingthedude
@vikingthedude Жыл бұрын
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 Жыл бұрын
@@dmitriyobidin6049 I thought he’s off the nubank team but not actually off clojure..
@AlexRodriguez-gb9ez
@AlexRodriguez-gb9ez 6 ай бұрын
@@mcspud Smalltalk + LISP + Haskell + AI agents
@IvanRandomDude
@IvanRandomDude Жыл бұрын
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 Жыл бұрын
he signed NDA :)
@fakt7814
@fakt7814 Жыл бұрын
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 Жыл бұрын
He calculated the first 25 square numbers, quite impressive!
@romanmueller3479
@romanmueller3479 Жыл бұрын
I would also like to see Bobs code in a real world system and see how understandable his code is.
@AlexRodriguez-gb9ez
@AlexRodriguez-gb9ez 6 ай бұрын
@@fredoverflow There is a shorter way to do it if he didn't use take and "infinite" range: (map #(* % %) (range 1 25))
@FabulousFadz
@FabulousFadz Жыл бұрын
TBF, Go only Squashes the operands together with the operator when there's more than one thing happening. _fooBar := 1
@falsemcnuggethope
@falsemcnuggethope 4 ай бұрын
my static code analyzer would probably force me to add parenthesis around 1
@squeeekat
@squeeekat Жыл бұрын
Something very prolog-like is probably doing unification in Rust's type checker
@Mirvelik
@Mirvelik Жыл бұрын
I started to write my pet projects in Clojure several months ago Now, I am looking to switch to it fulltime 🤗
@nandoflorestan
@nandoflorestan Жыл бұрын
Nice. What language(s) are you switching from?
@johannes_s1337
@johannes_s1337 Жыл бұрын
​@@nandoflorestanlisp 😈
@vikingthedude
@vikingthedude Жыл бұрын
@@nandoflorestanfor me its js
@Mirvelik
@Mirvelik Жыл бұрын
@@nandoflorestan mainly from Java ))
@Oi-mj6dv
@Oi-mj6dv Жыл бұрын
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."
@gamelin1234
@gamelin1234 Жыл бұрын
Great vid Prime. Have you covered Paul Graham's "Beating the Averages" yet?
@andersbodin1551
@andersbodin1551 Жыл бұрын
I have built a webbserver in prolog, just because people said it could not be done
@arkie87
@arkie87 Жыл бұрын
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 Жыл бұрын
my man
@tauraamui
@tauraamui Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
aforementioned video is entitled "the last programming language"
@AlexRodriguez-gb9ez
@AlexRodriguez-gb9ez 6 ай бұрын
@@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.
@XQzmeeMusic
@XQzmeeMusic Жыл бұрын
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 Жыл бұрын
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 == ....
@single_digit_iq
@single_digit_iq 9 ай бұрын
uncle bob must never be forgiven
@NoidoDev
@NoidoDev Жыл бұрын
Someone talking enthusiastically about Lisp is what brought me (back) into programming.
@alphabasic1759
@alphabasic1759 Жыл бұрын
The comment of good vs. familiar is so spot on.
@rdf274
@rdf274 Жыл бұрын
"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
@alphabasic1759
@alphabasic1759 Жыл бұрын
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 Жыл бұрын
He made the performance of clojure sound absolutely awful though…
@maximofernandez196
@maximofernandez196 Ай бұрын
I had to use lisp in college, really liked it. Map, reduce and such functions made sense to me once I tried lisp. It's just cool to have more experience on the functional side of programming :)
@TheNecrojunkie
@TheNecrojunkie Жыл бұрын
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 Жыл бұрын
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.
@faster-than-light-memes
@faster-than-light-memes Жыл бұрын
Lisp is called the only language that is beautiful. Trying the unfamiliar can only make you stronger.
@bzboii
@bzboii Жыл бұрын
20:57 “we’ve entered the era of ‘tweaking’” - Uncle_Bob 2023
@SArthur221
@SArthur221 Жыл бұрын
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 Жыл бұрын
If the whole argument is about readability, just do map (^2) [1..25]
@randomthings1553
@randomthings1553 Жыл бұрын
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 Жыл бұрын
"not if you use a gun" took me so off guard I coughed lmfao
@Johan_S4
@Johan_S4 Жыл бұрын
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
@romanmueller3479
@romanmueller3479 Жыл бұрын
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.
@ycombinator765
@ycombinator765 Жыл бұрын
*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.
@IvanRandomDude
@IvanRandomDude Жыл бұрын
Take a look at his article named "NO DB"
@LinucNerd
@LinucNerd Жыл бұрын
"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.
@CalvaTV
@CalvaTV Жыл бұрын
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 Жыл бұрын
I'm regularly using the Calva standalone REPL to test out ideas.
@vikingthedude
@vikingthedude Жыл бұрын
And for neovim users, there’s conjure
@BreytnerNascimento
@BreytnerNascimento Жыл бұрын
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 6 ай бұрын
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.
@flippert0
@flippert0 11 ай бұрын
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 11 ай бұрын
If T-800 ran on Prolog, he would kill John Connor and then say: Yes
@flippert0
@flippert0 11 ай бұрын
@@bennymountain1 Funny thing is, with some minor modification Prolog-T-800 could _also_ produce new John Connors.
@RogerValor
@RogerValor Жыл бұрын
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 Жыл бұрын
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.
@gagagero
@gagagero Жыл бұрын
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 Жыл бұрын
see for example Vim plugins guns/vim-sexp and tpope/vim-sexp-mappings-for-regular-people
@PatternShift
@PatternShift Жыл бұрын
parinfer-rust ftw
@0netom
@0netom Жыл бұрын
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.
@apollolux
@apollolux Жыл бұрын
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.
@bennymountain1
@bennymountain1 11 ай бұрын
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.
@rufio.tf2
@rufio.tf2 10 ай бұрын
14:22 Prime echoing the talk "Simple Made Easy", by Rich Hickey -- creator of Clojure.
@vn8232
@vn8232 Жыл бұрын
If you don't know what image in Lisp languages is, maybe you should look it up before continuing rambling on. Yes, Smalltalk had it too. Go look it up.
@timedebtor
@timedebtor Жыл бұрын
If you're going to use Clojure you may as well take the extra step and try out Anglican.
@ЧингизНабиев-э2г
@ЧингизНабиев-э2г Жыл бұрын
1:10 Warren and others claiming that Prolog is great for writing compilers:
@sacredgeometry
@sacredgeometry Жыл бұрын
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.
@rogergalindo7318
@rogergalindo7318 Жыл бұрын
cmon prime, try a little haskell prime, i promise it won’t do any harm prime… there’s nothing to be afraid of prime…
@simonced
@simonced Жыл бұрын
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
@falsemcnuggethope
@falsemcnuggethope 4 ай бұрын
@uvnikita
@uvnikita Жыл бұрын
Nice to see some Clojure content. Would also be great so see reactions on one of Rich Hickey's talks.
@LuisM_Santana
@LuisM_Santana Жыл бұрын
The cat joke at the end... oh man, what a great video
@TurtleCorporations
@TurtleCorporations Жыл бұрын
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 :)
@salvatoreshiggerino6810
@salvatoreshiggerino6810 Жыл бұрын
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 Жыл бұрын
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.
@jsg240
@jsg240 Жыл бұрын
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
@AhmedShariffGplus
@AhmedShariffGplus Жыл бұрын
The "good == familiar" argument you made is the 'blub paradox' from Paul Graham's article. I was surprised you hadn't read his articles.
@AnWe79
@AnWe79 Ай бұрын
"It requires fewer mental gymnastics". First example: lots of mental gymnastics...
@nekoill
@nekoill Жыл бұрын
"DOZENS OF 'EM" just murdered me for some reason wtf 😹
@skilletpan5674
@skilletpan5674 5 ай бұрын
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.
@kc3vv
@kc3vv Жыл бұрын
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.
@szabolcsmate5254
@szabolcsmate5254 Жыл бұрын
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.)
@BryonLape
@BryonLape 9 ай бұрын
I have preferred Lisp for 34 years.
@luserdroog
@luserdroog Жыл бұрын
Bob's wrong: PostScript was not based on Forth. Both drew inspiration from the same source: Burroughs Large Systems architecture.
@TheXBoy5
@TheXBoy5 Ай бұрын
"println (take 25 (map pound me daddy" -ThePrimeagen
@joshyoerger5271
@joshyoerger5271 Жыл бұрын
10:28 As The Notorious B.I.G. once said, “give them operators room to breathe.”
@РайанКупер-э4о
@РайанКупер-э4о 23 күн бұрын
«I am C++ programmer. I am not C++ language lawyer.» I code mostly with C++ and oh boy does it strike home.
@sfulibarri
@sfulibarri Жыл бұрын
The man literally ruins the craft for decades and moonwalks into a full 180. Unbelievable.
@jay31415
@jay31415 9 ай бұрын
"map (^2) [0..24]" - Haskell
@uch195
@uch195 Жыл бұрын
prime you have rocked my world.
@alphabasic1759
@alphabasic1759 Жыл бұрын
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.
@jessejayphotography
@jessejayphotography Жыл бұрын
Clojure + Hiccup + HTMLX is the new goat stack.
@MarcosVMSoares
@MarcosVMSoares Жыл бұрын
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
@coolworx
@coolworx 8 ай бұрын
I'm just a hack hobbyist who uses programming as my version of crossword puzzles to keep my old addled brain spry. But in my novice experience watching the pantheon of programming gods arguing like Beverly Hills Housewives, my piddly conclusion is that programming is not much different from politics. We all assume the greater good is the ends, but we'll gladly kill each other during the means.
@90sokrates
@90sokrates Жыл бұрын
I think he just wants to sell another book
@andy_ppp
@andy_ppp Жыл бұрын
Made a solitaire solver in Prolog at university, it was great fun 👍🏻
@luserdroog
@luserdroog Жыл бұрын
Glad I happened to watch the one about Tom. Every video since has a riff on him.
@IamPyu-v
@IamPyu-v 6 ай бұрын
20:23 heck even the first Rust compilers were written in OCaml
Functional Design Patterns - Scott Wlaschin
1:05:50
NDC Conferences
Рет қаралды 299 М.
I regret doing this...
1:20:07
Tsoding Daily
Рет қаралды 85 М.
How Many Balloons To Make A Store Fly?
00:22
MrBeast
Рет қаралды 149 МЛН
Увеличили моцареллу для @Lorenzo.bagnati
00:48
Кушать Хочу
Рет қаралды 8 МЛН
Yay😃 Let's make a Cute Handbag for me 👜 #diycrafts #shorts
00:33
LearnToon - Learn & Play
Рет қаралды 117 МЛН
Should you learn C++?? | Prime Reacts
20:29
ThePrimeTime
Рет қаралды 396 М.
MAXIMUM CRINGE Programming Language Tier List | Prime Reacts
22:45
ThePrimeTime
Рет қаралды 602 М.
Dear Functional Bros | Prime Reacts
26:03
ThePrimeTime
Рет қаралды 249 М.
UncleBob Expecting Professionalism (Kuppelsalen, Copenhagen)
1:52:47
Danske Bank. Group IT. RAPO
Рет қаралды 117 М.
fixing bugs - rust later?
3:52:51
badcop VODs
Рет қаралды 411
The Truth About HTMX | Prime Reacts
49:56
ThePrimeTime
Рет қаралды 380 М.
The purest coding style, where bugs are near impossible
10:25
Coderized
Рет қаралды 1 МЛН
Why I Quit Netflix
7:11
ThePrimeagen
Рет қаралды 521 М.
Why Isn't Functional Programming the Norm? - Richard Feldman
46:09
What Does Your Editor Say About You | Prime Reacts
22:12
ThePrimeTime
Рет қаралды 380 М.
How Many Balloons To Make A Store Fly?
00:22
MrBeast
Рет қаралды 149 МЛН