From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,4c17e6ae73bd8c51 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!m17g2000prl.googlegroups.com!not-for-mail From: Matteo Bordin Newsgroups: comp.lang.ada Subject: Re: Ada and UML Date: Fri, 3 Sep 2010 09:16:01 -0700 (PDT) Organization: http://groups.google.com Message-ID: <2b5347b3-219b-4049-a1e5-bc5f5937c4cc@m17g2000prl.googlegroups.com> References: <4c7f5735$0$6766$9b4e6d93@newsspool3.arcor-online.net> <156c1bf7-8744-43a0-b620-017244d4763d@k17g2000prf.googlegroups.com> NNTP-Posting-Host: 212.99.106.125 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1283530561 6317 127.0.0.1 (3 Sep 2010 16:16:01 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 3 Sep 2010 16:16:01 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m17g2000prl.googlegroups.com; posting-host=212.99.106.125; posting-account=0fK-ZgoAAACswzEJSZ3LA9AZ4FnRU7mX User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 (.NET CLR 3.5.30729),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:13934 Date: 2010-09-03T09:16:01-07:00 List-Id: > On 3 sep, 06:19, Yannick Duch=EAne (Hibou57) > wrote: > > > No, that is solved. You can do Ada with it > > Here is a tiny example, just to show to people with curiosity. This > lack many and many things, this is just to show. You should use Acceleo 3, which complies with the OMG model-to-text spec. I personally think that scripting languages such as Acceleo (or xPand or similar) are ok just for very simple code generators because they cannot easily handle persistent datastructures. I cannot imagine writing a code generator for xUML or for synchronous languages in Acceleo... > How does it work with HOOD ? Does it work the same way ? Supposing you have an Ecore implementation of HOOD, yes, it would work the same way. May I ask you why you are interested in HOOD? My first project at university was an HRT-HOOD to Ada Ravenscar code generator ;-) (http://ieeexplore.ieee.org/xpl/freeabs_all.jsp? arnumber=3D1508447).