Hy (programming language)
Appearance
Paradigm | Multi-paradigm: procedural, functional, object-oriented, meta, reflective, generic |
---|---|
Family | Lisp |
Designed by | Paul Tagliamonte |
First appeared | 2013 |
Typing discipline | dynamic, strong |
Scope | lexical, optionally dynamic |
OS | Cross-platform |
Filename extensions | .hy |
Website | hylang |
Influenced by | |
Lisp, Closure, Python |
References
- Edge, Jake (30 April 2014). "Getting Hy on Python". LWN.net. Retrieved 2 September 2014.
- Danjou, Julien (26 March 2014). "The AST". The Hacker's Guide to Python. pp. 165–172.
- Paul Tagliamonte (11 April 2014). Getting Hy on Python: How to implement a Lisp front-end to Python (Speech). PyCon. Montreal. Retrieved 2 September 2014.
- Paul Tagliamonte (2 April 2013). PyCon lightning talk (Speech). PyCon. Santa Clara. Retrieved 2 September 2014.
- Turto, Tuukka (14 February 2014). "Programming Can Be Fun with Hy". Open Source For You. Retrieved 2 September 2014.
See also
External links
- Documentation: docs
.hylang .org /en /latest /language /index .html - Github project: github
.com /hylang /hy - The State of Hy
- Learn a Lisp with Python
- Video of 2014 PyCon talk