wqpl

Crates.iowqpl
lib.rswqpl
version0.7.0
created_at2025-10-24 14:23:18.141405+00
updated_at2025-11-05 16:47:41.261625+00
descriptionThe wq programming language
homepage
repositoryhttps://codeberg.org/wqpl/wq
max_upload_size
id1898482
size834,985
tttiw (tttiw)

documentation

README

wq (c)tttiw (l)MIT
https://codeberg.org/wqpl

wq               repl
wq -h            usage help
echo '!h'|wq     refcard
cargo install wqpl
# or, get a copy of source from https://codeberg.org/wqpl/wq, and
cargo run --release
fib:{(f_:{$[x=0;y;f_[x-1;z;y+z]]})[x;0;1]}
fib 90

{_:{$.[x=0;@r(0;1)];(a;b):_ floor[x/2];c:a*(2*b-a);d:a^2+b^2;$[x%2=0;(c;d);(d;c+d)]};_[x]0}9999
bugs/questions/suggestions -> https://codeberg.org/wqpl/wq/issues
Commit count: 0

cargo fmt