943,958 Members | Top Members by Rank

Ad:
Nov 20th, 2004
0

Something new for the adventurous

Expand Post »
The latest from Microsoft research: a new language based on O'Calm, called F#.

Read about it and download the compiler and documentation to try it for yourself.
Make your colleagues scratch their heads wondering what the heck you're writing in :cheesy:

http://research.microsoft.com/projects/ilx/fsharp.aspx
Similar Threads
Team Colleague
Reputation Points: 1658
Solved Threads: 331
duckman
jwenting is offline Offline
7,719 posts
since Nov 2004
Dec 22nd, 2004
0

Re: Something new for the adventurous

looks like a cross between vb and c++ (or is that .net and c# these days????) looked a bit complicated after c++ reading logically and so nicely...
Reputation Points: 16
Solved Threads: 6
Posting Pro in Training
1o0oBhP is offline Offline
445 posts
since Dec 2004
Dec 11th, 2007
-1

Re: Something new for the adventurous

i am reading Expert F# (Apress/2007) and I admit, I was hooked after seeing the syntax for a high-common-factor function.
It looks like this:
let rec hcf a b =
if a=0 then b
elif a<b then hcf a (b-a)
else hcf (a-b) b

where
hcf is the function,
rec means its recursive
and elif is "else if"
Reputation Points: 12
Solved Threads: 0
Light Poster
Ψmon is offline Offline
30 posts
since Mar 2007

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Computer Science Forum Timeline: Computer Science HW Help
Next Thread in Computer Science Forum Timeline: Re: .class





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC