|
![]() Visual Art, including Figure Drawings and Photographs. |
WritingsEssay: Why I Prefer The GPL Essay: On "Intellectual Property" Computerwocky (Compu-poem) |
||
Programming: A Series of Unfortunate Adventures Programming: Python Pages The Vulcan Planetary Archives contains some of my publicly available software, including Atoms, a neat particle simulator |
Ithaca Generator Makerspace |
(defun haiku (y) (cond ((not y) (output '(y not))) (t (haiku 'because)))) |