This website requires JavaScript.
Explore
Help
Sign In
Yaltik
/
hy
Watch
2
Star
0
Fork
0
You've already forked hy
Code
Pull Requests
Releases
Activity
653ea064e5
hy
/
tests
/
resources
/
importer
/
basic.hy
5 lines
104 B
Hy
Raw
Normal View
History
Unescape
Escape
Re-indent Hy code using hy-mode Signed-off-by: Julien Danjou <julien@danjou.info>
2013-04-28 16:31:31 +02:00
;; This is a comment. It shall be ignored by the parser.
Very broken.
2013-03-04 01:40:46 +01:00
Change all instances of (def foo bar) to (setv foo bar)! I'm in ur base polluting your language with all my opinions!
2013-04-01 23:51:28 +02:00
(
setv
square
(
fn
[
x
]
Re-indent Hy code using hy-mode Signed-off-by: Julien Danjou <julien@danjou.info>
2013-04-28 16:31:31 +02:00
(
*
x
x
)
)
)
Copy Permalink