I will not be taking questions at this time.
@saagar ((((L))(I)))(S))(P)))))))

@[email protected] @RueNahcMohr

`(mismatched bracket two characters after the s
hold on, you've nerd sniped me, i need to make a "mocking lisp for all its parentheses generator", in lisp
it'll be so easy :)
; yes, this is valid scheme code, if you define "in"

@RueNahcMohr @[email protected]

done?:

(use-modules (srfi srfi-1) (srfi srfi-27)) (define (add-parens lst) (if (eq? (length lst) 1) lst (let ((rand (+ 1 (random-integer (- (length lst) 1))))) (list (add-parens (take lst rand)) (add-parens (drop lst rand)))))) (add-parens '(l i s p)) ; => ((l) ((i) ((s) (p))))

@RueNahcMohr @[email protected]

i guess it only works in guile

@RueNahcMohr @[email protected]

first you mock lisp, next you post an image without alt text?!

@aoeuidhtns @saagar

I just thought the offer to translate the post stood on its own. sometimes it provides the most hilarious out-of-context salt. :]

@RueNahcMohr @[email protected]

i mean, alt text, as in the text that describes the image, so blind people know what the image is
it's also very good for people who have slow internet, looking using a text-based browser, or just have bad eyes

@aoeuidhtns @saagar

yes, I'm sorry I dont alt-text more, but its like writing internet articles that you put 10 hours into and then find out later nobody read it. I'v lost my hope, and I'm sorry.