Community for F#

Blog articles of Community for F#

0
comment
on 6/19/2013 3:29 PM
 FunScript is “a lightweight F# library that lets you rapidly develop single-page web and mobile applications”. This now has a nice new home page: http://funscript.info/  It is interesting because: It compiles F# to JavaScript (see also WebSharper) It leverages TypeScript metadata to do typed interop with JavaScript libraries through an F# type provider It supports F# type providers such as FSharp.Data for really smooth working with JSON data. It supports the usual F# goodness such as async programming, p[...]
>> Read the full article
.
0
comment
on 6/15/2013 6:12 AM
I spent the last couple of nights putting together a simple Markdown to PDF formatter using Tomas Petricek’s FSharp.Formatting project and the PdfSharp-MigraDoc library. To use this library, you can either grab the source from the GitHub repository or get it from Nuget using the following command: F# Usage To use the library from F#, [...]
>> Read the full article
.
0
comment
on 6/14/2013 9:13 AM
Regular readers of my blog know that from time to time I post messages about jobs related to F# for the benefit of the F# community. After my last post the lovely people at 15below asked me to mention these positions too :)  They use F# a lot. http://www.15below.com/career.asp cheers! don      
>> Read the full article
.
0
comment
on 6/14/2013 8:06 AM
Regular readers of my blog know that from time to time I post messages about jobs related to F# for the benefit of the F# community. I got this message today: A very large F# project at a Bank in London and are looking for a Snr C# / F# developer (up to £150k on base).  They are using F# to implement the functionality underlying the user interface. With this being a technology team within the business working directly for the Quant group you will be treated as a business employee and receive salary and bon[...]
>> Read the full article
.
0
comment
on 6/14/2013 5:11 AM
  This post is a very interesting study of the differences between “functional-first” (F#) and “object-first” (C#) design for medium-sized software, by comparing software metrics for a number of C# and F# projects. Here are the conclusions, #3 and #4 are the most important I think. Project complexity. For a given number of instructions, a C# project is likely to have many more top level types (and hence files) than an F# one -- more than double, it seems. Fine-grained types. For a given number of modules,[...]
>> 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