Community for F#

Blog articles of Community for F#

0
comment
on 7/10/2012 5:52 PM
If you're writing an academic paper or journal, what should you reference for F#?  Well, of course it's up to you! :-) But the topic came up here at MSR Cambridge this evening (after all, it is that time of year - POPL deadline!) Here are some options. I've included a BibTex reference for Expert F# further below since it's not so easy to find an auto-generated one on the usual sites. For F# as a language, I recommend referencing either Expert F# (for the earliest, end-to-end description of the language)[...]
>> Read the full article
.
0
comment
on 7/9/2012 4:42 AM
.
0
comment
on 7/8/2012 3:38 PM
Related Posts Part 1   if-else In F#, if-else if-else control flow is expressed in the form if Exp then Exp elif Exp then Exp else Exp: let f n =     if n = 42 then         printfn “%d is the answer to the ultimate question of life, the universe and everything” n     [...]
>> Read the full article
.
0
comment
on 7/8/2012 12:59 PM
To install Erlang on your Mac, follow these simple steps: download the latest source file from the official Erlang site here. open the Terminal go to the folder where you’ve saved the .gz source file run the following command: tar –xzf otp_src_R15B01.tar.gz (replace the filename with the name of the file you’ve downloaded) then go [...]
>> Read the full article
.
0
comment
on 7/7/2012 3:55 PM
Brushing up on Erlang again having spent so much time with F# since I last looked at Erlang, it’s startling how much parallels I see between the two languages in terms of features and syntax, and I’m sure it’s no coincidence To help myself and other F# programmers who’re curious about Erlang get started more [...]
>> Read the full article
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper