this post was submitted on 01 Oct 2023
198 points (100.0% liked)

196

16514 readers
2293 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 78 points 1 year ago (8 children)

I saw this on my homie's screen, clearly they are a far-right text messager:

(defun queue-next (queue ptr)
  (let ((length (length (queue-elements queue)))
        (try (the fixnum (1+ ptr))))
    (if (= try length) 0 try)))
[โ€“] [email protected] 15 points 1 year ago

I can't understand it, does your friend have a lisp?

load more comments (7 replies)