Hy: A dialect of Lisp that's embedded in Python


Details
This talk will provide a taste of hy, a pip-installable dialect of lisp that is embedded in Python and fully interoperable with Python code.
We will broaden the discussion to the Lisp programming language, why you would want to learn it and use it in a project, going beyond syntax to talk about benefits and design patterns. The goal of the talk is to show the paradigm of Lisp programming, with references for further reading/review.
The speaker, Ron DuPlain, is an engineer (and independent tech recruiter) based in Charlottesville, writing production code in a variety of languages, most often Python, Clojure, and Bash.
Relevant links: http://docs.hylang.org/en/stable/
http://github.com/hylang/hy#readme
This is a beginner-friendly, but also includes advanced topics.
Warning: You may find yourself wanting to use the Clojure programming language after this talk.

Hy: A dialect of Lisp that's embedded in Python