index
:
milch.git
main
MILCH: [M]y functional language [I]nspired by [L]isp, [C]lojure, and [H]askell
Git Server
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
scripts
/
hash-map1.milch
blob: ed61ec052a1f3b0f77f8f66454275701b787e155 (
plain
)
1
2
3
4
5
6
(let a "foo") (eq? { a 1 :b 2 } ; equivalent to (hash-map [a 1 :b 2]))