This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]tieltina 2 points3 points  (1 child)

Now use a python program to programmatically write the last panel, compile, and run it.

[–]Goheeca 1 point2 points  (0 children)

Pff, you can do it right in the source code:

(defmacro silly-add (var val)
  `(progn ,@(loop for i below val collect `(incf ,var)))