sml-buildscripts VS pkg

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

sml-buildscripts

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

pkg

Package your Node.js project into an executable (by vercel)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
sml-buildscripts pkg
1 91
14 24,099
- -
0.0 6.3
5 months ago 4 months ago
Shell JavaScript
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.

pkg

Posts with mentions or reviews of pkg. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-30.

What are some alternatives?

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

hatsugen - A small programming language formally defined with a series of blog posts and Lean code.

nexe - πŸŽ‰ create a single executable out of your node.js apps

ncc - Compile a Node.js project into a single file. Supports TypeScript, binary addons, dynamic requires.

reverse-engineering - List of awesome reverse engineering resources

webpack - A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

bytenode - A minimalist bytecode compiler for Node.js

oclif - CLI for generating, building, and releasing oclif CLIs. Built by Salesforce.

parcel - The zero configuration build tool for the web. πŸ“¦πŸš€

gulp - A toolkit to automate & enhance your workflow

Next.js - The React Framework

deno - A modern runtime for JavaScript and TypeScript.

Rollup - Next-generation ES module bundler