Testing out NoRM https://github.com/atheken/NoRM from F# and trying to find a nice way to use it. Here is the basic C#:
This code gives you an error in the error list of VS 2010: let (a: float), (b: float), (c: int), (d: float), (e: float), (f: float), (g: float), (h: float), (i: float), (j: float), (k: float), (l: fl
I have a set of static utility methods including unit tests. But I\'d like to have a more interactive way to employ a testing -> fixing -> compiling cycle (REPL) like in Lisp or Smalltalk where one ca
Update: Tried November CTP release. Same erro开发者_如何学Gor message. Forgot to mention that this server has the Ubuntu server edition installed. I don\'t have this issue on my Ubuntu desktop that ru
I am digging into F# source code recently. in Seq.fs: // Binding. // // We use a type defintion to apply a local dynamic optimization.
I have two F# modules, say a module called A in A.fs and B in B.fs. However, when I use module A from module B, F# does not see it. I\'ve tried all combinations of open directives, i.e., open A, open
I\'m having trouble converting a Java/JSON map into a usable F# object. Here\'s the heart of my code: member this.getMapFromRpcAsynchronously =
async{} workflow is easy to use and gives good results on asynchronous operations like IO. Is this a good option also for purely data bound operations? There\'s also the .NET ThreadPool and Background
F#\'s inline functions with statically resolved generic parameters seem to be similar to C++\'s templates. However, unlike C++, you need to specify the constraints - how does that work?
I am planning to immerse myself in thefunctional programming paradigm and make the thought process second nature to me. The .Net/Mono is the only framework/objectmodel I am familiar with and I dont wa