A curated list of awesome projects and resources related to Hy Lang.
- GitHub discussions: probably the most active place
- Reddit: receives occasional discussions
- Stack Overflow
- Conjure: Supports REPL-driven development in Neovim with Hy
- Hy IPython: enables
%hyand%%hymagic in py REPL- works with hy 1.0.0, despite docs saying it requires exactly hy 0.24
- HyREPL: implementation of the nREPL for Hy
- hyjinx: functions and macros useful for modern living in the hy REPL
- vim-hy: vim syntax highlight for hy
- tree-sitter-hy: Treesitter highlighting for hy
- Hyuga: LSP for hy
- hy-language-server: LSP for hy
- hymn: monad library for hy
- Kodhy: utility macros used by core hy dev
- beautifhy: hy autoformatter
- hycl: common-lisp-flavoured syntax
- Hylab: common-lisp-flavoured syntax
- Hyclops: clojurian-flavoured syntax
- Wy: hy-lang without parentheses
Explore hy projects on github: https://github.com/search?q=language%3AHy%20&type=repositories
- simalq: example program for hy
- hyccup: port of Hiccup (clojurian lib to represent HTML) to Hy
- Hylang examples: beginner-level examples for hy
- A Lisp Programmer Living in Python-Land: by Mark Watson, book about hy mostly in ML domain
- hy-lisp-python: examples from book
- Hy Survival Guide: hy styling guide from Paultag
- Scikit-Learn Hy: introduction to hy and scikit-learn in hy
- Why Hy?: blog post about reasons to use Hy