Name: Anonymous 2018-03-02 17:21
I'd like to anally deform brains of web developers with a new concatenative server-side framework. it will be called Backend Forth
/f def /list def &list head null not list head f apply list head if list tail /list def while & apply /myfilter defun
1 2 3 4 5 6 2 mod 0 eq myfilter prettyprint
/f def /acc def /list def
acc
list head null not list head f apply list tail /list def while /myreduce defun
1 2 3 4 5 6 0 &add myreduce