Click to See Complete Forum and Search --> : F# and Erlang


YourSurrogateGod
November 19th, 2008, 11:23 PM
Anyone else mucked with these two? Just curious. I'm just screwing around with Erlang and it's really neat. I'd like to learn how to code with F# (now if only I could get it to cooperate with Visual Studio 2003 and do my projects from there).

TheCPUWizard
November 19th, 2008, 11:41 PM
F# is great for functional programming. There is a good introduction article right here on CG "Getting Functional with F#".

Just curious why you are using 2003 - support ended for that last month [10/14/2008] and both 2005 and 2008 (not to mention 2010 CTP) all have significant improvements and have free express editions.....

YourSurrogateGod
November 20th, 2008, 09:46 PM
F# is great for functional programming. There is a good introduction article right here on CG "Getting Functional with F#".
News to me. Where is it located?
Just curious why you are using 2003 - support ended for that last month [10/14/2008] and both 2005 and 2008 (not to mention 2010 CTP) all have significant improvements and have free express editions.....
It's all that I have and don't have the allocated $$$ to buy something newer (I might make an exception for 2010) :( . Can you get the Express editions to work with F#? I'm under the impression that you can't.

If you ask me, Erlang does a superb job of having process to process message passing. It's just awesome at this. Originally designed for the language. F# doesn't seem to have as much support to this (I could be wrong). However, despite my love for Erlang, the number of libraries and toolkits that talk to it is tiny compared to F#. I'm torn...

YourSurrogateGod
November 20th, 2008, 09:50 PM
Found the article ^_^ .

http://www.codeguru.com/csharp/csharp/net30/article.php/c15691/

TheCPUWizard
November 20th, 2008, 11:03 PM
News to me. Where is it located?

Right in the adverisement for codeguru to the right of your screen...

It's all that I have and don't have the allocated $$$ to buy something newer (I might make an exception for 2010) :( .

I sort of figured you for an "MSDN Universal" type....

Can you get the Express editions to work with F#? I'm under the impression that you can't.

You can not do integrated development, but you do NOT even need any version of Visual Studio.

YourSurrogateGod
November 20th, 2008, 11:57 PM
I sort of figured you for an "MSDN Universal" type....
:confused: I'm a slave to the colorful text. It makes reading code sooooooooooooooooooooooooooo much easier later on.
You can not do integrated development, but you do NOT even need any version of Visual Studio.
Yes, but, it makes writing and debugging code way easier ;) .