darklang / tablecloth

A standard library with the same API in F#, Rescript and OCaml

Home Page:https://www.tablecloth.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Split the repo into different repos

pbiggar opened this issue · comments

We have the following goals:

  • each library should be idiomatic to the language it's in
  • support more languages and libraries

Having one megarepo goes a little against these goals. For example, we'd like other people to be able to make libraries for their languages with their tooling, rather than trying to shoehorn it into our tooling. And we'd like them to host it in an appropriate place (even if that place is their personal github), rather than smooshing it into our megarepo.

To that end, we should split this into individual repos for each language, plus one for the website. Then this repo would contain just the spec and possibly some tooling.

Tracked in #301, #302, #303

Done now