Scicloj Meeting #19: Alan Dipert: Common Lisp for the Curious Clojurian
A fantastic talk by a thoughtful and calm guy.
Gives an overview about common aspects and subtle but important differences, and explains a bit about the culture of Common Lisp.
Together with the books from Edmund Weitz and Peter Seibel this reinforces my impression that, while there are really some good ideas in Clojure, Common Lisp is presently more than a bit under-rated and under-hyped.
Here from an earlier comment a list of things that "modern" Python has now in common with Common Lisp:
One thing I am wondering is why there apparently exists no easy to use quasi-standard for a GUI library in Common Lisp. At least none that I am aware of.
And I do not see any technical reason for that - my experience is that Clojure, for example, can easily be used in combination with Java's Swing, and Racket has a quite complete and well-integrated GUI library.
Is there any non-obvious technical difficulty for making fully integrated GUI bindings to GTK or Qt5 toolkits?