Re: [Pharo-project] Pharo and the rest of the ecosystem
On May 1, 2012, at 8:44 AM, H. Hirzel wrote:
Athens is an SVG canvas using Morphic, right?
No, Athens is a new Canvas. Vector graphics. Morphic is another layer. (Morphic *uses* a Canvas, and of course you can just have a canvas in a morphic window for drawing). https://vimeo.com/40653315
Where is the code?
http://www.squeaksource.com/Athens.html
- Ghost
What is Ghost?
A proxy implementation. Where you can proxy even strange objects (classes, methods...) yet it does not require a VM change. http://hal.inria.fr/index.php?halsid=kgvbe2lj6clils0070slhn2t62&view_this_do...
- Ring
What is Ring?
Ring is a meta model for smalltalk code that is used already in 1.4 http://hal.inria.fr/index.php?halsid=kgvbe2lj6clils0070slhn2t62&view_this_do... Marcus -- Marcus Denker -- http://marcusdenker.de
On May 1, 2012, at 9:03 AM, Marcus Denker wrote:
What is Ghost?
A proxy implementation. Where you can proxy even strange objects (classes, methods...) yet it does not require a VM change.
http://hal.inria.fr/index.php?halsid=kgvbe2lj6clils0070slhn2t62&view_this_do...
the real link is: http://hal.inria.fr/inria-00614720
What is Ring?
Ring is a meta model for smalltalk code that is used already in 1.4
http://hal.inria.fr/index.php?halsid=kgvbe2lj6clils0070slhn2t62&view_this_do...
http://hal.inria.fr/inria-00629677 -- Marcus Denker -- http://marcusdenker.de
On 5/1/12, Marcus Denker <marcus.denker@inria.fr> wrote:
On May 1, 2012, at 8:44 AM, H. Hirzel wrote:
Athens is an SVG canvas using Morphic, right?
No, Athens is a new Canvas. Vector graphics. Morphic is another layer. (Morphic *uses* a Canvas, and of course you can just have a canvas in a morphic window for drawing).
Where is the code?
Thank you Marcus, Where can I read more besides this http://code.google.com/p/pharo/wiki/Athens --Hannes
- Ghost
What is Ghost?
A proxy implementation. Where you can proxy even strange objects (classes, methods...) yet it does not require a VM change.
http://hal.inria.fr/index.php?halsid=kgvbe2lj6clils0070slhn2t62&view_this_do...
- Ring
What is Ring?
Ring is a meta model for smalltalk code that is used already in 1.4
http://hal.inria.fr/index.php?halsid=kgvbe2lj6clils0070slhn2t62&view_this_do...
Marcus
-- Marcus Denker -- http://marcusdenker.de
participants (2)
-
H. Hirzel -
Marcus Denker