git @ Cat's Eye Technologies Tamsin / master eg / blerf.tamsin
master

Tree @master (Download .tar.gz)

blerf.tamsin @masterraw · history · blame

1
2
3
4
5
6
# This example Tamsin program was written by Chris Pressey, and is
# hereby placed in the public domain.  It comes with NO WARRANTY.

main = blerf(tree(tree(tree(a,b),c),d)).
blerf(tree(L,R)) = blerf(L).
blerf(Other) = return Other.