Live data from Hacker News

Viewing profile — cloudroutine

cloudroutine

HN member
Joined
Sun, Jun 29, 2014, 7:30 AM UTC
HN karma
38
Public activity
11 items

About cloudroutine

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #12184565

    it is for atom, not yet for vscode

  3. 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 …

  4. 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 …

  5. 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…

  6. 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 …

  7. 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

  8. 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…

  9. 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…

  10. 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…

  11. story