I just released a new version of my book "A Lisp Programmer Living in Python-Land: The Hy Programming Language"
Program in Python but love Lisp?
I just released a new version of my book A Lisp Programmer Living in Python-Land: The Hy Programming Language (updated code to Hy version 0.26.0, added chapters for OpenAI APIs and LangChain). Purchase or read free online: https://leanpub.com/hy-lisp-python
There are three major changes:
Updated all code examples to use latest Hy language version 0.26.0
Added a chapter with examples using Open AI GPT-3.5 APIs
Added a chapter using the LangChain library
The Hy language is very cool. It is a Lisp language with a syntax similar to Clojure. Hy runs on top of Python so all Python libraries and frameworks are available.
When I need to write Python code for myself I often prefer using the Hy language (hylang). The Emacs mode for Hy is a bit dated but I use it without any other auto-completion modes except for the Emacs Co-Pilot mode and the coding work flow is very good.