Should JavaScript be split into two languages? Google proposal divides opinion

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Uno Platform

    Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!

    > And even if it were accomplished in a central open source library like Flutter, that adds a considerable amount to the package size of any application.

    The download really isn't much different to a typical website. That Flutter demo in wasm is 2 megabytes.

    Avalonia UI's WebAssembly uses canvas in C#: https://avaloniaui.net/

    Uno Platform's WebAssembly implementation uses the DOM rather than drawing to canvas: https://platform.uno/

    Uno's philosophy is to use platform native controls. The benefit is that you get platform native characteristics, the cost is it will never be exactly the same in each browser and platform.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • Avalonia

    Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology

    > And even if it were accomplished in a central open source library like Flutter, that adds a considerable amount to the package size of any application.

    The download really isn't much different to a typical website. That Flutter demo in wasm is 2 megabytes.

    Avalonia UI's WebAssembly uses canvas in C#: https://avaloniaui.net/

    Uno Platform's WebAssembly implementation uses the DOM rather than drawing to canvas: https://platform.uno/

    Uno's philosophy is to use platform native controls. The benefit is that you get platform native characteristics, the cost is it will never be exactly the same in each browser and platform.

  • .NET Runtime

    .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.

    Garbage collection is solved to the extent that host garbage collection is now available via WasmGC:

    https://developer.chrome.com/blog/wasmgc/

    https://v8.dev/blog/wasm-gc-porting

    But languages like C# want more features in WasmGC:

    https://github.com/dotnet/runtime/issues/94420

    No direct DOM access yet. You still have to use JavaScript glue code to get at the DOM.

  • Flutter

    Flutter makes it easy and fast to build beautiful apps for mobile and beyond

    > I'd rather we just move to native cross platform applications and stop using a document browser to build interactive applications

    Here you go. Do both native and wasm:

    https://avaloniaui.net/

    https://platform.uno/

    https://flutter.dev/

  • proposal-binary-ast

    Binary AST proposal for ECMAScript

    Actually I don't want DOM access and GC for wasm. At least not yet. It overcomplicates a lot and I simply cannot imagine that a GC can be one-size-fits-all languages.

    I want fixed-size buffer-backed structs for JS. Basically a DataView as a C struct. This would massively benefit interop and solve some shortcomings of DataView.

    There was a proposal for a binary AST for JS several years ago [1]. Why not just use that as JS0? It's separate and can offer new possibilities as well.

    [1]: https://github.com/tc39/proposal-binary-ast

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Why I'm skeptical of rewriting JavaScript tools in "faster" languages

    7 projects | news.ycombinator.com | 21 Oct 2024
  • Gio UI – Cross-Platform GUI for Go

    15 projects | news.ycombinator.com | 18 May 2024
  • Uno Platform Studio: GUI Designer for Cross-Platform .NET Applications

    4 projects | news.ycombinator.com | 16 Nov 2024
  • The NSA advises you to turn your phone off and back on once a week

    2 projects | news.ycombinator.com | 1 Jun 2024
  • Open source Spotify client that doesn't require Premium nor uses Electron

    8 projects | news.ycombinator.com | 20 Jan 2024

Did you konow that C# is
the 9th most popular programming language
based on number of metions?