Browse by Tags

All Tags » Programming Languages (RSS)

Using IronPython for Dynamic Expressions. by findleyd

We recently had this question posted to our forums over at LVS : Dear Forum Experts: I am looking for very specialized solution: I have various Items which I store into a table in a Relational DB. I would like to do a custom calculation, specific for...

New version of LearnVisualStudio.NET launched by findleyd

It took us a while but the new version of LearnVisualStudio.NET is live. We've packed a lot into this redesign and we hope that you enjoy the improvements. I'll start with those items that you might not find all that interesting, but are a HUGE improvement...

Rails Live CD by findleyd

Just found this on digg.com : http://www.brianketelsen.com/articles/2006/06/20/progress-isnt-just-for-breakfast-anymore It's a Live CD with all the stuff you need to try out Ruby On Rails! This looks like it could be a pretty slick way to try out Rails...

A great article on functional programming... by findleyd

http://www.defmacro.org/ramblings/fp.html This article was a great overview of many of the aspects of functional programming. With what Micosoft is doing to the CLR and C# and VB it would seem that functional programming is making advances into the main...

What should a "Stream" operator look like in C#? by findleyd

Streams were one of the core concepts that I latched onto with Cw. It elevated enumerable lists as a first class problem domain. The fact that int* really was IEnumerable <int> melted away as an implementation detail and allowed me to begin to think...
More Posts