Blog articles

0
comment
on 10/6/2013 2:01 PM
Welcome to F# Weekly, A roundup of F# content from this past week: News FlexSearch (new F# based open source search engine) was announced. FAKE has updated documentations. Do not miss F# Community Projects list. A new version of F# charting on NuGet, now [...]
.
0
comment
on 10/6/2013 1:21 PM
It’s coming up conference season again, also know as autumn, and there’s a bumper harvest of F# related events around the UK and Europe, here’s a not so short roundup: October DDD North 12th (Sunderland, England) F# eye for the C# guy (yours truly) [...]
.
0
comment
on 10/6/2013 10:13 AM
The Elm programming language has some fun game samples including Mario. Elm’s syntax is quite similar to F#’s so it turned out quite easy to port the Mario sample and use FunScript to compile the F# code to JavaScript: Use the cursor keys to move Mari[...]
.
0
comment
on 10/4/2013 8:03 PM
Got asked to compare WebSharper to TypeScript on StackOverflow, doing it here instead. Disclaimer: I work for IntelliFactory and in fact develop WebSharper, so I am obviously biased. Good things to say about FunScript: seems to be entirely unrestricted [...]
.
0
comment
on 10/3/2013 5:00 PM
I do love the fact that F# (and functional programming in general) gives a developer the tools to make it easy to build simple code. I was hacking together a function to convert a DateTime to a Unix Time Stamp (for using with the Meetup Restful API).  Thi[...]
.
0
comment
on 10/3/2013 9:55 AM
the task given a list of coins \([c_1,..,c_n]\) and a amount of money \(A\) we shall find a list \([a_1,..,a_n]\) of integers such that \(\sum_i a_i c_i = A\) – but not just any: We want to minimize the number … Weiterlesen →
.
0
comment
on 10/1/2013 6:03 AM
A method in the Seq class can be applied to any kind of IEnumerable.  Consider the following code:
.
0
comment
on 9/29/2013 2:01 PM
Welcome to F# Weekly, A roundup of F# content from this past week: News The language currently sits at No. 26 on the latest TIOBE Index of the most popular programming languages, ahead of other functional programming languages such as Erlang (36), Scheme [...]
.
0
comment
on 9/29/2013 12:53 PM
Some days ago, I was faced with the task of developing Dropbox connector that should be able to enumerate and download files from Dropbox. The ideal case for me is a wrapper library for .NET 3.5 with an ability to authorize in Dropbox without user interac[...]
.
0
comment
on 9/29/2013 8:55 AM
.
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