wqide

Basic Tutorials

~ Fundamentals of wq ~

echo "you ok?" Open

Advanced Tutorials

~ Quirks of wq ~

f:{(f_:{$[x=0;y;f_[x-1;z;y+z]]})[x;0;1]} Open

Evermore

~ Even more wq ~

iota 10|filter{x%2=0}|map{x*x}|sum Open