ArithmeticExpressionCompiler VS reason

Compare ArithmeticExpressionCompiler vs reason and see what are their differences.

ArithmeticExpressionCompiler

A compiler for my own simple low-level programming language, built in JavaScript using the Duktape framework. Produces code compatible with FlatAssembler. Superseded by AECforWebAssembly. (by FlatAssembler)

reason

Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems (by reasonml)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
ArithmeticExpressionCompiler reason
8 44
1 10,054
- 0.3%
0.8 5.8
almost 3 years ago 2 months ago
Rich Text Format 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.

ArithmeticExpressionCompiler

Posts with mentions or reviews of ArithmeticExpressionCompiler. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-02.
  • Package management and distribution of your language
    4 projects | /r/ProgrammingLanguages | 2 Feb 2023
    Well, for my AEC-to-x86 compiler, I provide a ZIP file with the source code (together with the MIT-licenced Duktape, which is necessary for my compiler to work, as the core of it is written in JavaScript, and also the source code of example programs), which I recommend to download. I also provide, for people who are willing to risk getting malware from my computer, a ZIP file containing the compiler executables for various OS-es as well as sources and executables of the example programs (but not the source code of Duktape and the part of my compiler written in C programming language).
  • Gas on windows?
    1 project | /r/asm | 19 Apr 2021
    I have made some GAS executable files to be executed on Windows, you can download them here (the EXE files are for Windows): https://github.com/FlatAssembler/ArithmeticExpressionCompiler/raw/master/recursive_HybridSort/RecursiveHybridSortExecutables.zip
  • Any safe alternative to the eval() function?
    1 project | /r/learnjavascript | 16 Apr 2021
    Maybe the way I have done that in my web-app, by tokenizing, parsing and then interpreting the string: https://flatassembler.github.io/compiler.html
  • This has been asked hundreds of times but...
    1 project | /r/asm | 14 Mar 2021
    A thing I have done with my knowledge of assembly language is that I have made a compiler for my programming language that targets x86: https://flatassembler.github.io/compiler.html
  • Any great tutorials for Windows 8086 Assembly Language?
    1 project | /r/learnprogramming | 12 Mar 2021
    And who cares about 8086? Probably not a single modern device has it. The earliest computer I had, running Windows 98, had Intel Celeron processor, which is, from the perspective of an assembly-language programmer, the same as i686 (Intel Pentium Pro). The assembly code that the compiler for my programming language produces will run on all computers you care about, and many so old you do not care: https://flatassembler.github.io/compiler.html
  • What flavour of Assembly do you/ have you commonly used? (Work, personal, etc.)
    1 project | /r/Assembly_language | 20 Feb 2021
    I have used FlatAssembler and GNU Assembler. Those are assemblers that the compiler for my programming language uses to target x86: https://flatassembler.github.io/compiler.html I also have a bit of experience with Microsoft Macro Assembler.
  • SolarWinds: The more we learn, the worse it looks
    1 project | /r/technology | 5 Jan 2021
    Antivirus software, for some reason, failed to detect the malware. I don't fully understand why. They misdetect a ton of innocent programs as malware (system files necessary for booting, BoringSSL, Motorola's Bluetooth drivers, the compiler for my programming language...), so it is instinctual to think they will detect an actual malware, but apparently that is not what happens.
  • The assembly code the compiler for my programming language produces crashes on HaikuOS, even though it works on Linux and FreeBSD. I cannot figure out why.
    1 project | /r/haikuOS | 3 Jan 2021

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.
  • Learning Elm by porting a medium-sized web front end from React (2019)
    15 projects | news.ycombinator.com | 29 Feb 2024
  • Melange for React devs book, alpha release
    2 projects | news.ycombinator.com | 27 Feb 2024
    Hey HN, at Ahrefs we have been working on an online book that hopefully helps React developers get up and running with Melange, an OCaml to JavaScript compiler. You can read more about Melange here: https://melange.re/.

    There are still a few chapters that we'd like to add before considering it "complete", but it might be already helpful for some folks out there, that's why we decided to publish it early.

    The book uses Reason syntax to implement React components using ReasonReact components. You can read more about both in:

    https://reasonml.github.io/

  • ReScript: Rust like features for JavaScript
    2 projects | dev.to | 18 Jan 2024
    ReScript is "Fast, Simple, Fully Typed JavaScript from the Future". What that means is that ReScript has a lightning fast compiler, an easy to learn JS like syntax, strong static types, with amazing features like pattern matching and variant types. Until 2020 it was called "BuckleScript" and is closely related to ReasonML.
  • Ask HN: Interest in a Rust-Inspired Language Compiling to JavaScript?
    5 projects | news.ycombinator.com | 24 Dec 2023
  • Earning the privilege to work on unoriginal problems
    2 projects | news.ycombinator.com | 28 Aug 2023
    This tracks with how I've seen "normal" languages converge on similar, flawed imitations of better type systems through tools and repurposed syntax. Thank you for confirming.

    Do you have any recommendations or warnings regarding general languages which reach in the opposite direction? Reason[1] and F#[2] are both examples: they attach pre-existing ecosystems and compile-for-$PLATFORM tools to OCaml-like typing.

    OCaml itself is also intriguing for personal projects. However, I'm worried the "GPL" in its standard library's LGPL license might scare people despite both the linking exception and Jane Street's MIT alternative.

    1. https://reasonml.github.io/

  • Melange 1.0: Compile OCaml / ReasonML to JavaScript
    3 projects | news.ycombinator.com | 12 Jun 2023
    ReasonML purely as a syntax layer on top of OCaml is still being updated and released[1]. Incidentally, I'm one of the maintainers of that project too :-)

    With this Melange release, we're hoping to somewhat revive ReasonML and channel some folks back to the community from the perspective of a vertically integrated platform that has seen major investment in the past few years.

    [1]: https://github.com/reasonml/reason

  • VN Compiler. Why using Fable is too difficult. (Pt. 1)
    1 project | /r/fsharp | 14 May 2023
    Why not use https://reasonml.github.io/ instead? Or just use Typescript?
  • My Thoughts on OCaml
    11 projects | news.ycombinator.com | 25 Apr 2023
    Quieted down, but I depend on projects with worst graphs:

    https://github.com/reasonml/reason/graphs/contributors

  • why
    3 projects | /r/ProgrammerHumor | 9 Mar 2023
    There is also reasonml for Web development.
  • Por que Elm é uma linguagem tão deliciosa?
    11 projects | dev.to | 28 Feb 2023

What are some alternatives?

When comparing ArithmeticExpressionCompiler and reason you can also consider the following projects:

PicoBlaze_Simulator_in_JS - Simulator (more accurately: an assembler and an emulator) for Xilinx PicoBlaze, runnable in a browser.

purescript - A strongly-typed language that compiles to JavaScript

latino - Lenguaje de programación de código abierto para latinos y de habla hispana.

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.