Life of a Functional Programmer
Browse by Tags
All Tags »
F# (
RSS)
-
|
In my previous post , I talked about some of the basics of recursion and why you might want to use it to your advantage. Today, let's dive a little deeper into the different kinds of recursion, including linear, tail recursion and finally binary recursion...
|
-
|
Lately, I've noticed a few blogs are doing the come back to basics post, such as Scott Hanselman's . I think that's an effort that should be lauded, because many have a tendency to go off on pretty advanced topics, yet not provide enough for...
|
-
|
Just a reminder about tonight's DC ALT.NET meeting. I hope some from the FringeDC and the NoVA Language Group can make it out tonight as it's quite on topic. The June meeting for DC ALT.NET has been set up for June 24th from 7-9PM. Check out our...
|
-
|
Over the past couple of months, I've been working on some language oriented programming concepts in F# to prove how Domain Specific Languages could work. This coincided with my lofty goals of working towards more Behavior Driven Development (BDD)...
|
-
|
I'm finally getting back to my concurrency in .NET posts after a brief hiatus after I got sidetracked on various other functional programming issues such as some language oriented programming and functional C#. In the previous post , I talked about...
|
-
|
In the last installment of Functional C# , I covered a bit about creating delayed evaluation lists based upon unfolding constructs and generating lists from external resources. Those are some of the higher level high order functions you can do in C#,...
|
-
|
In a previous post , I talked about how I thought C# has some significant drawbacks from being considered a more functional language. But, that wasn't to exclude it as a language altogether, as it has some pretty useful features. Lately, when I have...
|
-
|
With great excitement, Portland State University and the University of Chicago has announced the 11th annual International Conference on Functional Programming (ICFP) Programming Contest to be held from July 11th to July 14th, 2008. If you're not...
|
-
|
The June meeting for DC ALT.NET has been set up for June 24th from 7-9PM. Check out our site and our mailing list as more information becomes available. Once again, I'd like to thank the Motley Fool for hosting the event as they did back in May. This...
|
-
|
Lately, I've been doing some functional C# in both user groups and on this blog. As the C# language has evolved it has definitely taken some functional programming aspects, such as high order functions, extension methods, LINQ and so on. But with...
|
-
|
As I've covered earlier , I'm very interested in the unit testing and behavior testing story in F# and functional programming. And as I've indicated earlier, I'm pretty fascinated by Domain Specific Languages (DSLs) as well in this regard...
|
-
|
Last week I posted about some troubles I was having with the unit testing frameworks for F#. Today, Brad Wilson announced the release of xUnit.net 1.0.1 which addressed the change in the F# compiler as well as integration with ASP.NET MVC Preview 3 which...
|
-
|
Very recently there has been an ongoing debate between static and dynamically typed languages. Since it seems that there has been some Star Wars references, I thought I'd add my own. I originally wanted to cover this as part of the future of C#, but...
|
-
|
It was often asked during some of my presentations on F# and Functional C# about the future direction of C# and where I think it's going. Last night I was pinged about this with my F# talk at the Philly ALT.NET meeting. The question was asked, why...
|
-
|
This past week, I've been focusing a lot of my attention on F# in terms of my presentations that I have been giving. I'm busy preparing for the Philly ALT.NET meeting tomorrow night on the very subject. An important aspect of some of the presentation...
|
More Posts
Next page »