Animating Bullets:
(But can be used with more than just bullets …)
Some highlighted LFE code:
(defun ackermann
((0 n) (+ n 1))
((m 0) (ackermann (- m 1) 1))
((m n) (ackermann (- m 1) (ackermann m (- n 1)))))
(io:format "~p~n" `(,thing))
Let’s do a deep dive, here …
So about this Ackermann thing …
Oh, and the lambda calculus!
Alight, I think we’re done here.
Some maths:
That was a convex transition …
That was a concave transition …
That was a fade transition …
That was a zoom transition …
A quote:
“A thing. About stuff.”
– by Someone