Uncle Bob LOVES Functional Programming | Prime Reacts

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 พ.ย. 2024

ความคิดเห็น • 625

  • @JamesJones-zt2yx
    @JamesJones-zt2yx ปีที่แล้ว +580

    "Why do I like Clojure? I've made a list." I see what he did there.

    • @fredoverflow
      @fredoverflow ปีที่แล้ว +35

      He should have made a vector instead, that's more idiomatic in Clojure.

    • @zslade
      @zslade ปีที่แล้ว +4

      @@fredoverflow I loved your video on transducers from the ground up by the way. Really great stuff :).

    • @IrizarryBrandon
      @IrizarryBrandon ปีที่แล้ว +4

      Indeed, one whose CDR was nil

    • @fredoverflow
      @fredoverflow ปีที่แล้ว +3

      @@zsladePlethora! (That means a lot.)

    • @dabest9843
      @dabest9843 ปีที่แล้ว +2

      You beat me to it. Congrats.

  • @PledgeBass
    @PledgeBass ปีที่แล้ว +183

    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 ปีที่แล้ว +14

      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 ปีที่แล้ว +97

    "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 ปีที่แล้ว +31

      Exactly. I also found it weird. My dude Uncle Bob is still living in the 80s.

    • @arkie87
      @arkie87 ปีที่แล้ว +6

      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 หลายเดือนก่อน +6

      I presume he was running it on a cpu

  • @skudge
    @skudge ปีที่แล้ว +62

    Clojure has been the most fun I've had in 15 years of programming and is a breath of fresh air.

    • @acobster
      @acobster ปีที่แล้ว +11

      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 หลายเดือนก่อน +1

      I've been working for 2 years now oe fullstack clojure project. It never stops being fun

    • @AlexRodriguez-gb9ez
      @AlexRodriguez-gb9ez 5 หลายเดือนก่อน

      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 ปีที่แล้ว +130

    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 ปีที่แล้ว +20

      Someone suggest this to the bird lang people

    • @zyriab5797
      @zyriab5797 ปีที่แล้ว +7

      I'm sure Tom would only use underscore, he's such a genius.
      typedef int _;
      _ ___ = 42;
      _ ____ = 69;
      printf("%d + %d = %d", ___, ____, ___ + ____);

    • @ficolas2
      @ficolas2 ปีที่แล้ว +3

      What about single word variables? Are they considered snake_case or camelCase?

    • @k98killer
      @k98killer ปีที่แล้ว +10

      @@ficolas2 they'd be constants, not variables

    • @scheimong
      @scheimong ปีที่แล้ว +1

      ​@@ficolas2I was about to say this is an interesting idea until I saw your comment 😅

  • @michaelslattery3050
    @michaelslattery3050 ปีที่แล้ว +22

    "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 9 หลายเดือนก่อน

      @@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 5 หลายเดือนก่อน +1

      @@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.

  • @moonasha
    @moonasha ปีที่แล้ว +21

    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!"

  • @ultraderek
    @ultraderek ปีที่แล้ว +236

    I love dysfunctional programming.

    • @Wherrimy
      @Wherrimy ปีที่แล้ว +5

      It is both functional and dysfunctional 🤔

    • @tsyf1
      @tsyf1 ปีที่แล้ว +1

      The code I write the most is dysfunctional!

    • @tanko.reactions176
      @tanko.reactions176 8 หลายเดือนก่อน

      @@Wherrimyits also known as transcendental programming. it transcends binary polarities.

  • @cariyaputta
    @cariyaputta ปีที่แล้ว +336

    "Clean Code is the biggest mistake of my life." - Uncle Bob, 2025.

    • @DarrenJohn10X
      @DarrenJohn10X ปีที่แล้ว +12

      LOL.
      Also FR.

    • @nomoredarts8918
      @nomoredarts8918 ปีที่แล้ว +27

      No such thing as clean code. Code should be clear, not clean

    • @nandoflorestan
      @nandoflorestan ปีที่แล้ว +10

      Clueless haters.

    • @dejfcold
      @dejfcold ปีที่แล้ว

      I wish

    • @nomoredarts8918
      @nomoredarts8918 ปีที่แล้ว +13

      @@nandoflorestan at least I have my own opinion, based on my own experience and not following anyone like a lemming

  • @EskoLuontola
    @EskoLuontola ปีที่แล้ว +87

    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 ปีที่แล้ว +5

      I agree. It looks ugly to the Algol family lovers initially and then it all melts away.

    • @collinrottinghaus6480
      @collinrottinghaus6480 9 หลายเดือนก่อน +3

      I like to use rainbow parenthesis. Helps a lot.

  • @JChen7
    @JChen7 ปีที่แล้ว +87

    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 ปีที่แล้ว +13

      to be honest, to me, the article sound sacastic

    • @marcotroster8247
      @marcotroster8247 ปีที่แล้ว +7

      ​@@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 ปีที่แล้ว +7

      just like clean code

    • @JChen7
      @JChen7 ปีที่แล้ว +4

      @@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

  • @znti
    @znti ปีที่แล้ว +13

    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 3 หลายเดือนก่อน

      I'd rather read assembly than Clojure.

  • @IamEchelon
    @IamEchelon ปีที่แล้ว +73

    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 ปีที่แล้ว +17

      Exactly my experience too. I dread seeing other languages these days.

    • @gagagero
      @gagagero ปีที่แล้ว +4

      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 ปีที่แล้ว +3

      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).

  • @bobDotJS
    @bobDotJS ปีที่แล้ว +30

    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 ปีที่แล้ว +7

      ​@@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?

  • @BosonCollider
    @BosonCollider ปีที่แล้ว +31

    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 ปีที่แล้ว +2

      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 ปีที่แล้ว +2

      source?

  • @Taverius
    @Taverius ปีที่แล้ว +38

    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 ปีที่แล้ว +2

      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 ปีที่แล้ว +4

      @@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 ปีที่แล้ว +1

      @@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 ปีที่แล้ว +7

      @@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 ปีที่แล้ว +35

    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 ปีที่แล้ว +1

      @@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 ปีที่แล้ว +2

      Yeah, really looking forward to using that instead of GCC 😃

    • @AlJay0032
      @AlJay0032 ปีที่แล้ว

      Not suggesting anyone should use Prolog.

    • @mattinykanen4780
      @mattinykanen4780 10 หลายเดือนก่อน +1

      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.

  • @ThePedrolic
    @ThePedrolic ปีที่แล้ว +58

    Clojure is an AMAZING language. Absolutely worth anyone's time

    • @FilipCordas
      @FilipCordas ปีที่แล้ว +6

      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 ปีที่แล้ว +14

      ​@@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 ปีที่แล้ว +5

      @@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.

  • @jerichaux9219
    @jerichaux9219 ปีที่แล้ว +3

    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 ปีที่แล้ว +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.

  • @felipedidio4698
    @felipedidio4698 ปีที่แล้ว +11

    Listening to Prime say "# me daddy" is so awkward. Speakers booming at my parents' house.

    • @vikingthedude
      @vikingthedude ปีที่แล้ว +3

      This is why i can’t watch prime in my living room

  • @LambdaCalculator
    @LambdaCalculator ปีที่แล้ว +24

    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 ปีที่แล้ว +2

      @@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.

  • @rmoelleux
    @rmoelleux ปีที่แล้ว +5

    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 5 หลายเดือนก่อน +1

      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).

  • @markuszeller_official
    @markuszeller_official ปีที่แล้ว +5

    Hasn't it been Uncle Bob telling nesting more than 3 levels is evil? ((((()))))

  • @djupstaten2328
    @djupstaten2328 ปีที่แล้ว +4

    High 20s fps, with many objects on the screen. That blew my mind.

  • @RockyNeurock
    @RockyNeurock ปีที่แล้ว +13

    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 ปีที่แล้ว +2

      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 ปีที่แล้ว +1

      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 5 หลายเดือนก่อน

      @@mcspud Smalltalk + LISP + Haskell + AI agents

  • @friendliness1337
    @friendliness1337 ปีที่แล้ว +3

    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.

  • @sharos404
    @sharos404 ปีที่แล้ว +3

    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.

  • @tauraamui
    @tauraamui ปีที่แล้ว +14

    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 ปีที่แล้ว +4

      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 ปีที่แล้ว +2

      aforementioned video is entitled "the last programming language"

    • @AlexRodriguez-gb9ez
      @AlexRodriguez-gb9ez 5 หลายเดือนก่อน

      @@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.

  • @BlazingMagpie
    @BlazingMagpie ปีที่แล้ว +6

    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 ปีที่แล้ว +2

      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.

  • @coAdjointTom
    @coAdjointTom ปีที่แล้ว +4

    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 ปีที่แล้ว +1

      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...

  • @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 ปีที่แล้ว

      Nice. What language(s) are you switching from?

    • @johannes_s1337
      @johannes_s1337 ปีที่แล้ว +1

      ​@@nandoflorestanlisp 😈

    • @vikingthedude
      @vikingthedude ปีที่แล้ว

      @@nandoflorestanfor me its js

    • @Mirvelik
      @Mirvelik ปีที่แล้ว +1

      @@nandoflorestan mainly from Java ))

  • @Oi-mj6dv
    @Oi-mj6dv ปีที่แล้ว +2

    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."

  • @FabulousFadz
    @FabulousFadz ปีที่แล้ว +2

    TBF, Go only Squashes the operands together with the operator when there's more than one thing happening. _fooBar := 1

    • @falsemcnuggethope
      @falsemcnuggethope 3 หลายเดือนก่อน

      my static code analyzer would probably force me to add parenthesis around 1

  • @TankorSmash
    @TankorSmash ปีที่แล้ว +1

    Really good editing on this. I appreciated how many quick cuts and almost no downtime at all. Thanks for putting this out!

  • @TheNecrojunkie
    @TheNecrojunkie ปีที่แล้ว +7

    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.

  • @squeeekat
    @squeeekat ปีที่แล้ว +3

    Something very prolog-like is probably doing unification in Rust's type checker

  • @gamelin1234
    @gamelin1234 ปีที่แล้ว +4

    Great vid Prime. Have you covered Paul Graham's "Beating the Averages" yet?

  • @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 ปีที่แล้ว +1

      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 == ....

  • @andersbodin1551
    @andersbodin1551 ปีที่แล้ว +5

    I have built a webbserver in prolog, just because people said it could not be done

  • @BreytnerNascimento
    @BreytnerNascimento ปีที่แล้ว +7

    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 5 หลายเดือนก่อน

      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.

  • @IvanRandomDude
    @IvanRandomDude ปีที่แล้ว +9

    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 ปีที่แล้ว +6

      he signed NDA :)

    • @fakt7814
      @fakt7814 ปีที่แล้ว +2

      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 ปีที่แล้ว +4

      He calculated the first 25 square numbers, quite impressive!

    • @romanmueller3479
      @romanmueller3479 ปีที่แล้ว +1

      I would also like to see Bobs code in a real world system and see how understandable his code is.

    • @AlexRodriguez-gb9ez
      @AlexRodriguez-gb9ez 5 หลายเดือนก่อน

      @@fredoverflow There is a shorter way to do it if he didn't use take and "infinite" range: (map #(* % %) (range 1 25))

  • @arkie87
    @arkie87 ปีที่แล้ว +7

    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.

  • @alphabasic1759
    @alphabasic1759 ปีที่แล้ว +2

    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 ปีที่แล้ว +3

      He made the performance of clojure sound absolutely awful though…

  • @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.

  • @single_digit_iq
    @single_digit_iq 9 หลายเดือนก่อน +1

    uncle bob must never be forgiven

  • @NoidoDev
    @NoidoDev ปีที่แล้ว

    Someone talking enthusiastically about Lisp is what brought me (back) into programming.

  • @randomthings1553
    @randomthings1553 ปีที่แล้ว +1

    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.

  • @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

  • @0netom
    @0netom ปีที่แล้ว +4

    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.

  • @alphabasic1759
    @alphabasic1759 ปีที่แล้ว +2

    The comment of good vs. familiar is so spot on.

  • @faster-than-light-memes
    @faster-than-light-memes ปีที่แล้ว +1

    Lisp is called the only language that is beautiful. Trying the unfamiliar can only make you stronger.

  • @clo4
    @clo4 ปีที่แล้ว +1

    "not if you use a gun" took me so off guard I coughed lmfao

  • @LinucNerd
    @LinucNerd ปีที่แล้ว +2

    "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.

  • @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 :)

  • @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.

  • @RogerValor
    @RogerValor ปีที่แล้ว +3

    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.

  • @ycombinator765
    @ycombinator765 ปีที่แล้ว +2

    *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.

  • @SArthur221
    @SArthur221 ปีที่แล้ว +1

    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 ปีที่แล้ว +3

      If the whole argument is about readability, just do
      map (^2) [1..25]

  • @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.

  • @uvnikita
    @uvnikita ปีที่แล้ว +5

    Nice to see some Clojure content. Would also be great so see reactions on one of Rich Hickey's talks.

  • @IvanRandomDude
    @IvanRandomDude ปีที่แล้ว +2

    Take a look at his article named "NO DB"

  • @ЧингизНабиев-э2г
    @ЧингизНабиев-э2г ปีที่แล้ว +2

    1:10 Warren and others claiming that Prolog is great for writing compilers:

  • @Johan_S4
    @Johan_S4 ปีที่แล้ว +1

    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

  • @jsg240
    @jsg240 ปีที่แล้ว +1

    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 ปีที่แล้ว +3

    The "good == familiar" argument you made is the 'blub paradox' from Paul Graham's article. I was surprised you hadn't read his articles.

  • @rufio.tf2
    @rufio.tf2 10 หลายเดือนก่อน

    14:22 Prime echoing the talk "Simple Made Easy", by Rich Hickey -- creator of Clojure.

  • @CalvaTV
    @CalvaTV ปีที่แล้ว +14

    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 ปีที่แล้ว +1

      I'm regularly using the Calva standalone REPL to test out ideas.

    • @vikingthedude
      @vikingthedude ปีที่แล้ว +2

      And for neovim users, there’s conjure

  • @bzboii
    @bzboii ปีที่แล้ว +1

    20:57 “we’ve entered the era of ‘tweaking’” - Uncle_Bob 2023

  • @simonced
    @simonced ปีที่แล้ว +3

    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

  • @flippert0
    @flippert0 11 หลายเดือนก่อน +1

    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 หลายเดือนก่อน +1

      @@bennymountain1 Funny thing is, with some minor modification Prolog-T-800 could _also_ produce new John Connors.

  • @gagagero
    @gagagero ปีที่แล้ว +7

    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

  • @rogergalindo7318
    @rogergalindo7318 ปีที่แล้ว +1

    cmon prime, try a little haskell prime, i promise it won’t do any harm prime… there’s nothing to be afraid of prime…

  • @salvatoreshiggerino6810
    @salvatoreshiggerino6810 ปีที่แล้ว +1

    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 ปีที่แล้ว +1

      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.

  • @timedebtor
    @timedebtor ปีที่แล้ว +1

    If you're going to use Clojure you may as well take the extra step and try out Anglican.

  • @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.)

  • @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.

  • @luserdroog
    @luserdroog ปีที่แล้ว

    Bob's wrong: PostScript was not based on Forth. Both drew inspiration from the same source: Burroughs Large Systems architecture.

  • @РайанКупер-э4о
    @РайанКупер-э4о 16 วันที่ผ่านมา

    «I am C++ programmer. I am not C++ language lawyer.»
    I code mostly with C++ and oh boy does it strike home.

  • @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 ปีที่แล้ว +1

    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.

  • @AnWe79
    @AnWe79 24 วันที่ผ่านมา

    "It requires fewer mental gymnastics".
    First example: lots of mental gymnastics...

  • @LuisM_Santana
    @LuisM_Santana ปีที่แล้ว

    The cat joke at the end... oh man, what a great video

  • @nekoill
    @nekoill ปีที่แล้ว

    "DOZENS OF 'EM" just murdered me for some reason wtf 😹

  • @sherlockholmes59
    @sherlockholmes59 ปีที่แล้ว

    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.

  • @BryonLape
    @BryonLape 9 หลายเดือนก่อน +2

    I have preferred Lisp for 34 years.

  • @coolworx
    @coolworx 7 หลายเดือนก่อน

    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.

  • @sfulibarri
    @sfulibarri ปีที่แล้ว

    The man literally ruins the craft for decades and moonwalks into a full 180. Unbelievable.

  • @joshyoerger5271
    @joshyoerger5271 ปีที่แล้ว

    10:28 As The Notorious B.I.G. once said, “give them operators room to breathe.”

  • @90sokrates
    @90sokrates ปีที่แล้ว +3

    I think he just wants to sell another book

  • @IamPyu-v
    @IamPyu-v 6 หลายเดือนก่อน

    20:23 heck even the first Rust compilers were written in OCaml

  • @ShadoFXPerino
    @ShadoFXPerino ปีที่แล้ว +5

    PHP also refuses to die. That's why we should all program in PHP.

  • @neunmalelf
    @neunmalelf ปีที่แล้ว +5

    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 😉

  • @luserdroog
    @luserdroog ปีที่แล้ว

    Glad I happened to watch the one about Tom. Every video since has a riff on him.

  • @vn8232
    @vn8232 ปีที่แล้ว +1

    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.

  • @trashcan3958
    @trashcan3958 ปีที่แล้ว

    Used scheme for a semester. Hell will freeze over before I'll touch this dumbsterfire ever again.

  • @jgoodman75
    @jgoodman75 9 หลายเดือนก่อน +3

    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!

  • @EdwardPike
    @EdwardPike ปีที่แล้ว +1

    So much evil has been committed by programmers who cant type with 10 fingers.

  • @jay31415
    @jay31415 9 หลายเดือนก่อน

    "map (^2) [0..24]"
    - Haskell

  • @lepidoptera9337
    @lepidoptera9337 ปีที่แล้ว

    Uncle Bob is a great showman. And that is all he is. ;-)