bs-mocha
genType
Our great sponsors
bs-mocha | genType | |
---|---|---|
0 | 5 | |
8 | 756 | |
- | 0.0% | |
0.0 | 6.5 | |
about 2 years ago | 2 months ago | |
OCaml | OCaml | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
bs-mocha
We haven't tracked posts mentioning bs-mocha yet.
Tracking mentions began in Dec 2020.
genType
-
ts-belt - Fast, modern, and practical utility library for FP in TypeScript / Flow / JavaScript. (Faster than ramda, rambda, remeda and lodash/fp.)
I don't really use ts-belt to be certain, but by looking at the source, it seems that it's using genType, which can generate TS types from ReScript values, and that makes interop work really well.
-
ReScript 10.0
They discuss this in their docs.
https://rescript-lang.org/docs/manual/latest/introduction#di...
Seems like a type system for Javascript, built with a differing set of opinions than Typescript.
Looks like they also offer some form of TS interop:
- From TypeScript to ReScript
-
TS Belt - fast, modern, and practical utility library for FP in TypeScript
TS Belt has been built with ReScript (and its Belt stdlib). ReScript generates highly performant JavaScript code, and with genType it also automatically generates TypeScript types. Moreover, I've added a few codemods to the building process to provide even more code optimizations and cleaner TypeScript signatures.
-
How I Switched from TypeScript to ReScript
To interoperate with TypeScript with proper type information you’ll use third-party genType. Add it as a devDependency and annotate the module export you want to generate with @genType (in previous versions you’d surround annotations with square brackets).
What are some alternatives?
zod - TypeScript-first schema validation with static type inference
melange - A mixture of tooling combined to produce JavaScript from OCaml & Reason
Idris2 - A purely functional programming language with first class types
reason - Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems
lwt - OCaml promises and concurrent I/O
from-typescript-to-rescript - Frontend of https://Inhyped.com written in TypeScript and rewritten in ReScript
bs-json - Compositional JSON encode/decode library for BuckleScript
rescript-sublime - Official Sublime Text plugin for ReScript.
styled-ppx - Type-safe styled components for ReScript with type-safe CSS
bolt - Bolt is a language with in-built data-race freedom!
rescript-compiler - The compiler for ReScript.