Blog articles

0
comment
on 11/1/2011 7:34 PM
This article discusses two numeric types that are available in F# PowerPack - BigRational represents arbitrary precision rational numbers and complex represents (floating-point) complex numbers. The types can be nicely used from F# as well as from C#.
.
0
comment
on 11/1/2011 7:30 PM
This article is the first article of a series where I'll explain some of the F# features that are useful for numeric computing as well as some functionality from the F# PowerPack library.
.
0
comment
on 11/1/2011 10:46 AM
For those in the UK or Europe, there are a set of F# tutorials at SkillsMatter in London on Thursday and Friday this week (Nov 3-4) Please pass this along to those who need to know.     Thanks Don                            
.
0
comment
on 11/1/2011 12:13 AM
Clojure provides a nice, consistent interface for logging via clojure.tools.logging (one of the new, modular contrib libraries). It automatically wraps slf4j, commons logging, log4j and java.util.logging but you can override the implementation, if needed.[...]
.
0
comment
on 10/31/2011 10:37 AM
.
0
comment
on 10/31/2011 8:37 AM
I started reading Coders at Work last week, and the interviews with Simon Peyton-Jones and Peter Norvig reaped an idea that doctest, contracts.coffee, and focco sowed and cultivated. What’s the idea? Type systems are nothing more than a formal implementat[...]
.
0
comment
on 10/31/2011 12:12 AM
With a name like World Singles, you won't be surprised to know that our dating platform supports several different languages so our (non-Clojure) code is littered with calls like i18n.getResource( keyText, user.getPreferredLocale() ) and i18n.formatRBStri[...]
.
0
comment
on 10/30/2011 6:56 PM
.
0
comment
on 10/30/2011 12:11 AM
Persistence is core to pretty much every real world application. Side Story: One of the strengths of CFML is that it has a <cfquery></tt> tag built-in that makes it drop-dead simple to work with SQL. Only recently has CFML gotten a built-in ORM (based on [...]
.
0
comment
on 10/29/2011 12:10 AM
The easiest starting point is to get Clojure up and running with Leiningen. Leiningen is an essential Clojure tool that can create projects, resolve library dependencies, compile your code, run your tests, fire up a REPL and a whole lot more. You need Lei[...]
.
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