Building a full text search engine as learn project

Hi all,

I am fascinated by OCaml and its ecosystem. Thank you all for your help and contributions!

Two years ago I started learning OCaml. The best way for me to learn a new language is to start with a project. So I decided to start building a simple full text search engine in OCaml.

It also come with a CLI to test and use it.

I would be happy to get feedback on the code, the design and the API.
Building APIs in OCaml is a challenge for me because my background are OO languages like Java and Python.

It is a library called β€œhit”:

Thank you and have a nice day,
Thomas

7 Likes