wat-compiler VS reason

Compare wat-compiler vs reason and see what are their differences.

wat-compiler

webassembly wat text format to binary compiler (by stagas)

reason

Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems (by reasonml)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
wat-compiler reason
2 44
18 10,051
- 0.3%
0.0 5.8
over 1 year ago about 2 months ago
JavaScript OCaml
- 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.

wat-compiler

Posts with mentions or reviews of wat-compiler. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-23.
  • Understanding Every Byte in a WASM Module
    6 projects | news.ycombinator.com | 23 Dec 2023
    For some time I've been fascinated by the codebase of a small WAT compiler written in JavaScript.

    https://github.com/stagas/wat-compiler/blob/main/story.txt

    And I mean "small" as a real complement to how readable the entire compiler is. It's also been a great way to appreciate the design of the WASM text format and WASM overall. It's not a Lisp but has a similar feel to it.

    I've been meaning to get more fluent at writing WAT directly, not for any practical purpose but just for pleasure of it. I could see myself gradually building up some abstractions to help me deveolp larger programs, perhaps a slightly higher-level language.

  • Grain: WebAssembly-First Programming Language
    3 projects | news.ycombinator.com | 6 May 2021
    I was also disappointed that this isn't included in the browsers given that it was designed to be very simple to parse and compile. So I tried as an exercise to build such a compiler[0] and indeed it was much easier than I expected (with a few shortcuts of course, being a POC). It is just 5kb gzipped and it compiles to binary most of the WAT code out there and also quite fast, just a few ms. That said, I think writing WAT by hand is only helpful for very small critical hot code, anything more complex and IMO you need an abstraction of some sort.

    [0]: https://github.com/stagas/wel

reason

Posts with mentions or reviews of reason. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-29.

What are some alternatives?

When comparing wat-compiler and reason you can also consider the following projects:

purescript - A strongly-typed language that compiles to JavaScript

rescript-compiler - The compiler for ReScript.

melange - A mixture of tooling combined to produce JavaScript from OCaml & Reason

js_of_ocaml - Compiler from OCaml to Javascript.

ocamlformat - Auto-formatter for OCaml code

refterm - Reference monospace terminal renderer

sqlite3-ocaml - OCaml bindings to the SQLite3 database

pydantic - Data validation using Python type hints

parallel-programming-in-multicore-ocaml - Tutorial on Multicore OCaml parallel programming with domainslib

Elm - Compiler for Elm, a functional language for reliable webapps.

Statsd - Daemon for easy but powerful stats aggregation

bytenode - A minimalist bytecode compiler for Node.js