Splink! A lisp-based experiment in making a structured compute engine.
Go to file
Allen Webster d70845d23c add readme 2023-09-29 18:09:40 -07:00
data add readme 2023-09-29 18:09:40 -07:00
source add readme 2023-09-29 18:09:40 -07:00
splink add readme 2023-09-29 18:09:40 -07:00
.gitignore add readme 2023-09-29 18:09:40 -07:00
build.bat add readme 2023-09-29 18:09:40 -07:00
project.4coder add readme 2023-09-29 18:09:40 -07:00
readme.md add readme 2023-09-29 18:09:40 -07:00
run.bat add readme 2023-09-29 18:09:40 -07:00

readme.md

Splink

An entry for the Handmade Network Lisp Jam of 2020.

What if a programming environment had built in error containment structures and code organizational properties like slices? For the jam I decided to explore that with a lisp editor and interpreter environment.

Credits

The base layer for this application was forked from Ryan Fleury's app template.