Giter VIP home page Giter VIP logo

Comments (3)

ryyppy avatar ryyppy commented on July 4, 2024

Hey,

Thanks for the report.

Let me give you a quick overview of what modules docs we would accept:

  • Pervasives ... but some functionality in there is actually not recommended for usage, e.g. string_of_int (vs. Belt.Int.toString), etc.

Following modules will not be accepted for following reasons:

  • Array ... use Js.Array / Belt.Array instead
  • List, ListLabels ... use Belt.List instead
  • String or even Str ... use Js.String instead
  • Set ... use Belt.Set (+ its variants) instead
  • No Bytes, Buffer, Callback, Digest, Complex, Filename, NativeInt, Stream, Random, Scanf, Sys, Unix. Those are platform dependent and probably won't compile (or at least not nicely) on JS and are too native oriented
  • Stack ... use Belt.MutableStack instead
  • Sort ... use Belt.SortArray instead (besides, Sort is even deprecated in OCaml)
  • No Docstrings, GenLex, Lexer, Lexing, Location, Longident, Parse, Parser, Parsetree, Pprintast, Printast. These are literally compiler building modules, we don't expose that to our users.
  • No Oo.. ReScript doesn't expose object related syntax features
  • No Obj... this one is a little weird, since it shouldn't be used by any users, not even Obj.magic
  • No Gc... doesn't look like something we want to expose to JS users
  • Hashtbl ... use Belt.HashMap (+ variants) instead
  • No CamlinternalFormat, CamlinternalLazy, CamlinternalMod, CamlinternalOO, ... those are internal and probably not useful for our JS users

For OCamlers who still need to use the OCaml related libraries, it's probably better to refer to the actual OCaml 4.06 docs instead. We care mostly about the JS target here, so we recommend our JS optimised modules (which are also partly adapted OCaml stdlib modules). It's most likely also easier to read for them since they are using OCaml syntax.

Following modules I am not sure, but for now it's not accepted:

  • Queue .. no idea on how useful this is for JS compilation and if it's optimized for JS usage
  • Bigarray, Int32 / Int64 .. not sure about those.. we should probably offer a Belt.BigInt at some point
  • Num ... not sure if this translates to JS
  • Syntaxerr... not sure if useful for JS context
  • Weak... not sure if it translates to JS
  • Printexn .. not sure about this one, probably not equivalent to Js.Exn
  • Arg ... not sure if useful for JS (we have better alternatives in the JS ecosystem)

Hope this makes sense.
Would be happy to review a PR adding Pervasives, or the Node module (located in the rescript compiler).

from rescript-lang.org.

yawaramin avatar yawaramin commented on July 4, 2024

Thank you for the explanations. AFAIK Num is dependent on C bindings so it wouldn't translate anyway (and anyway for big numbers Zarith is recommended and there is a bs-zarith port).

It would make sense to put the above explanations in a documentation page(s) in the API docs section, so that it was more discoverable.

from rescript-lang.org.

ryyppy avatar ryyppy commented on July 4, 2024

It would make sense to put the above explanations in a documentation page(s) in the API docs section, so that it was more discoverable.

Probably good to have on the API overview page, right when you enter the API docs for now?

from rescript-lang.org.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.