SBCL v2.2.6 released with official SIMD module (and related optimizations)
sbcl.org3 pointsby vindarel0 comments
* provides immutable Cons, Queue, PersistentList, capabilities as well as Vector, Set, and Map analogues built on FSet (but accessed entirely via Clojure APIs).
* optional read syntax so you can type `{:a 1 :b 2}`, `#{1 2 3}`, and `[1 2 3]`.
* [clj-con](https://github.com/dtenny/clj-con) - Clojure-style concurrency operations in Common Lisp. (defparameter *a* (list 1 2 3))
and of course, mutating top-level variables is bad style.
https://lisp-journey.gitlab.io/pythonvslisp/
I run CL apps in production.
CL, batteries included, fast scripting: http://ciel-lang.org/
I create a Common Lisp course in videos. It's a progressive and structured course, where everything that was hard for me (especially hard to find) is made easy for you. Check it out! https://www.udemy.com/course/common-lisp-programming/?referralCode=2F3D698BBC4326F94358
---
@ vindarel mailz.org