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!news2.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx01.iad01.newshosting.com!newshosting.com!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Dynamic functions From: Georg Bauhaus In-Reply-To: <46bb3919$0$19890$edfadb0f@dread11.news.tele.dk> References: <46bb3919$0$19890$edfadb0f@dread11.news.tele.dk> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1186678300.913.2.camel@kartoffel> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Date: Thu, 09 Aug 2007 18:51:40 +0200 Organization: Arcor NNTP-Posting-Date: 09 Aug 2007 18:51:40 CEST NNTP-Posting-Host: cb34af64.newsspool4.arcor-online.net X-Trace: DXC=c>gBFP_7CT7d8Nb@@ZG@b=4IUK@d]RKf^8 X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:1380 Date: 2007-08-09T18:51:40+02:00 List-Id: 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.