bs-mocha
reason
Our great sponsors
bs-mocha | reason | |
---|---|---|
0 | 20 | |
7 | 9,652 | |
- | 0.4% | |
0.0 | 4.9 | |
about 1 year ago | about 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.
reason
- Real World OCaml – Functional programming for the masses
-
Is OCaml the "Go" of Functional Programming Languages?
Just one tip: if you have any trouble with ocaml , the language has an alternative syntax made by Facebook called ReasonML that aims to make the language easier for people coming from other languages. This helped me a lot when I was learning ocaml.
-
Standard ML Family
ReasonML isn't listed as well [0], but I see that it was last updated on Mon Sep 7 17:22:16 PDT 2015
-
A Proposal for Type Syntax in JavaScript
If you want types, use [Reason](https://reasonml.github.io/).
-
Differences between TypeScript and Elm
Alternative to Elm can be PureScript, ClojureScript, ReasonML, ReScript, and other languages that compile to JavaScript. There are also newer and interesting languages that are still in an explorative state like Ren or Derw.
-
Failing to Learn Zig via Advent of Code
OCaml is pretty close already to what you're describing. The OCaml ecosystem fully embraces imperative programming. And if the syntax of OCaml is problematic, then perhaps ReasonML (https://reasonml.github.io/) is what you're looking for: a curly-braces syntax for OCaml.
-
Bleeter - UI for GTA V's microblogging site built using React and F#
I've not looked at it much myself beyond listening to a talk but if you're interested in Functional+React you may want to look at ReasonML, which is a variant of OCaml. It's written by Jordan Walke, who wrote the first version of React, and has strong React support.
-
Trying Out Generics in Go
I found this closed-mindedness hard to understand -- I don't spend very much conscious thought on the syntax when programming at all -- but for people like you facebook made Reason ML https://reasonml.github.io/
Someone should port OCaml to the Go runtime with a good high-level FFI. It could really give the community a boost.
-
Why You Should Learn Functional Programming
These new tools and perspectives empower you to write better programs even when you write in traditional languages. In fact, many modern extensions/frameworks have functional flavours added. See for example ReasonML and typescript. Learning functional programming will give you the necessary building blocks to pick up these frameworks quickly and correctly.
-
It takes a PhD to develop that
You may find Elm, PureScript, or Reason to be of interest.
What are some alternatives?
purescript - A strongly-typed language that compiles to JavaScript
rescript-compiler - The compiler for ReScript.
js_of_ocaml - Compiler from OCaml to Javascript.
ocamlformat - Auto-formatter for OCaml code
melange - A mixture of tooling combined to produce JavaScript from OCaml & Reason
pydantic - Data parsing and validation using Python type hints
Elm - Compiler for Elm, a functional language for reliable webapps.
ts-auto-guard - Generate type guard functions from TypeScript interfaces
refterm - Reference monospace terminal renderer
parallel-programming-in-multicore-ocaml - Tutorial on Multicore OCaml parallel programming with domainslib
sqlite3-ocaml - OCaml bindings to the SQLite3 database
dune - A composable build system for OCaml.