bittercoder

Stories submitted by bittercoder

Practical F# Parsing - Part 1, the Parse Buffer(devhawk.net)

submitted by bittercoderbittercoder(150) 4 years, 5 months ago

A great first article on practical parsing with F#, demonstrating how to deal with a parse buffer providing the source of characters to be tokenized. read more...

add a comment |category: |Views: 369

tags: another

Writing a DSL using nested lambda's in C# 3.0(blog.bittercoder.com)

submitted by bittercoderbittercoder(150) 4 years, 10 months ago

An example of creating a nested DSL using C# 3.0's Lambda's, allowing for tree-like declarations to be coded in a more natural fashion. read more...

2 comments |category: |Views: 918

tags: another

Windows Container tutorials(wiki.bittercoder.com)

submitted by bittercoderbittercoder(150) 4 years, 11 months ago

The castle projects gaining in popularity all the time (http://www.castleproject.org/) and now the Inversion of control container (collectively known as the MicroKernel & Windsor Container) is starting to get some attention. In that same vein here is a wiki which collates a series of tutorials on the Windsor container which introduce some of the key aspects of castles inversion of control container. Enjoy. read more...

2 comments |category: |Views: 77

tags: another