[Factor-talk] Quotation stack effect

2012-12-26 Thread Samuel Proulx
Hi, I just have a quick question. Is it possible to make an each quotation have a stack effect such as ( x -- x ) or do we have to stick with the standard ( x -- ) ? Thanks in advance, Samuel -- Master Java SE, Java EE,

Re: [Factor-talk] Quotation stack effect

2012-12-26 Thread P.
Hi Samuel, Use \ map ( http://docs.factorcode.org/content/word-map,sequences.html ) instead of \ each . Peter On Wed, Dec 26, 2012 at 1:47 PM, Samuel Proulx proulxsam...@gmail.comwrote: Hi, I just have a quick question. Is it possible to make an each quotation have a stack effect such as (

Re: [Factor-talk] Quotation stack effect

2012-12-26 Thread Doug Coleman
How about 'map'? On Dec 26, 2012 10:48 AM, Samuel Proulx proulxsam...@gmail.com wrote: Hi, I just have a quick question. Is it possible to make an each quotation have a stack effect such as ( x -- x ) or do we have to stick with the standard ( x -- ) ? Thanks in advance, Samuel

Re: [Factor-talk] Quotation stack effect

2012-12-26 Thread Samuel Proulx
Thank you for your answers. That's what I was looking for. 2012/12/26 Doug Coleman doug.cole...@gmail.com How about 'map'? On Dec 26, 2012 10:48 AM, Samuel Proulx proulxsam...@gmail.com wrote: Hi, I just have a quick question. Is it possible to make an each quotation have a stack