query-json: A story of cross-compilation with Reason

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. query-json

    Faster, simpler and more portable implementation of `jq` in Reason

    There're probably better ways of achieving it since I made the implementation very unsafe davesnx/query-json/js/Js.re.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. bs-emotion

    Discontinued BuckleScript bindings to Emotion

    I had a little idea about the theory, but very vague and useless and was the righ time to learn more since I created styled-ppx which is a ppx (Pre*Processor Ex*tension) that allows CSS-in-Reason/OCaml. Needs to parse the CSS and have a backend that compiles to bs-emotion.

  4. jsoo-react

    js_of_ocaml bindings for ReactJS. Based on ReasonReact.

    You won't have the facility to write frontend code with React, but I'm sure it will change soon since there's a current implementation of React in jsso jsoo-react.

  5. sedlex

    An OCaml lexer generator for Unicode

    Started with the goal to create something useful and learn during the process. Was very interested in learning about how to write parsers and compilers using the OCaml stack: menhir and sedlex, compile it to any architecture and try to compile it to JavaScript.

  6. yojson

    Low-level JSON parsing and pretty-printing library for OCaml

    js_of_ocaml is a compiler that can be plugged to the OCaml's one and It makes it possible to run pure OCaml programs into JavaScript. As you can see, query-json uses menhir, sedlex and yojson

  7. js_of_ocaml

    Compiler from OCaml to Javascript.

    The compilation to JavaScript is the sweet section of this blog post since we are using OCaml (under the hood while writing Reason), and it allows us to compile directly to JavaScript using js_of_ocaml.

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

  • How Jane Street accidentally built a better build system for OCaml

    6 projects | news.ycombinator.com | 30 Jan 2025
  • OCaml Syntax Sucks

    5 projects | news.ycombinator.com | 24 Nov 2024
  • Comparing OCaml and Standard ML (2020)

    1 project | news.ycombinator.com | 17 Jun 2024
  • Melange for React devs book, alpha release

    2 projects | news.ycombinator.com | 27 Feb 2024
  • ReScript: Rust like features for JavaScript

    2 projects | dev.to | 18 Jan 2024

Did you know that OCaml is
the 41st most popular programming language
based on number of references?