Blog articles

0
comment
on 11/8/2011 6:22 PM
The first episode of Chas Emerick's new Clojure podcast, Mostly Lazy was published today after being recorded yesterday morning. He picked me as his first interview "victim" (joke - see his follow up blog post wherein Chas clarifies that this is about co[...]
.
0
comment
on 11/8/2011 5:46 PM
This article introduces the matrix type available in F# PowerPack. It discusses how to create matrices, manipulate matrices using indexing and slices and how to use built-in functions for working with them. As a running example, we use matrix to represent[...]
.
0
comment
on 11/7/2011 11:45 PM
After two years in the CFML world, FW/1 (Framework One) comes to Clojure! Intended to bring the same simple, lightweight, convention-based MVC web application development that has proved so popular in the CFML world to the world of Clojure, FW/1 for Cloju[...]
.
0
comment
on 11/7/2011 4:43 PM
Indexer If your have a type that represents a collection of values, adding a custom indexer gives you a natural way to index directly into the object using the .[ ] operator. Take this simple Calendar class for instance, which keeps a map (F# equivalent o[...]
.
0
comment
on 11/7/2011 2:56 PM
I have implemented a simple web server in F#. The idea was to try to marry .NET asynchronous socket operations with F# async. Result: F# async seems to be the right tool for the job of webserver implementation: it makes asynchronous programming intuitive[...]
.
0
comment
on 11/7/2011 7:34 AM
I wrap asynchronous .NET socket methods in F# Async and benchmark a simple webserver clocking at 3500 requests/second. Read more.
.
0
comment
on 11/7/2011 6:57 AM
The MonoDevelop team have taken a leaf out of the Visual Studio team's book and started MonoDevelop User Voice. Here you can vote on MonoDevelop features and discuss them. One of the hot ticket items you might like to vote for right now is Full Support fo[...]
.
0
comment
on 11/7/2011 5:13 AM
.
0
comment
on 11/6/2011 12:54 PM
Implemented isop auto cli. It’s possible to use the isop library without having a reference to isop.
.
0
comment
on 11/5/2011 6:17 AM
While WPF is nice and resharper + visual studio is awesome it’s just to painful to develop on a remote machine. The alternative is to buy visual studio + windows and create a virtual machine. This feels to much like a serious investment: The cost of windo[...]
.
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