Silicon

Silicon is an esoteric programming language I made for code golf challenges.

Silicon was inspired by many other code-golfing languages, including Pyth and Seriously.


Examples

Here are some examples of Silicon code from actual code-golf challenges.

Note that due to having non-ASCII characters, the code examples might not look the same on your device.

Elasticize strings: biSÚÿj
Count the sum of all digits: 0I\«S»îTM
Full width text: iSæ²jæ+
Implement a truth machine: I[]

Getting started

To get started with Silicon, head over to its GitHub page and clone the repository.

Silicon has a built-in interpreter, but files with Silicon code can be run from the command line.