Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cloudroutine
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Adventures in F# Performance – Benchmarking the F# Core Library
(jackmott.github.io)
7 points
by
cloudroutine
10y ago
|
1 comments
2.
▲
by
cloudroutine
10y ago
it is for atom, not yet for vscode
3.
▲
by
cloudroutine
10y ago
Considering the two existing ways to defines structs are type S = struct val X:int end type [<Struct>] R = val Y:int it's not new syntax as much as an extension of the contexts where the construct is applicable. The exam
4.
▲
by
cloudroutine
11y ago
FunScript is in the middle of a restructuring/reorganization process[1]. Hopefully FunScript will find its legs and start moving forward sometime soon. Intellifactory's Websharper projects are well supported and regularly updated,
5.
▲
by
cloudroutine
11y ago
I started out with OCaml too, it's a really easy transition into F#. You can basically cut and paste OCaml code into F#, unless it involves stuff like Functors, first class modules, and polymorphic variants. Active Patterns are a prett
6.
▲
by
cloudroutine
11y ago
Could you try updating the `ionide-installer` plugin? We had some minor issues over the past 30 mins[1] but they should be resolved now. We definitely support Windows, I'm running it on Windows 10 right now ;) [1] https://gi
7.
▲
by
cloudroutine
11y ago
That was Omnisharp-Server, they only switched over to the Omnisharp-Roslyn[1] implementation a few months ago. [1] https://github.com/OmniSharp/omnisharp-roslyn
8.
▲
by
cloudroutine
11y ago
VS Code does not currently support extensions/plugins. The team has confirmed they're coming at some point[1] but we'll need to see how they set it up to determine the best approach to building an F# plugin for it. Ionide def
9.
▲
by
cloudroutine
11y ago
It's not Omnisharp, we use FsAutocomplete[1] which is essentially a wrapper around the FSharp.Compiler.Service[2] [1] https://github.com/fsharp/FsAutoComplete [2] http://fsharp.github.io/FSharp.Com
10.
▲
by
cloudroutine
11y ago
You should also install the F# Power Tools[1] if you haven't already. It has a lot of great features. I definitely prefer Atom+Ionide when I want to try something out quickly or experiment. Opening VS and creating a new project just to
11.
▲
Ionide – F# Dev Tools for the Atom Editor
(ionide.io)
58 points
by
cloudroutine
11y ago
|
27 comments