No announcements
Filter
:
All Threads
All Threads
Answered
Unanswered
Proposed Answers
General Discussion
No Replies
Helpful
Has Code
All Languages
-
Sticky0VotesF# in the Enterprise Whitepaper - Accelerated Analytical and Parallel .NET Development with F# 2.0
With this forum being new and all, I'd like to point people to the F# 2.0 in the Enterprise white paper that's availalbe on MSDN. If you have feedback or questions, or ... -
Sticky14VotesUsing F#? An open invitation to get in touch and let us know how.
Over the years at the F# team we've managed to keep in touch with many of F# users, including individuals, universities and corporations. This is one of the things that makes the work really ... -
Sticky3VotesWelcome and Getting Started with F#
Console.WriteLine("Hello, {0}!", who); let sayHello who = printfn "Hello, %s!" who // hi sayHello name // you can using .NET Framework classes ...
-
Proposed2VotesOption type in F#
let readValue (opt: 'a option) = match opt with |Some (v) -> v |None ... -
Unanswered1VotesF# AND .NET Road Map
I just watched an interesting video from Scott Hanselman http://www.youtube.com/watch?v=w6t0hP5wgPQ some commentary on this ... -
Unanswered2VotesDrawing charts
Bitmap (meaning it works perfectly, in my view) My question is : where should the Bitmap object (the chart) appear to me (user)? i cant see it in any window. (I ... -
Proposed1VotesProblems with learn section o tryF#
Chart.Line From the learn section of TryF#: This part and all plot functions simply are not working. When I press load and run the system freezes and nothing is plotted or ... -
Answered0Votesafter unpack Q and R with AlgLib, Q and R are null, how to get Q and R
{3 4matrix [[1;2;3];[4;5;6];[7;8;9];[10;11;12]]} alglib.rmatrixqr(ref B, A.NumRows, A.NumCols, &tau); ... -
Unanswered1VotesF# 3.0 Codeplex Samples - Hadoop TypeProvider Sample is not building
It seems that some files, referenced as links, are missing. I could not find the files in the source package. I would like to demo hadoop/hive access from Excel using the Tsunami ... -
Unanswered1VotesType Providers | Oracle.DataAccess.Client | Alter Session Set Current_Shema = XXX
Hi there, I am using F# type providers to retrieve data from an Oracle database. I want to access tables that are under a different schema than the one ... -
Proposed1VotesClear list of trusted type providers in VS 2012
F# Tools --> Type Providers? I like to shorten this list not only check and uncheck! This there a way to edit this ... -
Answered2Voteshow to initialize a float array to this function
After tried many kinds of writing, still got error let mutable s2 = null let mutable x2 = new float[,] {{12;4},{1;2}}; ... -
Answered1VotesWhat's wrong with my generic constraints?
So my code is set up like this: I have a class whose only field is a MailboxProcessor. The mailbox takes messages of Async<'T>, does some scheduling, runs the computation asyncronously and sends ... -
Unanswered1VotesProject Katana, Owin and F#
Curious to know if F# would play any role with Project Katana. Thanks Niranjan -
Answered1VotesThe value or constructor 'span' is not defined
The value or constructor 'span' is not defined run the following example failed only can run after comment this // Redis - example from ... -
Answered1Voteswhich Key Value / Tuple Store free database can store F#'s tuple or for F#?
Key Value / Tuple Store from http://nosql-database.org/ Designer -
Answered2VotesCreating my first F# code
I am on VStudio 2012, but when I try to open a new project (or file) in F#, I just have two options: F# library, and F# tutorial (which I already ran). My question is: how ... -
Proposed2VotesType annotation a Seq.map example
line.Split([|','|])) (Seq.skip 1 (cvs.Split([|'\n'|])) ) Script1.fsx(29,24): error FS0072: Lookup on object of indeterminate type based on information prior to this program ... -
Answered1VotesUsing F# Libraries
open Samples.Charting.DojoChart Still, Ive tried : #load @"FSharpChart.fsx" but the system has informed me I do not have it on my directory. Is there ... -
Answered0VotesGetting data from outside world
I want to practise handling webdata on F#. Specifically, I am trying to use the Worldbank examples from tryF# videos to help me understand the mechanism, but I am in trouble ... -
Answered1VotesLoad question
<object height="0" id="abdae97b-0aca-bdae-0809-9b9a0890969d" type="application/gas-events-abn" width="0"></object> On part 2 Don Syme´s ... -
Answered1Votescomplie ,f90 file with Visual Studio 2012
------ Build started: Project: testfor, Configuration: Debug Win32 ------ 1>Compiling with Intel(R) Visual Fortran Compiler XE 13.0.1.119 ... -
Proposed2VotesFoward pipe operator doubt
List.map splitCommas |> List.maxBy (fun x -> abs(float x.[1] - float x.[4])) |> (fun x -> x.[0]) Why I can not use the code below instead? and How can i code without ... - Items 1 to 20 of 535 Next ›


