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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no 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!news3.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!xmission!news.utah.edu!newsfeed.cs.utexas.edu!geraldo.cc.utexas.edu!not-for-mail From: bdbryant@mail.utexas.edu (Bobby D. Bryant) Newsgroups: comp.lang.ada Subject: Re: Dynamic functions under Ada Date: Wed, 5 Jan 2005 19:27:26 +0000 (UTC) Organization: dis- Message-ID: References: <41dbf89b$0$182$edfadb0f@dread11.news.tele.dk> Reply-To: bdbryant@mail.utexas.edu NNTP-Posting-Host: dial-a-128-83-254-145.telesys.its.utexas.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: geraldo.cc.utexas.edu 1104953246 27776 128.83.254.145 (5 Jan 2005 19:27:26 GMT) X-Complaints-To: abuse@utexas.edu NNTP-Posting-Date: Wed, 5 Jan 2005 19:27:26 +0000 (UTC) X-Newsreader: knews 1.0b.1 Xref: g2news1.google.com comp.lang.ada:7485 Date: 2005-01-05T19:27:26+00:00 List-Id: 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. -- Bobby Bryant Austin, Texas