Software Alternatives & Reviews

Ask HN: What Happened to Elm?

Productivity Power Tools Microsoft .NET Framework
  1. Extension for Visual Studio - A set of extensions to Visual Studio 2012 Professional (and above) which improves developer productivity.
    Pricing:
    • Open Source
    How recent was this? If not recent, steps would be: * Download and install .NET 7 SDK (very easy on basically any platform): https://dotnet.microsoft.com/en-us/download * Already, you have F#. You can run `dotnet fsi` to enter F# Interactive (FSI), the F# REPL. Or you can create a new solution and project with the dotnet CLI: https://learn.microsoft.com/en-us/dotnet/fsharp/get-started/get-started-command-line. Once you have tests, you can just use `dotnet test` and it will find and run all tests. * You can also just download VS Code and install the Polyglot Notebooks extension to write F# code in a notebook. All you need is the .NET SDK, VS Code, and the Polyglot Notebooks extension. https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-interactive-vscode * Either in an F# script (.fsx file), FSI (ran by `dotnet fsi` again), or in a notebook, you can install NuGet dependencies by just writing <pre><code> #r "nuget: <package name>".

    #Regular Expressions #Programming Tools #Development 359 social mentions

  2. Microsoft.
    How recent was this? If not recent, steps would be: * Download and install .NET 7 SDK (very easy on basically any platform): https://dotnet.microsoft.com/en-us/download * Already, you have F#. You can run `dotnet fsi` to enter F# Interactive (FSI), the F# REPL. Or you can create a new solution and project with the dotnet CLI: https://learn.microsoft.com/en-us/dotnet/fsharp/get-started/get-started-command-line. Once you have tests, you can just use `dotnet test` and it will find and run all tests. * You can also just download VS Code and install the Polyglot Notebooks extension to write F# code in a notebook. All you need is the .NET SDK, VS Code, and the Polyglot Notebooks extension. https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-interactive-vscode * Either in an F# script (.fsx file), FSI (ran by `dotnet fsi` again), or in a notebook, you can install NuGet dependencies by just writing <pre><code> #r "nuget: <package name>".

    #Developer Tools #Development Tools #Rapid Application Development 82 social mentions

Discuss: Ask HN: What Happened to Elm?

Log in or Post with