summaryrefslogtreecommitdiffhomepage
path: root/hy.html.markdown
Commit message (Collapse)AuthorAgeLines
* [hy/*] proofread/updateBoris Verkhovskiy2024-04-25-54/+37
|
* [hy/en] drop square brackets for conditionals (#4908)inkling2024-04-25-6/+3
|
* Update hy.html.markdown for 0.28.0 (#4867)inkling2024-03-23-3/+3
| | | for looping seems to have updated in this version
* Remove dead linkAlexander Hecke2022-11-15-2/+1
|
* Fix a bunch of typosHairyFotr2017-08-23-1/+1
|
* Merge pull request #1574 from Zirak/patch-1ven2016-03-11-1/+39
|\ | | | | [hy] Updating, elaborating and cleaning some rust
| * Changed code block language to clojureZirak2015-10-17-1/+1
| | | | | | ...again :(
| * 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.
* | Fix capitalization of GitHubZach Latta2016-02-23-1/+1
|/
* 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