f#-interactive
F# interactive - how to see all the variables defined in current session
In F# interactive, how can I see a list of variables/functions defined in this session? Like a function whos() in python or l开发者_StackOverflow社区s() in R? Thanks.You can probably implement this us[详细]
2023-02-11 00:04 分类:问答F# error 'error FS0039: The namespace or module 'MySql' is not defined'?
Hello I try to connect F# and MySQL database, but i got fallowing e开发者_如何学Pythonrror :error FS0039: The namespace or module \'MySql\' is not defined.[详细]
2023-02-09 05:37 分类:问答Getting debugger context in F# interactive
Is it possible to somehow get the debugger context in F# interactive? For instance, if I hit a breakpoint in C# project then I would like to work with local variables in F# interactive, the same way I[详细]
2023-02-05 13:59 分类:问答Getting Open Namespaces and Modules in an FSI Session
Is there any way to retrieve a list of open namespaces and modules in an FSI Session? I\'m playing around with printing an F# quoted expression and I\'d like to be able to distinguish between those va[详细]
2023-02-02 18:03 分类:问答F# Interactive bug?
I\'ve tried the following code in VS2010: open System.Security.Cryptography let rsaTest1 = let ecKey = [|0uy..143uy|] // junk data for testing[详细]
2023-02-02 00:16 分类:问答How to reference a specific version of an assembly from an F# script?
I have both XNA 3.1 and 4.0 installed on my system. I can choose a specific version when adding a reference to my F# project, but how do I do th开发者_开发技巧at in F# interactive or in an F# script?Y[详细]
2023-02-01 07:12 分类:问答How to Test C# Functions interactively with F# Interactive
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[详细]
2023-01-26 18:31 分类:问答FSI.exe does not work under Ubuntu 10.10
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[详细]
2023-01-26 18:24 分类:问答How to force F# interactive to reference Gtk# by default?
I am mostly playing with F# on Linux and would like to get all the necessary GUI libraries (Gtk, Gdk, Atk, Glib, Pango, Cairo) to be referenced by default so that I can simply use:[详细]
2023-01-25 13:10 分类:问答in F# on MAC OSX and Ubuntu I get an error running FSI in 4.0
I need System.Numerics in F# EDIT I think the question is can fsi run with the 4.0 runtim开发者_JAVA百科e and if so how do I configure it[详细]
2023-01-24 09:16 分类:问答