[Pharo-project] FAME: support for multiple inheritance?
Hello list: Does FAME supports mutltiple inheritance? I guess the answer is NO, but I thought I would ask to be sure. The scenario is a description language that today is implemented as 4 UML profiles, on top of each other. This profiles are then realized with Eclipse EMF (ecore), and Java. Quite a heavy framework for prototyping, =) I'm evaluating the possibility of replacing this stack with FAME. Thanks in advance! -- View this message in context: http://n2.nabble.com/FAME-support-for-multiple-inheritance-tp4161084p4161084... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Hello list:
Does FAME supports mutltiple inheritance? I guess the answer is NO, but I thought I would ask to be sure.
You mean for describing or for generating code? FAME is really simple so may be this is still worth to extend it :)
The scenario is a description language that today is implemented as 4 UML profiles, on top of each other. This profiles are then realized with Eclipse EMF (ecore), and Java. Quite a heavy framework for prototyping, =)
Oh yes.
I'm evaluating the possibility of replacing this stack with FAME.
May be you could extend FAME and see if you cannot generate traits.
Thanks in advance!
-- View this message in context: http://n2.nabble.com/FAME-support-for-multiple-inheritance-tp4161084p4161084... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Is there any documentation on how to use traits?
Hello list:
Does FAME supports mutltiple inheritance? I guess the answer is NO, but I thought I would ask to be sure.
You mean for describing or for generating code? Describing. FAME is really simple so may be this is still worth to extend it :)
The scenario is a description language that today is implemented as 4 UML profiles, on top of each other. This profiles are then realized with Eclipse EMF (ecore), and Java. Quite a heavy framework for prototyping, =)
Oh yes.
I'm evaluating the possibility of replacing this stack with FAME.
May be you could extend FAME and see if you cannot generate traits. -- View this message in context: http://n2.nabble.com/FAME-support-for-multiple-inheritance-tp4161084p4162684... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
On Mon, Dec 14, 2009 at 7:46 AM, alesch <alex@schenkman.info> wrote:
Is there any documentation on how to use traits?
I know this link: http://scg.unibe.ch/research/traits
Hello list:
Does FAME supports mutltiple inheritance? I guess the answer is NO, but I thought I would ask to be sure.
You mean for describing or for generating code? Describing.
FAME is really simple so may be this is still worth to extend it :)
The scenario is a description language that today is implemented as 4 UML profiles, on top of each other. This profiles are then realized with Eclipse EMF (ecore), and Java. Quite a heavy framework for prototyping, =)
Oh yes.
I'm evaluating the possibility of replacing this stack with FAME.
May be you could extend FAME and see if you cannot generate traits.
-- View this message in context: http://n2.nabble.com/FAME-support-for-multiple-inheritance-tp4161084p4162684... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (3)
-
alesch -
Mariano Martinez Peck -
Stéphane Ducasse