functional programming

There are 2 entries for the tag functional programming
  • New home page for Cat Programming Language

    Christopher Diggins the author of the Cat, a great functional stack-based programming language, informs me that the Cat home page is now at http://www.cat-language.com and the latest interpreter and source code is available (as public domain code) through Google code host http://code.google.com/p/cat-language/downloads/list Thanks Christopher! Technorati tags: .NET, Functional Programming, Compilers

  • The Cat Programming Language

    Looking for implementations of functional languages for .NET Framework I found Cat. Cat is a stack based functional language written by Christopher Diggins. I like a lot this language implementation since it is an excellent and easy to understand example of construction of an interpreter and compiler for .NET Framework. Download the Cat source code from here. UPDATE: Check this post Technorati tags: .NET, Functional Programming, Compilers