Viewing profile — cloudroutine
cloudroutine
HN member- Joined
- Sun, Jun 29, 2014, 7:30 AM UTC
- HN karma
- 38
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About cloudroutine
No profile information was provided.
Recent public activity
- story
-
comment
Comment #12184565
it is for atom, not yet for vscode
-
comment
Comment #12184556
Considering the two existing ways to defines structs are type S = struct val X:int end type [ ] R = val Y:int it's not new syntax as much as an extension of the contexts where the …
-
comment
Comment #10246590
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 …
-
comment
Comment #10246192
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…
-
comment
Comment #10245750
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 …
-
comment
Comment #10245634
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
-
comment
Comment #10245495
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 approac…
-
comment
Comment #10245453
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.git…
-
comment
Comment #10245374
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 ex…
- story