|
|
|
|
|
by bsansouci
3058 days ago
|
|
One thing I’ll add on top of the other comments is that the Reason community has been trying hard to build tools and libraries for people who are building products. Doing that for two reasons:
1) Most of Reason contributors are actually working on a product, and contribute to Reason on the side (20% or personal time kinda thing)
2) Product driven dev allows us to build simpler things that solve real problems that people have :)
This means that the Reason tools are less powerful but also simpler. In particular I’m thinking of bsb (https://bucklescript.github.io/docs/en/build-overview.html#d...) and bsb-native (https://github.com/bsansouci/bsb-native), the latter’s a simple fork of the former that adds support for building to native. Bsb is simple and thanks to that very fast and easy to setup. |
|