What Sucks about Clojure and Why You'll Love It Anyway Chas Emerick

Поділитися
Вставка
  • Опубліковано 12 вер 2024

КОМЕНТАРІ • 26

  • @Nellak2011
    @Nellak2011 11 місяців тому +1

    If this is the worst parts of Clojure then I am sold. The issues are not even that bad when compared to what I am used to in JS and especially Java.

  • @pierrebaille3289
    @pierrebaille3289 3 роки тому +3

    I thought Chas has got away from clojure, glad to see him around :)

    • @damienstanton
      @damienstanton 3 роки тому +2

      He did, this talk is from 2012.

    • @ZelenoJabko
      @ZelenoJabko 3 роки тому

      Maybe if Clojure sucked a bit less, he would have stayed

  • @horridohobbies
    @horridohobbies 2 роки тому +2

    Chas didn't really explain why we'll love it anyway.
    On the more general note, I believe programming language philosophy is bifurcated into two groups: 1) those who believe a good programming language is chockful of "good" features, regardless of the complexity that may result; and 2) those who believe a good programming language is small, simple, easy to learn, easy to use, flexible, extensible, and productive.
    The software industry has obviously followed the first group. That's why we have large complex languages like C++, Java, JavaScript, C#, Scala, Rust, Swift, etc., and fairly complex languages like Python, Ruby, Clojure, Kotlin, TypeScript, Dart, etc.
    I prefer the second group which enjoy small simple languages like Smalltalk, Scheme, Go, Lua, etc.
    My favourite small, simple, easy to learn, easy to use, flexible, extensible, and productive programming language is Smalltalk. It's a timeless classic. In fact, this year Smalltalk celebrates its 50th anniversary:
    - ua-cam.com/video/MDgbUCtCKak/v-deo.html
    - ua-cam.com/video/TQQ1oXM7Nms/v-deo.html

  • @JohnRichardsonJohnRichardson
    @JohnRichardsonJohnRichardson 3 роки тому +3

    This says published in 2020, but was it recorded much earlier? It mentions Java 7 and Clojure 1.5 seeming as "new" releases.

  • @eugenemosh3658
    @eugenemosh3658 2 роки тому

    Thank you!

  • @eugenemosh3658
    @eugenemosh3658 Рік тому

    Clojure rock!!

  • @diegonayalazo
    @diegonayalazo 2 роки тому

    Thanks!!

  • @kiana5066
    @kiana5066 4 роки тому +5

    so did I miss it? where's the "You'll Love It Anyway" part?

    • @BruceBigby
      @BruceBigby 3 роки тому +1

      😂

    • @ZelenoJabko
      @ZelenoJabko 3 роки тому

      Clojure is tough to love in 2021. So many better options out there.

    • @kiana5066
      @kiana5066 3 роки тому

      @@ZelenoJabko illuminate, please?

    • @02orochi
      @02orochi 2 роки тому +1

      @@kiana5066 u mean enlighten?

    • @kiana5066
      @kiana5066 2 роки тому +4

      @@02orochi i mean "sho mi da wey, brada"

  • @EvenStarLoveAnanda
    @EvenStarLoveAnanda 3 роки тому

    We need to create a programming language that reads and writes like English.
    It would be a reduced set of English expressions library, that would be paired with verified functional codes in the background.
    Or I had the idea, that the comments would be translated to viable code.
    So you can use the comments to actually write code.

    • @bmbiz
      @bmbiz 3 роки тому +4

      People have been saying things like this since the dawn of programming. Thing is, English is a ridiculously complex language and by the time you distill it down to the point at which you have something consistent and logical it'll be no better than any existing, declarative language (e.g. SQL).

    • @PixelOutlaw
      @PixelOutlaw 2 роки тому +2

      Having seen COBOL in a professional environment this is probably not going to work out like you'd hope. Even the syntax for SQL is garbage due to optional noise words. Do you really want to say ADD NUMBER TO NUMBER2 GIVING MYRESULT. Because that's exactly what adding 1 + 1 looks like in COBOL. (OK you can use COMPUTE clauses but that's newfangled) On the up side you can write fun stuff like ADD PAIN TO SUFFERING GIVING EMPLOYMENT. STOP. RUN.

    • @leocrapart6521
      @leocrapart6521 2 роки тому +1

      Mathematicals notation have been invented to reduce verbosity (when there was still no computer)
      "one plus one equals two" vs "1+1=2"
      Going back to full verbosity is not an evolution at all
      Yet I understand your point that sometimes code can be very hard to decode, but in those cases that means that writting it fully verbose would take so much space that the burden would anyway be superior to the burden of understanding all these symbols.
      The key lies more in having no more symbols than needed to express a program, and clojure is a very good language in that direction.

    • @TB-wvvvw
      @TB-wvvvw 8 місяців тому

      Among human languages English is a terrible one in several obvious ways. Human languages also have a completely different purpose from programming languages. Fortunately, it's very easy and fun to learn programming languages vastly different from each other, and I fail to see any advantage at all in trying to make a programming language resemble English. A partial attempt to do so was SQL, called a 'fourth generation language'; so ugly, imprecise, and awkward that things like knex keep being developed to avoid having to use it.

  • @ZelenoJabko
    @ZelenoJabko 3 роки тому

    I agree it sucks very much.