Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 439 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 439 Bytes

Nibbles is a code golf language for mortals (it aims to be good at code golf while remaining relatively simple). It is also purely functional, statically typed, and fully lazy. Syntax is Polish (prefix) notation. Each instruction is half a byte when automatically converted from ascii to the binary form.

See golfscript.com/nibbles for tutorials and references.