Cyrus' Blather
NUnit + BadImageFormatException
I got NUnit to run by telling VS to copy the NUnit.Framework dll locally. However, when i tried...
Author: CyrusN Date: 05/16/2004
Problems trying to run NUnit
NUnit install seemed to go off without a hitch. But when i try having it open my dll i get the...
Author: CyrusN Date: 05/16/2004
Collections + Count property
Do I want a Count property on my collections? If so, it seems like I'm fundamentally limiting my...
Author: CyrusN Date: 05/16/2004
Functional Collections + Delegates
I haven't decided if i want to my collections totally functional or not. However, it's clear to me...
Author: CyrusN Date: 05/16/2004
Unit testing + Collections
Another principle that i think I will be following is to design around interfaces. Because I am...
Author: CyrusN Date: 05/16/2004
Unit testing + Collections + Initial thoughts
I've started writing up a collections library in C# and I know from the start that it is going to...
Author: CyrusN Date: 05/16/2004
Unit testing and dogfooding
The C# IDE team talks a lot about the issues that arise when a team doesn't dogfood it's own...
Author: CyrusN Date: 05/16/2004
Mono + Anonymous delegates
Tried to get my code to compile but i got this error: cyrusn@Foo ~> /opt/local/bin/gmcs foo.cs Mono...
Author: CyrusN Date: 05/15/2004
Fink + Mono + Nano
Installed nano so i could edit my fink.conf file (to add unstable packages). Unfortunately when i...
Author: CyrusN Date: 05/15/2004
Mono and Generics
Installed the mono beta without a hitch. Had no idea where it ended up in (thank god for OSX HD...
Author: CyrusN Date: 05/15/2004
Mono and OSX
Looks like Mono isn't available under Fink (yet). I'm crossing my fingers for Apple to release it in...
Author: CyrusN Date: 05/15/2004
Functional Streams
A pretty standard functional data type is the Stream. It behaves similarly to a list (in that it has...
Author: CyrusN Date: 05/15/2004
Common functional operations implemented in C#
When coding in OCaml (one of my favorite languages) there are a few things available that i find...
Author: CyrusN Date: 05/15/2004
Example of lazy evaluation
Chris Okasaki has the following example in his book of lazy evaluation: $-notation $ is a...
Author: CyrusN Date: 05/15/2004
Applications of the LazyLoader
I just got Purely Functional Data Structures by Chris Okasaki. I read his Thesis when I was in...
Author: CyrusN Date: 05/15/2004
First blog entry
A couple of week ago I worked with Jay and Kevin on a little mental exercise. It was a lot of fun to...
Author: CyrusN Date: 05/15/2004