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,53a571639ed0bc5a X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!feeder3.cambrium.nl!feeder6.cambrium.nl!feed.tweaknews.nl!feeder.news-service.com!feeder.news-service.com!newsfeed1.uni2.dk!news.get2net.dk.POSTED!53ab2750!not-for-mail From: Poul-Erik Andreasen User-Agent: Icedove 1.5.0.9 (X11/20061220) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Dynamic functions References: <46bb3919$0$19890$edfadb0f@dread11.news.tele.dk> <1186678300.913.2.camel@kartoffel> In-Reply-To: <1186678300.913.2.camel@kartoffel> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <6WIui.41$1y.27@news.get2net.dk> Date: Thu, 09 Aug 2007 20:20:49 +0200 NNTP-Posting-Host: 213.237.11.74 X-Complaints-To: abuse-dk@tele2.com X-Trace: news.get2net.dk 1186683650 213.237.11.74 (Thu, 09 Aug 2007 20:20:50 CEST) NNTP-Posting-Date: Thu, 09 Aug 2007 20:20:50 CEST Organization: Tele2 Internet Kunde Xref: g2news2.google.com comp.lang.ada:1383 Date: 2007-08-09T20:20:49+02:00 List-Id: Georg Bauhaus wrote: > On Thu, 2007-08-09 at 18:06 +0200, Poul-Erik Andreasen wrote: >> How is the best way to make a representation of a >> function/algorithm wich can bee setup at runtime in Ada. > > Maybe not the best, but perhaps the easiest way is to embed > one of the available interpreters or compilers for run-time > evaluated source code. > > I have been considering Lua, but i am afraid that i sometime in the future will regret it due to performance, then i will stand with a lot of waisted work. Poul-Erik