Thanks, it seems to work now. I also had to switch to newly created "bloc"
space. Why is that required? Why it wouldn't work also from "regular" Pharo
space?

>> FILOStack

> Just wondering, isn't this a contradiction in terms ?
> A stack is by definition LIFO, a FILO structure is normally called a
queue, no ?

queue is FIFO (first in, first out)
FILO technically should be the same as LIFO, only I have never heard
someone say it in that order (since the top of the stack is the important
bit, not the bottom).

Peter

On Mon, Jun 1, 2015 at 7:58 AM, Aliaksei Syrel <alex.sy...@gmail.com> wrote:

> Should work now, just update using Doru's script :)
>
> Cheers,
> Alex
>
> On Mon, Jun 1, 2015 at 7:49 AM, Aliaksei Syrel <alex.sy...@gmail.com>
> wrote:
>
>> Hi,
>>
>> Oops, this kind of stack is from moose and not in pharo :)
>>
>> Yes, better to use a queue - thanks!
>>
>> Cheers,
>> Alex
>> On Jun 1, 2015 7:32 AM, "Sven Van Caekenberghe" <s...@stfx.eu> wrote:
>>
>>>
>>> > On 31 May 2015, at 23:15, Peter Uhnák <i.uh...@gmail.com> wrote:
>>> >
>>> > FILOStack
>>>
>>> Just wondering, isn't this a contradiction in terms ?
>>> A stack is by definition LIFO, a FILO structure is normally called a
>>> queue, no ?
>>>
>>
>

Reply via email to