Blog articles

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
.
0
comment
on 9/29/2013 8:55 AM
Only a quick post this week. Last time we looked at SpriteKit and how to add some particle emmiters to simulate a star-field and exhaust on a spaceship, this time lets look at adding some touch based input to move the spaceship around.
.
0
comment
on 9/26/2013 8:48 AM
Coursera, Udacity, MIT Open Courseware, and other such sites are useful to me because they decouple the desire to learn college-level material from the expense and regulations of earning (another) diploma. The latter isn’t compelling to me today, but the [...]
.
0
comment
on 9/25/2013 11:27 PM
Last week saw the second Progressive F# Tutorials in New York held at the Dumbo loft, a great venue in Brooklyn literally under the Brooklyn Bridge. The tutorials ran over 2 days with 2 keynotes: F# in an Open Source World – Don Syme, Microsoft Re[...]
.
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