Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jan 9th, 2011
122
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Lisp
0.22 KB
| None
|
0
0
raw
download
clone
embed
print
report
(
defmacro
def-function-map-factory
[
namesym docstr k
]
`
(
defmacro
~namesym ~docstr
[
&
args#
]
(
let
[
f#
(
if
(
=
1
(
count args#
)
)
(
first args#
)
(
list
* 'fn args#
)
)
]
`
{
~~k ~f#
}
)
)
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
📝 MAKE $2500 IN 15 MIN ✅ Working
JavaScript | 2 sec ago | 0.24 KB
📌 Instant BTC Profit Method ✅ Working 7
JavaScript | 3 sec ago | 0.25 KB
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 11 sec ago | 0.15 KB
🚀 Swapzone +37% glitch
JavaScript | 12 sec ago | 0.24 KB
✅ Make $2500 in 20 minutes⭐ 0
JavaScript | 14 sec ago | 0.25 KB
📌 Swapzone +37% glitch ⭐ A
JavaScript | 22 sec ago | 0.25 KB
💎 ChangeNOW Exploit
JavaScript | 22 sec ago | 0.24 KB
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 22 sec ago | 0.15 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!