From: Eric B. <er...@go...> - 2009-11-20 09:04:20
|
Hi Lothar, > okay i've been away from anything then my own SmallEiffel variant. Note that people in the Eiffel community would be more interested in being able to have a look at your SmallEiffel variant and give it a try, rather than having to hear your whines about Eiffel. > Now i wanted to try gec and see it is really a gem for newbies. > > You can't even run a fucking hello world cause there is not a simple > description who to write an ACE file. The general structure of Ace files is described in ETL2. An Ace file for hello_world would look like that: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ system hello_world root HELLO_WORLD: make cluster root_cluster: "." all kernel: "$GOBO/library/free_elks" end ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The keyword "all" is probably not explained in ETL2. It means that the cluster is traversed recursively down to its subdirectories. -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |