Irony - .NET Compiler Construction Kit
posted by jemts(591) 4 years, 2 months ago 0
This is a really cool project. Taking a different approach to compiler design by using C# to define the language grammar.
Reply
Combing Silverlight2 and JavaScript
posted by jemts(591) 4 years, 1 month ago 0
Damn it, How did I mess the title up! It is supposed to be Combining Silverlight2 and JavaScript. :(
A Monadic Pratt Parser in F#
posted by jemts(591) 4 months, 28 days ago 0
The brevity you gain with functional language and type inference is very comforting. At work I am using C# and JS mostly and there are times when I know what I just did could be expressed so much cleaner in a functional language.