If ACTION! Combinators Don't Impress, What Will?

I've updated the post for the new (work in progress...coming soon) syntax. And it sure does look better with the slash in front than the slash at the tail!

>> parse [1 2 3] [collect some [
       keep negate/ integer!  ; great feature, but terminal slash is yuk!
   ]]
== [-1 -2 -3]