_4th

4th 3.64.2

Portable Forth compiler

https://thebeez.home.xs4all.nl/4tH/index.html
GNU Lesser General Public License v3.0 or later
main program: 4thprograms: 4th, 4tsh, pp4th
Platforms (46)
i686-cygwinarmv6l-linuxmips64-linuxmipsel-linuxriscv32-netbsdaarch64-linuxaarch64-darwinsh4-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  _4th
];
Ad-hoc shell
nix-shell -p _4th
Flake (nix run)
nix run nixpkgs#_4th