| Crates.io | wqpl |
| lib.rs | wqpl |
| version | 0.7.0 |
| created_at | 2025-10-24 14:23:18.141405+00 |
| updated_at | 2025-11-05 16:47:41.261625+00 |
| description | The wq programming language |
| homepage | |
| repository | https://codeberg.org/wqpl/wq |
| max_upload_size | |
| id | 1898482 |
| size | 834,985 |
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