6 releases
Uses new Rust 2024
| 0.7.0 | Nov 5, 2025 |
|---|---|
| 0.7.0-rc2 | Oct 25, 2025 |
| 0.7.0-p2 | Oct 24, 2025 |
#444 in Debugging
755KB
19K
SLoC
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
Dependencies
~5–20MB
~284K SLoC