The F# Journal just published an article about serialization:
"Serialization is a ubiquitous challenge when writing back-end systems. This article describes how we wrote code in F# that generates OCaml code including both type definitions and JSON serialization/deserialization as well as code to generate many example values adhering to the API for a recent project...."
To read this article and more, subscribe to The F# Journal today!
OCaml faster than Rust
-
Rust is a new "systems programming language" that is claimed to be
"blazingly fast". We put it to the test, pitting it against the F#
programming languag...
4 years ago