Lists (1)
Sort Name ascending (A-Z)
Stars
- All languages
- ActionScript
- Agda
- Arc
- Assembly
- BibTeX Style
- BlitzBasic
- Brainfuck
- C
- C#
- C++
- CMake
- CSS
- Clojure
- CoffeeScript
- Common Lisp
- Cuda
- D
- Dart
- Dhall
- Elixir
- Elm
- Emacs Lisp
- F#
- Fennel
- Flix
- Frege
- GDScript
- GDShader
- GLSL
- Go
- HTML
- Haskell
- Haxe
- HolyC
- Idris
- Jai
- Janet
- Java
- JavaScript
- Julia
- Jupyter Notebook
- Just
- Koka
- Kotlin
- LLVM
- Lua
- MATLAB
- MDX
- Makefile
- Markdown
- MoonScript
- Nim
- Nix
- OCaml
- Objective-C
- Odin
- OpenSCAD
- Org
- PHP
- Pascal
- Perl
- PowerShell
- Prolog
- Promela
- PureScript
- Python
- R
- Racket
- Raku
- Reason
- Ren'Py
- Roff
- Ruby
- Rust
- SCSS
- Scala
- Scheme
- Shell
- Shen
- Smalltalk
- Standard ML
- Starlark
- Svelte
- Swift
- TeX
- Tree-sitter Query
- TypeScript
- Typst
- Vim Script
- Vue
- WebAssembly
- Wren
- Yacc
- Zig
- ooc
Lightweight static analysis for many languages. Find bug variants with patterns that look like source code.
The core OCaml system: compilers, runtime system, base libraries
magic-trace collects and displays high-resolution traces of what a process is doing
🍬 a functional language for building type-safe, scalable, and maintainable applications
A functional programming language based on algebraic effect handlers
The CS 3110 Textbook, "OCaml Programming: Correct + Efficient + Beautiful"
Auto generation of idiomatic bindings between Reason and JavaScript: either vanilla or typed with TypeScript/FlowType.
Concurrent Programming with Effect Handlers
A library for building dynamic webapps, using Js_of_ocaml
A Game Boy emulator written in OCaml that runs in your browser 🐫 🎮
moved from https://sourceforge.net/p/min-caml/code/
Tutorial on Multicore OCaml parallel programming with domainslib
A correct C89/C90/C99/C11/C18 parser written using Menhir and OCaml
An embeddable Lua 2.5 interpreter implemented in OCaml
The Caml Light implementation of the Caml language
A monad transformers library for OCaml, based on transformers and mtl