With Lisp the paradox of choice is especially unwarranted since moving between lisps is even easier than say moving between dynamically typed scripting langauges.
Learning Guile for 4 weeks and then do CL for 2 leaves you no worse than doing CL for 5.
If you care about practical first and foremost, CL and Clojure both beat Guile by a landslide.
Guile is marginally prettier and more fun.
Clojure has perhaps the strongest FP emphasis and you may view the JVM more favourably than I do. Rich Hickeys talks are a gem whether you pick Clojure or not.
Pick the real world programming task that you'd want to tackle and experiment, there's a point of diminishing returns from just reading stuff. You can also then get better advice on forums based on questions or problems that you run into.
Gambit supports the R7RS module system and has a decentralized module system that can automatically download libraries from git repositories. Take a look at the "Libraries" section of the online REPL's tutorial for a few examples, or just type at the REPL:
LFE lacks it’s own robust web app development stack … and translating between documentation in Elixir (Phoenix) and Lisp all day will make my head hurt.
Clojure is a tougher call. For this project it might be good.
However, I want to include some CLI scripts … and the JVM adds deployment complexity for those.
ClojureScript is tempting, but I don’t see a great story about the server piece for rapid web app development there.
Do you want scripts as in "i want text files run by an interpreter" or "i can package my scripts as single executables"? In Clojure land Babashka and Graal native image can do those respectively.
It’s not in my mix because it’s a fairly “big” language, which is a huge bonus once you’re proficient but makes it a poor choice for me to dive into Lisp(s). For someone else, that might not be true. But I like to be able to hold things in my head.
In the long run, CL is a great option. My theory is that it’s a place I could go if/when I’m up and running in another Lisp.
To be precise, applets were an early application of Java. But Sun Microsystems actually developed it in the long-standing dream of the “universal binary.”
Arguments about the “superiority” of Python vs Ruby always sound a bit like arguments about the “superiority” of Italian vs Spanish. If you squint a bit they’re basically the same.
True, but 85 million Italian speakers vs 500 million Spanish speakers so that tells you something. Sure the Roman Empire was big back in the day but the time has passed.
This is a really important story. I think about all the requests government agencies make for backdoors to things ... then I read something like this ... Ick.
But … I feel like documenting all the thoughts in an essay/blog form may be helpful to others.
(And my post history will show I’ve gone down this path before. Trying again. Since last time I gave up due to the paradox of choice.)