Comment on I Wrote an Activitypub Server in OCaml: Lessons Learnt, Weekends LostparentComments−yawaramin3yHere's the implementation described in OP: https://github.com/Gopiandcode/ocamlotOCaml is a statically-typed language. It falls somewhere between Go and Haskell on the spectrum of type 'strength'.
Comments
Here's the implementation described in OP: https://github.com/Gopiandcode/ocamlot
OCaml is a statically-typed language. It falls somewhere between Go and Haskell on the spectrum of type 'strength'.