-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Silvio Mayolo edited this page Jun 22, 2017
·
7 revisions
The Lisp designed for golfing
ShinyLisp is a Lisp dialect specifically designed for code golf. ShinyLisp shares many characteristics with the more popular Lisps, such as dynamic typing, homoiconicity, and first-class function support, but it has some special syntactic features to allow for shortening of code, as well as a sizeable standard library with functions commonly used in code puzzles.