Onorio Catenacci's blog articles

0
comment
on 10/17/2013 11:01 AM
If you want to build Android apps with F#, you’ll need the following things: Xamarin Studio (true on both Mac and PC).  I hope soon we’ll have an Android/F# option within Visual Studio but as of today (17 October 2013) it’s not there. F# 3.0 or later (seems to go without saying but just in […]
>> Read the full article
.
0
comment
on 10/15/2013 11:10 AM
Thanks to the fine folks at Detroit Labs we’ve been able to do a pivot on GLFPC 2013 Announcing the Great Lakes Functional Programming Unconference! Are you sad that Great Lakes Functional didn’t get off the ground this year? We are too. Super sad. It’s ok though, you can stop being sad now. Why? Well, […]
>> Read the full article
.
0
comment
on 10/12/2013 10:01 PM
It is possible to declare a list or an array without the separating semicolons by declaring each element on a separate line.  Like this: Note: for reasons I confess are unclear to me, the first member of the list/array must be on the next line from the opening symbol of the collection. Well, to be […]
>> Read the full article
.
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).  This was my initial pass at it: (BTW […]
>> Read the full article
.
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:
>> 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