[Jprogramming] Gerund composed application

2017-09-24 Thread Rob Moore
Hi guys, I am wondering if there already exists a way of doing something that I want, which is an elementary enough operation that I was quite surprised to not have found it in jvoc/evoke gerund. If I have some gerund say *:`+: I am looking for some function which will apply the gerund's constit

Re: [Jprogramming] Gerund composed application

2017-09-24 Thread Rob Moore
Hi, sorry let me try to clarify and give my own use case. I'm looking for a function which takes a gerund on the left and applies the gerund's verbs one by one monadically from right to left to the right argument, (with no rank modifications to the verbs). My use case is that I'm implementing red

Re: [Jprogramming] Gerund composed application

2017-09-24 Thread Rob Moore
Thanks for replying Raul, your solutions weren't what I was looking for, but I understand the confusion from my first explanation. Jose your first solution worked perfectly, thanks very much! The other two solutions you gave caused syntax errors for me, must be different versions, I'm on 604. Wha