Backing repository for a live-coding presentation of a hybrid system runtime. See https://git.henri-saudubray.fr/hms/hsim for a complete implementation.
  • OCaml 97.9%
  • Nix 0.9%
  • Just 0.7%
  • Dune 0.5%
Find a file
2026-07-10 18:39:47 +02:00
exm feat: final commit 2026-04-02 10:46:06 +02:00
lib/hsim feat: final commit 2026-04-02 10:46:06 +02:00
.envrc chore: initial commit 2026-03-27 10:59:25 +01:00
.gitignore chore: initial commit 2026-03-27 10:59:25 +01:00
dune-project chore: initial commit 2026-03-27 10:59:25 +01:00
flake.lock chore: initial commit 2026-03-27 10:59:25 +01:00
flake.nix chore: initial commit 2026-03-27 10:59:25 +01:00
justfile feat: final commit 2026-04-02 10:46:06 +02:00
README.md feat: README.md 2026-07-10 18:39:47 +02:00

hsim-live - A backing repo for a live-coding presentation

This repository served as the base for a presentation given during the LMF Non-Permanent Seminar, focusing on the implementation of a hybrid system modeler runtime, and heavily inspired by hsim and Zélus.

The presentation is split into two files:

For a more complete implementation, see hsim, or the Zélus compiler.