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!news3.google.com!news.glorb.com!news.tele.dk!not-for-mail Date: Thu, 06 Jan 2005 14:55:05 +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> <41dd2e65$0$214$edfadb0f@dread11.news.tele.dk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <41dd4339$0$162$edfadb0f@dread11.news.tele.dk> Organization: TDC Totalloesninger NNTP-Posting-Host: 80.166.145.174 X-Trace: 1105019705 dread11.news.tele.dk 162 80.166.145.174:19781 X-Complaints-To: abuse@post.tele.dk Xref: g2news1.google.com comp.lang.ada:7520 Date: 2005-01-06T14:55:05+01:00 List-Id: Jeff C wrote: > "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. > > It is given as a example so lets just say that i will be inspired by it, to write my own solution, witch will be quite defferent :-) Poul-Erik Andreasen