Skip to content
/ hy Public
forked from hylang/hy

A dialect of Lisp that's embedded in Python

License

Notifications You must be signed in to change notification settings

Kodiologist/hy

This branch is 1 commit ahead of, 37 commits behind hylang/hy:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8d5c5cf · Feb 5, 2025
Feb 5, 2025
Feb 6, 2022
Jan 5, 2025
Jan 10, 2025
Jan 10, 2025
Oct 6, 2014
Feb 8, 2022
May 5, 2024
Sep 8, 2014
May 14, 2024
Apr 27, 2024
Nov 22, 2014
Jan 4, 2025
Jan 4, 2020
Jan 10, 2025
Sep 20, 2024
Nov 8, 2023
Nov 7, 2023
May 5, 2024
Jun 30, 2023
Oct 9, 2024

Repository files navigation

Hy

Version

XKCD #224

Lisp and Python should love each other. Let's make it happen.

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.

To install the latest release of Hy, just use the command pip3 install --user hy. Then you can start an interactive read-eval-print loop (REPL) with the command hy, or run a Hy program with hy myprogram.hy.

Project

Hy's current maintainer is Kodi Arfer. He takes responsibility for answering user questions, which should primarily be asked on Stack Overflow or GitHub Discussions, but feel free to poke him if he's missed a question or you've found a serious security issue.

Cuddles the Hacker

(fan art from the one and only doctormo)

About

A dialect of Lisp that's embedded in Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 63.8%
  • Hy 36.2%