index
:
lisphs
bb-profiling
inlining
lower-to-isa
master
Lisp half-compiler written in Haskell
git daemon user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
closuretest.lisp
blob: 5d96c7ffeb3634a7655a6fd6148a242a6d2c86ac (
plain
)
1
(
print
(((
lambda
(
x
) (
lambda
(
y
) (+
x y
)))
1
)
2
))