Hacker News new | ask | show | jobs
by jordwalke 3369 days ago
Just so we don't miss the opportunity to learn - would you mind stating what you would find valuable in a toolchain for building a server side native system? What kind of things about project management/install appeal to you?
2 comments

The most important part of language tooling for me is reproducability. I should be able to do the following to any project:

    git clone <project name> && cd <project name>
    <build tool> build
And have it fetch all of that projects dependencies, and then build the entire system.

Anything that requires machine-wide package installation is immediately disqualified (user-wide package installation is almost as bad).

When will ReasonML use the latest OCaml? Maybe it doesn't matter much, but it's still quite an old version.
We are compatible with 4.03 and 4.04 via opam!
That's great to hear. It's often a bad sign when base-something can't be upgraded and lags for years.

I think you need to update this page since it mentions 4.02.3 still. https://github.com/facebook/reason/blob/master/README.md#ins...

Thanks for the reminder.