Sally

A programming language in the genre of esolang by Chris Pressey, Cat's Eye Technologies, 2000

Esowiki: Sally

Sally is a cute but naive little functional language with a minimal syntax, a strict type system, and some unusual rules for parameters and return values.

Sample Program

stdlib
int factorial int if $1 mul $1 factorial sub $1 1 1
int main int factorial $1

Programming Paradigms

Documentation

Implementations

  • sally2c, a compiler in ANSI C

    To run this implementation, you need:

    • to build it first, for which you will need: