UP | HOME

type-30-display: Minskytron in McCLIM

This is an implementation of the display hack known as minskytron using McCLIM.

Screenshots

002.png

003.png

004.png

How to run the program

To run the program, clone this repository in your Quicklisp local-projects directory

$ cd ~/quicklisp/local-projects/
$ git clone https://github.com/josrr/type-30-display.git

then:

$ sbcl
This is SBCL 2.2.6, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.

* (ql:register-local-projects)
NIL
* (ql:quickload "type-30-display")
To load "type-30-display":
  Load 1 ASDF system:
    type-30-display
; Loading "type-30-display"
..................................................
.....
("type-30-display")
* (type-30-display:main)

Author: José M. A. Ronquillo Rivera (jose@rufina.link)

Date: dom 18 sep 2022

Emacs 29.0.50 (Org mode 9.5.5)