Archive for the ‘Functional Programming’ Category
Saturday, November 15th, 2008
I am kind of between projects right now so I am wondering what I should do next. I really like functional programming, and in particular languages like Erlang, Haskell and F#. So I started to wonder if I should make an Erlang compiler for the .NET runtime.
I like Erlang for ...
Posted in .NET, Distributed computing, F#, Functional Programming, Programming, erlang | 16 Comments »
Saturday, November 15th, 2008
In this small article I will show you how you can use the power of functional programming to write data structures for parallel processing that scales well on any number of cores.
What is one of the primary concerns for programmers right now? Writing high performance code that scales well regardless ...
Posted in .NET, F#, Functional Programming, Parallel computing, Programming | 6 Comments »
Saturday, August 9th, 2008
For a while I have looked at the schedule for the JAOO conference in Aarhus, Denmark this year, and thought: What a pity there is so little about functional programming. I mean, functional programming is really moving into the mainstream developer community these years as yet another (and very powerful) ...
Posted in .NET, F#, Functional Programming, JAOO | No Comments »
Sunday, June 22nd, 2008
Switching to another programming language is difficult. Especially if you are switching from an imperative one to a functional one. There are a number of reasons why you would think that switching is bad, and when considering F# I dare say that none of those reasons are correct. The ...
Posted in .NET, F#, Functional Programming, Programming, Test | No Comments »
Sunday, June 22nd, 2008
For a while I have been toying with F# - a strict, functional programming language - primarily to get to know the language. I have written a few utility programs and I am working on the problems defined on the Project Euler site. These mathematical problems are perfect for being ...
Posted in .NET, F#, Functional Programming, Programming | 1 Comment »
Saturday, June 21st, 2008
I recently discovered this webcast called "Erlang - software for a concurrent world" by Joe Armstrong. It is recorded at a JAOO conference. Yes, I wrote "a"... I can't find any info on which one it is but i strongly suspect it is from either London, Sydney or Brisbane in ...
Posted in Distributed computing, Functional Programming, JAOO, Parallel computing, Programming, erlang | 2 Comments »
Thursday, April 3rd, 2008
I have been a software developer for more than 8 years now, and all this time I have been developing software in imperative languages like C++, Java and C#. During the years I have occasionally had a taste of functional programming in the language Haskell. The interest has never been ...
Posted in F#, Functional Programming, Programming, erlang | 6 Comments »
Saturday, January 12th, 2008
During the christmas holidays i had the opportunity to sit down and investigate the functional programming language Erlang, and i was not disappointed at all. I had heard some rumors about this particular language from various sources, particularly when i was at the JAOO conference in September 2007.
Now, there are ...
Posted in Functional Programming, erlang | No Comments »