Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Hy Alternatives
Similar projects and alternatives to hy
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
coalton
Coalton is an efficient, statically typed functional programming language that supercharges Common Lisp.
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
-
-
-
-
hy-language-server
Hy Language Server built using Jedhy. works only under Hy1.0a1. For the recent version of Hy, please use https://github.com/sakuraiyuta/hyuga instead.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
hy discussion
hy reviews and mentions
- Himalaya: CLI to Manage Emails
-
Building state machine library with help from AI tools
I downloaded Codeium Windsurf after the library is somewhat usable. I eventually used it to strip hy dependency off from genruler, and added documentation and README to the project. For genstates, I used cascade to generate documentation, README, as well as tests. Overall, it feels like I have a mid to senior programmer around to help me out with tasks I would assign to my interns or even juniors.
- PEP 762 – REPL-acing the default REPL
-
Hy 1.0.0, the Lisp dialect for Python, has been released
Here is an example I recently ran into when checking out Hy
https://github.com/hylang/hy/discussions/2608#discussioncomm...
This shows how much you can abstract, hide the noise without any runtime penalties..
-
GraalPy – A high-performance embeddable Python 3 runtime for Java
> I am willing to live with Python as the Lisp we deserve to have
You can have your cake and eat it too https://github.com/hylang/hy
-
Python with Braces
For another way of removing indentation needed for structure.
Make python a lisp - indentation is just the number of brackets.
(Hy)[http://hylang.org]
- Try Clojure
-
Homoiconic Python
Only tangentially related, but for anyone interested in the idea of a simple, quick Python-like scripting Lisp, there are two Clojure-style languages to look at:
1) Hy (https://hylang.org/, compiles to Python bytecode, usually slower than Python but compatible with all Python libraries)
2) Janet (https://janet-lang.org/, very light Lua-style embeddable VM ~1 Mb, roughly twice as fast as Python for similar ops, very easy C interop)
- Basilisp: A Clojure-ish Lisp dialect targeting Python 3.8
-
Show HN: Exploring HN by mapping and analyzing 40M posts and comments for fun
I couldn't help but notice that Hy is on the map but Clojure isn't.
Am I out of touch?
https://hylang.org
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 10 Feb 2025
Stats
hylang/hy is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of hy is Python.