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,61a04179831c23ff,start X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!o61g2000hsh.googlegroups.com!not-for-mail From: =?iso-8859-2?q?Tomek_Wa=B3kuski?= Newsgroups: comp.lang.ada Subject: Learning Ada: Plugin Engine? Date: Sat, 04 Aug 2007 09:04:31 -0000 Organization: http://groups.google.com Message-ID: <1186218271.680792.93600@o61g2000hsh.googlegroups.com> NNTP-Posting-Host: 83.26.83.15 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" X-Trace: posting.google.com 1186218271 2431 127.0.0.1 (4 Aug 2007 09:04:31 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 4 Aug 2007 09:04:31 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.1.6) Gecko/20070801 Firefox/2.0.0.6,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: o61g2000hsh.googlegroups.com; posting-host=83.26.83.15; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Xref: g2news2.google.com comp.lang.ada:1362 Date: 2007-08-04T09:04:31+00:00 List-Id: Hi, it is my way to learn, better understand Ada. I have done some project in my class, but I want something "more practical". I thought about something like Eclipse plug-in system or (IMO) very elegant Mono.Addins in C#. Is Ada good choice? I don't really know how to solve "dynamic plugin loading" in Ada (not very strong background in Ada :/ ). Any suggestions would be really appreciated!