Something new for the adventurous

Please support our Computer Science advertiser: Learn about neural networks and artificial intelligence.
Reply

Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 212
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Something new for the adventurous

 
0
  #1
Nov 20th, 2004
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
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 445
Reputation: 1o0oBhP is an unknown quantity at this point 
Solved Threads: 6
1o0oBhP's Avatar
1o0oBhP 1o0oBhP is offline Offline
Posting Pro in Training

Re: Something new for the adventurous

 
0
  #2
Dec 22nd, 2004
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...
http://sales.carina-e.com

no www
no nonsense

coming soon to a pc near you! :cool:
Reply With Quote Quick reply to this message  
Join Date: Mar 2007
Posts: 30
Reputation: Ψmon is an unknown quantity at this point 
Solved Threads: 0
Ψmon Ψmon is offline Offline
Light Poster

Re: Something new for the adventurous

 
-1
  #3
Dec 11th, 2007
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"
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Computer Science Forum
Thread Tools Search this Thread



Tag cloud for Computer Science
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC