stck 4.1.0

An embeddable interpreted language written fully in rust
Documentation
1
2
3
4
5
6
{
  pkgs ? import <nixpkgs> { },
}:
pkgs.mkShellNoCC {
  nativeBuildInputs = with pkgs.buildPackages; [ cargo ];
}