No description
  • Common Lisp 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-04-24 12:53:11 -07:00
.gitignore I have no idea what happened to the original code for this, so here's a new version. 2026-04-23 20:52:13 -07:00
COPYING Clean up formatting, structure, and license. 2026-04-24 12:03:48 -07:00
cybernetic-artworld.lisp More docstrings, and formatting cleanup. 2026-04-24 12:53:11 -07:00
README.md Clean up formatting, structure, and license. 2026-04-24 12:03:48 -07:00

The Cybernetic Artworld

A simulation of almost precisely how the artworld doesn't work.

To run, use a Common Lisp environment.

e.g.:

ros cybernetic-artworld.lisp

or:

sbcl --load cybernetic-artworld.lisp \
     --eval '(cybernetic-artworld:main)' \
     --quit