sml-buildscripts VS hatsugen

Compare sml-buildscripts vs hatsugen and see what are their differences.

sml-buildscripts

Scripts to compile and run Standard ML programs defined in .mlb files. (by cannam)

hatsugen

A small programming language formally defined with a series of blog posts and Lean code. (by azdavis)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
sml-buildscripts hatsugen
1 3
14 5
- -
0.0 2.1
5 months ago 11 months ago
Shell Lean
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

sml-buildscripts

Posts with mentions or reviews of sml-buildscripts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-05.
  • Memories: Edinburgh ML to Standard ML
    3 projects | news.ycombinator.com | 5 Oct 2022
    I also use .mlb files exclusively and agree with your general point - but I do make use of Poly/ML and occasionally SML/NJ against the same sources, using scripts to drive them from .mlb files: https://github.com/cannam/sml-buildscripts

    These scripts are really limited. They only support the simplest .mlb files that are really just lists of other files, and the semantics are technically incorrect because they have no way to reset the environment when beginning each new .mlb file in, as the spec says they should. I use them scrappily during development and then generally use MLton for production builds. But you can get quite a lot done within those limitations, and it's very nice to have the faster compilation of Poly/ML, as well as the option of seeing error messages from more than one compiler.

hatsugen

Posts with mentions or reviews of hatsugen. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-14.

What are some alternatives?

When comparing sml-buildscripts and hatsugen you can also consider the following projects:

pkg - Package your Node.js project into an executable

rust - Empowering everyone to build reliable and efficient software.

hm - a simple Hindley-Milner type system in Go