Skip to content

Releases: arungeorgesaji/decay

Release list

Decay

Choose a tag to compare

@arungeorgesaji arungeorgesaji released this 27 Oct 13:47

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

Watch the Decay Demo Video

Getting Started

  1. 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)"
  1. Run Examples to see decay in action