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,FREEMAIL_FROM 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!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local1.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Thu, 06 Jan 2005 06:32:04 -0600 From: "Jeff C" Newsgroups: comp.lang.ada References: <41dbf89b$0$182$edfadb0f@dread11.news.tele.dk> <41dd2e65$0$214$edfadb0f@dread11.news.tele.dk> Subject: Re: Dynamic functions under Ada Date: Thu, 6 Jan 2005 07:32:24 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Response Message-ID: NNTP-Posting-Host: 24.147.74.171 X-Trace: sv3-e6Pxzcye2SxoA8heCv+B8mSLHwRI7R+jaYl5j1Z+dwBR0OSIPd7i9im3UUb9gQ38oOmLaDVPrdyXRa9!UN8+KxsFTJAc8Zq+1mSMa0QDrKNhuUSlT/YWdwZA/XY4/UMEZ/FwX4MN6Z2Y/Q== X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.22 Xref: g2news1.google.com comp.lang.ada:7519 Date: 2005-01-06T07:32:24-05:00 List-Id: "Poul-Erik Andreasen" wrote in message news:41dd2e65$0$214$edfadb0f@dread11.news.tele.dk... > 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 Of course the only problem with that calculator example is that you can not legally do anything with it. It is marked with Copyright (C) 1999 by Eugene Nonko, cm@liceum.secna.ru (and of course at least in the US even if it were not marked it would be covered). Since there is no specific license grant it is not clear that we should even read it without our eyes burning out.