Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update hy.html.markdown | Zirak | 2015-10-16 | -2/+40 |
| | | | | | Added some more recent hy changes (class syntax, `cut` instead of slice), as well as some missing operators (`->` and `->>`) and function declarations (using `&rest` and `&kwargs` along with `apply`). Also changed the code block syntax to hy since github recognises it. | |||
* | Changed function name to match function call | Swapnil Joshi | 2014-12-16 | -1/+1 |
| | ||||
* | [hy/en] Introductory tutorial to hy language | Abhishek L | 2014-01-11 | -0/+174 |
* hy.html.markdown: This is an introductory tutorial to hy language, http://hylang.org which is a dialect of lisp built on top of python |