Dynamics for ML using Meta-Programming

Workshop on Generative Technologies paper on dyntype library for ML meta-programming.

Published dyntype at the Workshop on Generative Technologies. This paper presents the dyntype library for ML meta-programming, which provides statically typed value persistence through code generation. The work explores how to use OCaml's type system and meta-programming capabilities to automatically derive serialization and deserialization code, enabling type-safe storage and retrieval of complex data structures. This became a foundational library for many OCaml systems that needed reliable data persistence.

Read more about Dynamics for ML using Meta-Programming.

References

[1]Gazagnaire et al (2011). Dynamics for ML using Meta-Programming. 10.1016/j.entcs.2011.06.002