After many years of programming in Python, C/C++ and other mainstream languages, I am looking for a new language of pleasure, mainly as a part of mental hygiene. Since I really admire the ideas behind Lisp, including the original paper from the 1950's, I would like to learn some Lisp dialect.
Which Lisp dialects are currently suitable for bioinformatics (e.g., for developing simple command-line tools)? I have the following requirements:
- Portability across main Unix platforms and reproducibility (this seems to be a huge issue in many Lisp-like languages)
- Resulting programs being installable using Bioconda (it should be technically possible at least in future if not now)
- Negligible starting time (this disqualifies Clojure, which requires approximately 10 seconds)