Contributions are welcome. There is a lot to be done.
The project is still being planned. Open issues for anything that needs discussion or you think should be in the code.
TBD
TBD
- The codebase is new so is in a state of flux.
- The code is in Hy 0.27.0. Python contributions will be considered if they are orthogonal to the rest of the code.
- If you are more used to python, you can use
hy2py
to see what the existing code looks like. - Please try to keep consistent with the style - more like clojure and less like java.
- Short and simple functions are preferred. The code should fit inside your head.
- Try to avoid heavy dependencies.
- Please use conventional commits.