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
Download
Development
Github: catseye/Sally
Bitbucket: catseye/sally
Issue tracker: on github