CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 07:20:49 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=ddb4706a77a1d11a77b344f1d853ef3898c8c5a79fca4c4efb5478c87ce90a9da%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22W08FuwkiuEVOkxlBwFa8DWtK8Z_gDoTK%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cc98d8aaa7b9d7-BLR
;produce fn that tests if input is a palindrome;(false? (__ '(1 2 3 4 5))) - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;produce fn that tests if input is a palindrome
- ;(false? (__ '(1 2 3 4 5)))
- (defn reverse-seq [some-seq]
- (reduce,
- (fn [new-vec curr]
- (cons curr new-vec)),
- [],
- some-seq))
- (defn is-palindrome [some-seq]
- (= some-seq (reverse-seq some-seq))
- (is-palindrome '(1 2 3 4 5))
Advertisement
Add Comment
Please, Sign In to add comment
-
✅⭐ Make $2500 in 15 minutes ✅ NEVER SEEN BEFO...
JavaScript | 6 sec ago | 0.24 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ X
JavaScript | 8 sec ago | 0.24 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ P
JavaScript | 20 sec ago | 0.24 KB
-
⭐⭐⭐ G2A Payment Exploit ✅ NEVER SEEN BEFORE ⭐...
JavaScript | 28 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ N
JavaScript | 31 sec ago | 0.24 KB
-
⭐✅ MAKE $2500 IN 15 MIN ✅ NEVER SEEN BEFORE ⭐...
JavaScript | 39 sec ago | 0.24 KB
-
⭐⭐Exchange Exploit⭐⭐ 7
JavaScript | 43 sec ago | 0.24 KB
-
⭐ ✅ Free Products Method ✅ ✅ NEVER SEEN BEFOR...
JavaScript | 48 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