jkenda / aback

A stack-oriented language that uses Polish notation which can be reversed using the ; operator (previously |>)
0 stars 0 forks source link

publish on homebrew #10

Open jkenda opened 2 months ago

jkenda commented 2 months ago

When the language (and dependencies) are mature enough, publish it as a package on homebrew.

Publish JS executable on NPM for Windows users and the ones who don't want to install Homebrew or build from source.

Eventually publish DEB, RPM and Flatpak packages

jkenda commented 2 months ago

Create static library: https://ocamlpro.com/fr/blog/2021_09_02_generating_static_and_portable_executables_with_ocaml/