Skip to content

Instantly share code, notes, and snippets.

@jboynyc
Created March 24, 2025 11:16
Show Gist options
  • Save jboynyc/d710c6f486d7f271ec086d50fef11b3f to your computer and use it in GitHub Desktop.
Save jboynyc/d710c6f486d7f271ec086d50fef11b3f to your computer and use it in GitHub Desktop.
run a Lil script using a nix-shell shebang
#!/usr/bin/env nix-shell
#! nix-shell -p decker
#! nix-shell -i lilt
sys.seed:sys.ms
on greet do
greetings: insert exclamation object with
"Ciao" "bella"
"Hello" "world"
"Moin" "Leude"
end
"%[exclamation]s %[object]s!" format random[greetings]
end
print[greet[]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment