Bloc is a ***real*** Morph new kernel. Now we are lucky because it is powerful enough so that we can render morphic morph inside itself. But Bloc has a new architecture rendering, event loop, and many more. Stef Le 1/6/15 08:09, Peter Uhnák a écrit :
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.syrel@gmail.com <mailto:alex.syrel@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.syrel@gmail.com <mailto:alex.syrel@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" <sven@stfx.eu <mailto:sven@stfx.eu>> wrote:
> On 31 May 2015, at 23:15, Peter Uhnák <i.uhnak@gmail.com <mailto:i.uhnak@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 ?