1 comment

[ 2.8 ms ] story [ 13.2 ms ] thread
I just released a new version of my book A Lisp Programmer Living in Python-Land: The Hy Programming Language. Purchase or read free online: https://leanpub.com/hy-lisp-python

Changes:

1. Updated code for latest Hy language version 0.26.0

2. Added a chapter with examples using Open AI GPT-3.5 APIs

3. 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.