-
-
Notifications
You must be signed in to change notification settings - Fork 114
Quick start: Hy (stdio)
Oliver Caldwell edited this page Feb 25, 2021
·
2 revisions
Hy is a Lisp dialect that’s embedded in Python. Since Hy transforms its Lisp code into Python abstract syntax tree (AST) objects, you have the whole beautiful world of Python at your fingertips, in Lisp form.
Conjure starts a Hy REPL within Neovim when you first open a Hy file.
You should be able to evaluate files and forms as you would with other Conjure supported languages right away.