frero 55b61d674f
Check / check (pull_request) Successful in 51s
Check / check (push) Successful in 47s
add gplv3 license
2026-05-12 11:16:37 +02:00
2026-05-06 02:31:03 +09:00
2026-05-06 02:31:03 +09:00
2026-04-19 08:22:05 +02:00
2026-05-06 02:33:29 +09:00
2026-05-12 11:16:37 +02:00
2026-04-19 08:30:42 +02:00
2026-04-19 11:07:59 +02:00

uiua shell

uiua is a fun language, this is an attempt at living and breathing uiua by implementing a terminal shell in uiua.

~/uash λ ls
flake.lock  flake.nix  README.md  uash.ua
~/uash λ echo hello world
hello world
~/uash λ exit

roadmap

  • colorterm ps1 support
  • cd
  • exit
  • uiua code
  • control signals
  • pipes
S
Description
uiua shell implementation
Readme GPL-3.0 67 KiB
Languages
Nix 100%