Matthew Podwysocki's Blog
Architect, Develop, Inspire...
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
ALT.NET
AOP
ASP.NET
C#
Concurrency
DBC
DDD
Domain Specific Languages
Dynamic Language Runtime
F#
Frameworks
Functional Programming
Microsoft
Off Topic
OOP
Ruby
Spec#
TDD/BDD
Tools
User Groups
Visual Studio
Sponsors
advertise here
News
Subscribe in a reader
Follow me on Twitter
View my Facebook
View my LinkedIn Profile
Disclaimer
The views expressed on this weblog are mine and do not necessarily reflect the views of my employer.
All postings are provided "AS IS" with no warranties, and confer no rights.
Badges
Navigation
Home
Blogs
Archives
October 2008 (3)
September 2008 (11)
August 2008 (9)
July 2008 (8)
June 2008 (10)
May 2008 (13)
April 2008 (23)
March 2008 (26)
February 2008 (24)
January 2008 (5)
Blogs I Follow
Jeremy Miller
Dave Laribee
Greg Young
ScottGu
Scott Hanselman's ComputerZen.com
Haacked
IUnknown
Coding Horror
Mailing Lists
altdotnet
DomainDrivenDesign
Refactoring
CLI DEV
Behavior Driven Development
Test Driven Development
User Groups
DC ALT.NET
Philly ALT.NET
Pittsburgh ALT.NET
CapArea.NET
RockNUG
CMAP
Washington DC XP Users Group
NoVA Ruby User Group (NoVARUG)
June 2008 - Posts
0
Comments
Reminder- DC ALT.NET Meeting - 6/24/2008 - Applied Functional Programming with F#
by
podwysocki
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 site...
Filed under:
ALT.NET
,
User Groups
,
F#
,
Concurrency
,
Functional Programming
0
Comments
Announcing FsTest - A Testing DSL for F#
by
podwysocki
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) frameworks...
Filed under:
TDD/BDD
,
C#
,
F#
,
Domain Specific Languages
,
Functional Programming
2
Comments
Concurrency in .NET - Learning from Erlang
by
podwysocki
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 MPI...
Filed under:
C#
,
F#
,
Concurrency
,
Functional Programming
14
Comments
Functional C# - Learn from F# and LINQ
by
podwysocki
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#,...
Filed under:
C#
,
F#
,
Functional Programming
0
Comments
Functional C# - Unfolding Lists
by
podwysocki
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 been...
Filed under:
C#
,
F#
,
Functional Programming
2
Comments
ICFP Programming Contest
by
podwysocki
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 familiar...
Filed under:
F#
,
Functional Programming
0
Comments
DC ALT.NET Meeting - 6/24/2008 - Applied Functional Programming with F#
by
podwysocki
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...
Filed under:
ALT.NET
,
User Groups
,
F#
,
Functional Programming
5
Comments
Functional C# Revisited - Into the Great Void
by
podwysocki
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 that...
Filed under:
C#
,
F#
,
Functional Programming
0
Comments
RubyNation - August 1st-2nd
by
podwysocki
One of the interesting things happening in the Ruby community is the budding of regional Ruby conferences. The Washington DC area is a pretty strong area for Ruby and Ruby on Rails as we have two Ruby user groups, Northern Virginia Ruby Users Group (NovaRUG...
Filed under:
Ruby
1
Comments
Language Oriented Programming and Functional Unit Testing in F#
by
podwysocki
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. In the past...
Filed under:
TDD/BDD
,
C#
,
F#
,
Frameworks
,
Functional Programming
More Posts