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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,25b76b67c2fe61c7 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!newsfeed2.dallas1.level3.net!news.level3.com!newsfeed-00.mathworks.com!news.tele.dk!not-for-mail Date: Thu, 06 Jan 2005 13:26:12 +0100 From: Poul-Erik Andreasen User-Agent: Mozilla Thunderbird 0.8 (X11/20040926) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Dynamic functions under Ada References: <41dbf89b$0$182$edfadb0f@dread11.news.tele.dk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <41dd2e65$0$214$edfadb0f@dread11.news.tele.dk> Organization: TDC Totalloesninger NNTP-Posting-Host: 80.166.145.174 X-Trace: 1105014373 dread11.news.tele.dk 214 80.166.145.174:17516 X-Complaints-To: abuse@post.tele.dk Xref: g2news1.google.com comp.lang.ada:7518 Date: 2005-01-06T13:26:12+01:00 List-Id: Bobby D. Bryant wrote: > On Wed, 05 Jan 2005, Poul-Erik Andreasen wrote: > > >>I am in need for som simple dynamic functions, therefore i am in need >>for a Ada interface to the simplest possible scripting machine or maybe >>just at math evalution-system. I would like to know if anyone have a >>good idea. It is of some importense that the system is fast. > > > I have Ada bindings for GUILE (a Scheme interpreter) at > http://www.cs.utexas.edu/users/bdbryant/guile-for-ada/index.html > > The bindings are somewhat old, so if you try it and get linkage > problems with your version of GUILE, drop me a line and I'll send you > a "works for me" update that isn't quite ready for release. > Iin the meantime i have found this calculator at http://www.adapower.com/index.php?Command=Class&ClassID=Applications&CID=258 With a litle rewriting it fine for my needs Thanks anyway. Poul-Erik Andreasen