https://github.com/silent-brad/cljml
Simple Clojure Interpreter in OCaml
https://github.com/silent-brad/cljml
clojure lisp-interpreter make-a-lisp nix ocaml
Last synced: 1 day ago
JSON representation
Simple Clojure Interpreter in OCaml
- Host: GitHub
- URL: https://github.com/silent-brad/cljml
- Owner: silent-brad
- License: mit
- Created: 2026-07-01T20:14:45.000Z (16 days ago)
- Default Branch: master
- Last Pushed: 2026-07-08T02:04:18.000Z (10 days ago)
- Last Synced: 2026-07-08T04:04:37.209Z (10 days ago)
- Topics: clojure, lisp-interpreter, make-a-lisp, nix, ocaml
- Language: OCaml
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: CljML
#+DESCRIPTION: Simple Clojure Interpreter in OCaml
#+DATE: 07/07/2026
A simple Clojure lisp interpreter implemented in OCaml.
Inspired from [[https://bernsteinbear.com/blog/lisp/][Max Bernstein's Writing a Lisp series]].