Blaise Compiler

Today I had my first meeting with Professor Stump to determine what I’ll work on this fall: a compiler for a functional programming language. My first task is to add currying support to the Blaise Compiler. Currying allows the programmer to call a function with too few, too many, or just enough arguments at invocation, this will be explained further in future posts.

Leave a Reply