January Meeting 2008
From DojoWiki
January 24th Meeting
Here is the C# code I wrote Code
For the January meeting, Steve, Faisal and I have been working through some "concepts" for delivering a challenge centered around exploring language abilities in the context of Set Theory.
Initially we had hoped to propose some Psuedo-code that all the Dojo participants could convert to their preferred language. Then we could compare differences, pros/cons, etc...
As as a result of that discussion...
- Sets are initially pretty straight-forward and many languages have built in capabilities, or libraries, that make this a trivial problem.
- Sets start to get complicated as we talk about not only implementing a "Set", but implementing Set operations.
For the meeting, we will...
Discuss Set Theory
Write a simple "Set" object. Begin implementing Set operations like
- addition (union)
- addition (non-union - not strictly a set operation)
- intersection
- subtraction
- multiplication (cross-product)
- multiplication (dot-product -- what does that even mean unless this
