Community for F#

Blog articles of Community for F#

0
comment
on 8/18/2013 4:34 PM
Were I sponsoring a technology conference, I’d much rather get my logo on a coffee mug than just about anything else from the conference.  Why do I say this?  Consider some other alternatives: a t-shirt, a thumb drive, a pen.   No matter how slovenly a developer, he or she will only wear a t-shirt […]
>> Read the full article
.
0
comment
on 8/16/2013 4:20 PM
..are turned into an in-game character by your game designers!!! Thanks guys!
>> Read the full article
.
0
comment
on 8/15/2013 3:06 AM
Dystopia as a Service from Adrian Cockcroft And finally, a good summation of the talk here.
>> Read the full article
.
0
comment
on 8/13/2013 12:12 PM
I recently took a medium sized feature set with labels at work and ran it through some of the most popular machine learning platforms. The goal was to get a feel for each of them via the standard battery of regressions and evaluate each for use in further experimentation.  This is a review of my [...]
>> Read the full article
.
0
comment
on 8/12/2013 10:54 AM
The F# developer can use pattern matching syntax pretty much anywhere in F#.  For example, consider the following list: let l = [1..25] If I want to get the last element of the list, I can do this with a little trivial pattern match:  let lastElem::_ = l |> List.rev;; stdin(7,5): warning FS0025: Incomplete pattern […]
>> 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