CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 14:33:38 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=b8f81d2b8c721dfd2c1a7f9ec77b42cb98391307915f8e236830e8d4d0ce0dd1a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22920GeXIft_9OIQMsObQ4ULtzC6ompAlJ%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cf12dcbf2d2ffb-BLR
elisp macros - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (defmacro nor (&rest args)
- "Equivalent to an IC nor gate. Takes multiple inputs. Lazy
- evaluation of the args expressions."
- `(not ,(cons 'or args)))
- (defmacro nand (&rest args)
- "Equivalent to an IC nand gate. Takes multiple inputs. Lazy
- evaluation of the args expressions."
- `(not ,(cons 'and args)))
- (defmacro fsetq (name definition)
- "Set NAME’s function definition to DEFINITION, and return DEFINITION."
- (let ((def (gensym)))
- `(let ((def ,definition))
- (when (functionp def)
- (setf (symbol-function (quote ,name)) def)))))
Advertisement
Add Comment
Please, Sign In to add comment
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ 3
JavaScript | 5 sec ago | 0.24 KB
-
⭐✅ Jack's Profit Method ✅ NEVER SEEN BEF...
JavaScript | 7 sec ago | 0.24 KB
-
⭐⭐Exchange Exploit⭐⭐ H
JavaScript | 7 sec ago | 0.24 KB
-
⭐✅ Online Marketplace Exploit ✅ NEVER SEEN BE...
JavaScript | 16 sec ago | 0.24 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ L
JavaScript | 16 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ⭐⭐ J
JavaScript | 18 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ 2
JavaScript | 27 sec ago | 0.24 KB
-
⭐✅ Trading Profit Method ✅ NEVER SEEN BEFORE...
JavaScript | 28 sec ago | 0.24 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