som 0.44.0

The 'som' programming language
1
2
{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell { nativeBuildInputs = with pkgs; [ cargo rustc ]; }