Stories
Slash Boxes
Comments

SoylentNews is people

The Fine print: The following are owned by whoever posted them. We are not responsible for them in any way.

Journal by turgid

Which LISP should I learn? Years ago I read about Scheme and wrote some hello world level code. I learned about lambda functions and currying. I also looked at racket. A few years ago, much of my day job involved the JVM and I was getting sick of Java so I got a book on Clojure, which is a very nice language, but I never wrote any.

A few days ago I downloaded and built the latest version of DrRacket.

Should I go straight to Haskell? Or what about other functional languages? Is Erlang worth a look?

I need something stimulating to distract my brain from the mundane nature of everyday life, and mediocre programming languages.

Display Options Threshold/Breakthrough Reply to Comment Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 3, Informative) by Anonymous Coward on Saturday November 27 2021, @10:45AM (12 children)

    by Anonymous Coward on Saturday November 27 2021, @10:45AM (#1199934)

    A big advantage of Clojure is runs within your existing JVM playpen or, it's Clojurescript variant, in the browser.

    I found Haskell too esoteric with its everything is a monad.

    But there are plenty of tutorials for ML online and F# is a dialect of OCAML that runs on .net runtime for Linux, so...

    But if it's for "work" then mainstream languages are gradually introducing functional concepts. Kotlin looks a lot more functional with its Scala-inspired type inference.

    Starting Score:    0  points
    Moderation   +3  
       Interesting=1, Informative=2, Total=3
    Extra 'Informative' Modifier   0  

    Total Score:   3  
  • (Score: 2) by turgid on Saturday November 27 2021, @10:46AM (10 children)

    by turgid (4318) Subscriber Badge on Saturday November 27 2021, @10:46AM (#1199935) Journal

    It's purely for personal interest now. I need something detached from the work environment.

    • (Score: 0) by Anonymous Coward on Saturday November 27 2021, @02:32PM (9 children)

      by Anonymous Coward on Saturday November 27 2021, @02:32PM (#1199984)
      Sounds like you've gone a bit bored with coding, but are thinking that a different language will "spice things up a bit" with its novelty.

      Instead, you could look further afield. Find something completely unrelated to programming, or even computers. There's a crapton of stuff that needs to be done in the real world that isn't getting done because the pandemic is causing a shortage of volunteers and an increase in demand. Animal shelters, food banks, delivery to shut-ns, daily phone wellness checks, suicide prevention hotlines, walk a dog, get a dog, etc.

      Getting away from the keyboard and reconnecting with humans will probably be sufficient to make your current languages interesting again because they won't be boring any more due to over-exposure. Plus you'll feel better about yourself and your place in the world.

      That's in contrast to the usual suspects who spend all day fucking around arguing on this and other sites because they literally have nothing better to do.

  • (Score: 1, Interesting) by Anonymous Coward on Sunday November 28 2021, @05:46AM

    by Anonymous Coward on Sunday November 28 2021, @05:46AM (#1200166)

    F# is a good compromise on functional languages. They are also making it easier to incorporate F# libraries with other CLR languages, so it may even come in handy later.