Community for F#

Blog articles of Community for F#

0
comment
on 4/7/2013 5:28 AM
Steffen Forkmann has reported abot Stati-C/AL, a code analysis tool for Microsoft Dynamics NAV. Christian Clausen and Bent Rasmussen created a really really cool static analysis tool for Dynamics NAV. For those who worked with the Dynamics NAV Developer’s Toolkit this is your new friend: Static analysis is dear to my heart as a way of improving programmer productivity, and I'm always impressed when people focus on the integration of languages and business products. And, it happens to be implemented in F#. [...]
>> Read the full article
.
0
comment
on 4/7/2013 5:20 AM
I was particularly inspired by the latest F# Weekly from the F# Community (feed here). This edition really shows the incredible range of application of F# and activity in the F# community, from HTML5 GeoLocation examples using WebSharper to interoperability with Java to GPGPU programming to machine learning algorithms using Adaptive Boosting. Enjoy! Don   Welcome to F# Weekly, One more week has passed. This past week was full of interesting blog posts that are waiting for you: News Don Syme is 10000000th [...]
>> Read the full article
.
0
comment
on 4/6/2013 7:06 PM
.Net 4 introduced the Lazy<T> type which allows you to create an object that can be lazily initialized so that you can delay the creation of large objects, for instance. However, if your initialization logic has the potential to except at runtime (e.g. time out exceptions reading from some external data source) then you should [...]
>> Read the full article
.
0
comment
on 4/1/2013 7:02 PM
After a long Easter holiday filled with late night coding sessions I find myself wide awake at 2am… good job I’ve still got my pluralsight subscription and a quick look at the Algorithms and Data Structures course again at least gave me something to do to relax the mind with some back-to-school style implementation of [...]
>> Read the full article
.
0
comment
on 3/27/2013 8:23 PM
F# Data is a new library that gives you all you need to access data in F# 3.0. It implements type providers for WorldBank, Freebase and structured document formats (CSV, JSON and XML) as well as other helpers. This article introduces the library and gives a quick overview of its features.
>> 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