intro-to-reason-compilation
Build system explainer
A tutorial repository explaining the intricacies of OCaml's compilation and build system, targeting users who want to understand what happens under the hood
Ready up!
271 stars
9 watching
19 forks
Language: Shell
last commit: over 4 years ago
Linked from 1 awesome list
bucklescriptocamlocaml-compilerreason
Related projects:
Repository | Description | Stars |
---|---|---|
jonlaing/rationale | A Ramda-inspired utility library for ReasonML/OCaml. | 275 |
scottcheng/si-reason | A 3D Connect Four game built in OCaml using Reason and ReasonReact, providing an interactive experience. | 16 |
darklang/philip2 | An Elm to OCaml compiler that enables porting of codebases from one language to another | 205 |
ocaml/dune | A build system that automates the process of compiling and packaging OCaml projects | 1,635 |
ocaml-obuild/obuild | A build system for OCaml projects that automates the process of compiling and installing libraries and executables. | 55 |
johnwhitington/ocaml-main-program-in-c | A tool for building mixed C/Ocaml binaries where the main program is in C. | 16 |
esy/esy | A package manager and workflow tool for native development with Reason/OCaml languages | 846 |
reasonml/red | A tool that enables step-by-step debugging and inspection of OCaml and Reason code | 82 |
shrynx/99.re | A comprehensive collection of solutions to common problems in programming using Reason and OCaml | 110 |
dinosaure/esperanto | A toolchain that compiles OCaml programs into portable executables for multiple architectures. | 133 |
roddyyaga/ppx_rapper | A syntax extension for writing SQL queries in OCaml with type inference and syntax checking. | 137 |
reason-native-web/morph | A Reason-based web framework for building HTTP servers and client applications. | 138 |
manasjayanth/reason-aoc-starter | A starter kit for building Advent of Code puzzles in Reason | 9 |
ml-in-barcelona/server-reason-react | A project that enables Server-side Rendering for React applications using OCaml and Reason/React. | 137 |
eudoxia0/cmacro | Provides a set of reusable code transformations and abstractions for writing domain-specific languages (DSLs) in C. | 885 |