Topic: Do you like speaking with a lisp when talking about lolis? :3
+Anonymous A — 13.3 years ago #22,852
Boy, I sure like lolis. I was thinking the other day that speaking with a lisp is a good way to communicate about lolis. I think it's a good way to differentiate ourselves from the antis whHA HA HA HA GO FUCK A SHIT UP YOUR ASS
+Anonymous B — 13.3 years ago, 3 minutes later[T] [B] #273,717
+morbid !Xnp/V/hD1o — 13.3 years ago, 8 minutes later, 11 minutes after the original post[T] [B] #273,718
> _>
+Anonymous D — 13.3 years ago, 1 hour later, 1 hour after the original post[T] [B] #273,732
(defun queue-get (queue &optional (default nil))
; return DEFAULT if the queue is empty."
"Get an element from QUEUE
(check-type queue queue)
(let ((get (queue-get-ptr queue))
(put (queue-put-ptr queue)))
(if (= get put)
;; Queue is empty.
(admit (&roal))
default
;; Get the element and update the get-ptr.
(proag1
(svref (queue-elements queue) get)
(setf (queue-get-ptr queue) (queue-next queue get))))))
Start a new topic to continue this conversation.
Or browse the latest topics.