ionide-vscode-fsharp VS elmish

Compare ionide-vscode-fsharp vs elmish and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
ionide-vscode-fsharp elmish
16 14
841 810
1.0% 0.7%
8.7 4.4
18 days ago 25 days ago
F# F#
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ionide-vscode-fsharp

Posts with mentions or reviews of ionide-vscode-fsharp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-17.
  • Ask HN: Why do you think F# is not more popular, even within the .NET ecosystem?
    1 project | news.ycombinator.com | 15 Apr 2023
  • Is there a modern IDE with good support for OCaml?
    2 projects | /r/ocaml | 17 Oct 2022
    I'd love to see something similar to Microsoft's Ionide project or for JetBrains to invest in IDE support.
  • Why OCaml?
    5 projects | news.ycombinator.com | 27 Sep 2022
    > Pretty good, https://ionide.io

    It pains me to admit it because I really like F# but, with due respect to the developers, Ionide and its related projects are the most unstable toolchain I've ever used.

    Spend half a day reloading the editor because the extension keeps hanging on non-trivial MSBuild only to discover that the formatter has truncated in half one of the files you worked on due to a soundness bug. (OCaml's editor support, in contrast, is quite stable.)

    Rider is the best editing experience I've had with F#, by far.

  • How to get a non-broken F# development experience?
    4 projects | /r/fsharp | 5 Sep 2022
    I know it's a recurring topic but it's reaching a high level of pain *again* (see NET SDK 6.0.400 and 7.0.100 previews don't currently work with Ionide).
  • The Case for C# and .NET
    18 projects | news.ycombinator.com | 24 Jul 2022
    I don't disagree but it owes a lot of that to OCaml. That said, since we're talking about C#, F# and VS Code I'm gonna talk about a pet peeve I have. If you open a C# project in VS Code when the "Ionide" (basically the F# plugin for Code) is installed then Ionide thinks it's a F# project and will open some F# stuff after a few seconds (or prompt you to setup some F# stuff in its gitignore). The root cause has been identified (plugin activates when it sees a ".sln" file), a PR have been opened and rejected with no mention as to why (https://github.com/ionide/ionide-vscode-fsharp/pull/1401) and the developers behind it are frustratingly non-communicative about it, closing issues about it (https://github.com/ionide/ionide-vscode-fsharp/issues/1701). Usual rules about OSS maintainers apply, they don't technically owe us users anything ... but man it feels like we're being trolled by now :D
  • Rust Is Hard, Or: The Misery of Mainstream Programming
    15 projects | news.ycombinator.com | 2 Jun 2022
    F# doesn't have a hard dependency on vscode. Resources from MS will obviously encourage using MS tooling, but ionide [1] is really good. The lsp+neovim workflow is not as good but getting better.

    [1] https://ionide.io/

  • Making Ionide less "intrusive" in its new vscode version
    1 project | /r/fsharp | 28 Apr 2022
    Important thread about this: https://github.com/ionide/ionide-vscode-fsharp/issues/1693
  • Perf Avore: A Rule Based CrossPlatform Performance Based Monitoring and Analysis Tool
    5 projects | dev.to | 20 Dec 2021
    Perf Avore was developed on VSCode using the ionide plugin and dotnet cli.
  • A few newbie questions
    2 projects | /r/fsharp | 18 Nov 2021
    I was on .Net 5 but same issue on 6. I tried the fix here- setting FSharp.dotnetRoot explicitly in settings.json and so far it seems better.
  • Debugging tests in VS Code
    1 project | /r/fsharp | 16 Sep 2021
    Make sure to keep an eye on this MR for that very capability :)

elmish

Posts with mentions or reviews of elmish. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-05.
  • A new F# compiler feature: graph-based type-checking
    9 projects | news.ycombinator.com | 5 Nov 2023
  • ASP.NET Core Blazor
    5 projects | news.ycombinator.com | 6 Oct 2023
    For those interested in .NET languages with alternative compilation targets, Elmish (https://elmish.github.io/elmish/) is pretty unique.

    We use F# on the front end (instead of TS), and thanks to the Fable compiler (which transpiles F# to JS, Python, Dart, PHP and Rust), most of the benefits of an Elm-style model in the UI can be ported to all sorts of different outputs languages. The rust target is in beta, but its promising because the WASM bundle size stands to be dramatically lower.

    While the default is reactivity library for Elmish is React, you can swap in Avalonia/FuncUI (https://github.com/fsprojects/Avalonia.FuncUI) pretty easily as well.

  • Building React Components Using Unions in TypeScript
    15 projects | dev.to | 1 Oct 2023
    Naturally I’d recommend using a better language such as ReScript or Elm or PureScript or F#‘s Fable + Elmish, but “React” is the king right now and people perceive TypeScript as “less risky” for jobs/hiring, so here we are.
  • F(#)ront-end Experience like Re-Frame (clojure(script))?
    3 projects | /r/fsharp | 7 Dec 2022
    Since you're familiar with React + Reframe, you can try Elmish! You can use F# to write [Elmish](https://elmish.github.io/elmish/) apps. It takes the Elm approach to building apps.
  • Produce what exactly?
    1 project | /r/antiwork | 7 Sep 2022
    Who’s paying for this? https://github.com/elmish/elmish
  • Should I pick up OCaml or Haskell?
    3 projects | /r/functionalprogramming | 24 Aug 2022
    Try F# with Elmish.
  • Functional Reactive Programming
    9 projects | news.ycombinator.com | 16 Aug 2022
    Maybe elmish could be of interest to you? https://github.com/elmish/elmish
  • Has TypeScript made you a better developer?
    4 projects | /r/reactjs | 12 Jul 2022
    I never tried Elm directly, but I have used the F# equivalent Elmish - super productive idea.
  • F# and WebAssembly
    11 projects | dev.to | 28 Jan 2022
    You can also get nested templates, bind inputs, and radios for example by the way don't be scared by the mutable keyword right there is just to show a brief example in a normal situation you would likely be using Elmish
  • Managing State in Comet
    2 projects | dev.to | 8 Jan 2022
    Comet promotes a variation of the Model-View-Update pattern popularized by The Elm Architecture, Elmish, Fabulous and others. The major parts of MVU are:

What are some alternatives?

When comparing ionide-vscode-fsharp and elmish you can also consider the following projects:

playwright-dotnet - .NET version of the Playwright testing and automation library.

Feliz - A fresh retake of the React API in Fable and a collection of high-quality components to build React applications in F#, optimized for happiness

proposal-pipeline-operator - A proposal for adding a useful pipe operator to JavaScript.

type-challenges - Collection of TypeScript type challenges with online judge

Fable: F# |> BABEL - F# to JavaScript, TypeScript, Python, Rust and Dart Compiler

Perla - A cross-platform tool for unbundled front-end development that doesn't depend on Node or requires you to install a complex toolchain

Sutil - Lightweight front-end framework for F# / Fable. No dependencies.

Escalin

Bolero - Bolero brings Blazor to F# developers with an easy to use Model-View-Update architecture, HTML combinators, hot reloaded templates, type-safe endpoints, advanced routing and remoting capabilities, and more.

jakt - The Jakt Programming Language

Comet - Comet is an MVU UIToolkit written in C#