summaryrefslogtreecommitdiffhomepage
path: root/hy.html.markdown
Commit message (Collapse)AuthorAgeLines
* Update hy.html.markdownZirak2015-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 callSwapnil Joshi2014-12-16-1/+1
|
* [hy/en] Introductory tutorial to hy languageAbhishek L2014-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