jakt VS ionide-vscode-fsharp

Compare jakt vs ionide-vscode-fsharp 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
jakt ionide-vscode-fsharp
31 16
2,747 841
0.7% 1.0%
9.4 8.7
about 1 month ago 2 days ago
C++ F#
BSD 2-clause "Simplified" License MIT License
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.

jakt

Posts with mentions or reviews of jakt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-20.
  • The Jakt Programming Language
    1 project | news.ycombinator.com | 29 Jan 2024
  • "Useless Ruby sugar": Pattern matching (Pt. 1)
    3 projects | news.ycombinator.com | 20 Oct 2023
  • Essence: A desktop OS built from scratch, for control and simplicity
    8 projects | news.ycombinator.com | 27 Sep 2023
    SerenityOS is doing exactly that:

    https://github.com/SerenityOS/serenity/tree/master/Ladybird

    I also like their Jakt programming language:

    https://github.com/SerenityOS/jakt

    Though I'm more enthusiastic about Redox (doing it in Rust):

    https://gitlab.redox-os.org/redox-os/redox/

  • Jakt (Programming Language)
    1 project | news.ycombinator.com | 9 Sep 2023
  • Will Carbon Replace C++?
    14 projects | news.ycombinator.com | 27 Feb 2023
    It's very opinionated and SerenityOS-focused, but the language Jakt ( https://github.com/SerenityOS/jakt ) transpiles to C++, has memory safety and some very neat ideas for readability.
  • Ask HN: Are people still using Pascal in 2023?
    6 projects | news.ycombinator.com | 26 Feb 2023
    I love Rust, but its model and specifics would make it difficult to learn how to write code in other languages.

    For low-level code, I think Carbon may fill that niche in the future. If it doesn't, C++ may be a good candidate once up-to-date books have been written and compilers actually support the modern spec. Classrooms/guides would need to move away from the still-lingering "C++ is C with classes" approach and use the standard library before that can be a reality, but this book[0] by Bjarne Stroustrup himself demonstrates the future C++ _could_ have if all the modern language features become usable.

    In business, C++ will still be the domain of ancient clusterfucks compiled by MSVC++ 6 in many areas, similar to how most Java code is still built around Java 8 because that was the most recent stable version for many projects' lifecycle (and Oracle's decision to only ship JRE 8 to consumers doesn't help) and how .NET 4 is still taught in schools because the new and scary dotnet tool doesn't map 1-to-1 with the old way of working. I can't imagine microcontroller toolkits supporting a modern version of _any_ language in the first place.

    However, if more people would learn modern C++ (or a replacement, like Carbon), I think this class of programming languages can have the same growth and hype Rust has enjoyed for the past years.

    I'm keeping my eye on Carbon and Zig. Google's influence has managed to push Go to the forefront despite its many quirks, and Zig seems to be focused on doing "C, but right" rather than "C++, but right" which so far is looking pretty promising.

    It's also fun to see Jakt[1] being developed in real time; I don't think it's a language that will be useful for production software any time soon, but on the other hand it's a language that actually produces binaries reliably (unlike pre-alpha Carbon or pre-release Zig, the latter exposing many problems after switching to a self-hosted compiler).

    [0]: https://www.stroustrup.com/tour3.html

    [1]: https://github.com/SerenityOS/jakt

  • The Zig programming language has been ported to SerenityOS
    1 project | news.ycombinator.com | 12 Dec 2022
  • Multiplayer counter strike like game without game engine - just php 8.1, fully open sourced
    6 projects | /r/PHP | 30 Nov 2022
    About php, I have no problem of rewriting whole game for performance reasons once it is done and popular in low level language like https://github.com/SerenityOS/jakt but I think for now php is good and sufficient.
  • ☘️ Good luck Rust ☘️
    2 projects | /r/rust | 16 Nov 2022
    Jakt, pretty well designed (lots of ideas stolen from ML/Rust), but very immature
  • SerenityOS author: "Rust is a neat language, but without inheritance and virtual dispatch, it's extremely cumbersome to build GUI applications"
    8 projects | /r/rust | 14 Nov 2022
    I think this thread might be interesting to the people here. The guy eventually started working on his own safe language, Jakt: https://github.com/SerenityOS/jakt

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 :)

What are some alternatives?

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

carbon-lang - Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)

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

zig - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

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

Rust-for-Linux - Adding support for the Rust language to the Linux kernel.

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

hylo - The Hylo programming language

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

cppfront - A personal experimental C++ Syntax 2 -> Syntax 1 compiler

Escalin

autocxx - Tool for safe ergonomic Rust/C++ interop driven from existing C++ headers

fs-components