diff options
author | Akshita Dixit <436_bt19@iiitkalyani.ac.in> | 2022-11-27 14:36:29 +0530 |
---|---|---|
committer | Akshita Dixit <436_bt19@iiitkalyani.ac.in> | 2022-11-27 14:36:29 +0530 |
commit | 66acfb83d14fae742ba8b743adf5d4ea4e65e0c6 (patch) | |
tree | 5bcf01ede6d257d9044fa38b539f2736493938f0 /hy.html.markdown | |
parent | 00b99ceca054f1df1095351ec451ff3787e0efce (diff) | |
parent | 7a505c1d0c3de87d1b3113f815b61790ec4d9ab4 (diff) |
Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs into docker-docs
Diffstat (limited to 'hy.html.markdown')
-rw-r--r-- | hy.html.markdown | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hy.html.markdown b/hy.html.markdown index 1287095f..f6bdead0 100644 --- a/hy.html.markdown +++ b/hy.html.markdown @@ -13,8 +13,7 @@ hy to call native python code or python to call native hy code as well This tutorial works for hy ≥ 0.9.12, with some corrections for hy 0.11. ```clojure -;; this gives an gentle introduction to hy for a quick trial head to -;; http://try-hy.appspot.com +;; this gives an gentle introduction to hy ;; ; Semicolon comments, like other LISPS |