Releases: arungeorgesaji/decay
Releases · arungeorgesaji/decay
Release list
Decay
decay is an experimental, self-mutating programming language where code gradually deteriorates over time. This decay challenges developers to write resilient, self-healing programs and think critically about long-term program stability.
See It In Action
Watch the demo video to see some of the examples work without having to download it for yourself
Getting Started
- Download the decay binary from this releases page if you're on Linux, otherwise build it yourself(Requires sbcl):
sbcl --load src/main.lisp --eval "(save-lisp-and-die \"decay\" :toplevel (lambda () (main *posix-argv*)) :executable t)"- Run Examples to see decay in action