Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!bloom-beacon!gatech!rutgers!aramis.rutgers.edu!paul.rutgers.edu!byerly From: byerly@paul.rutgers.edu (Boyce Byerly ) Newsgroups: comp.lang.c++ Subject: Is Runtime Creation of Methods/Functions Possible? Keywords: like eval in LISP, perform in Smalltalk Message-ID: Date: 21 Mar 89 03:16:37 GMT Organization: Rutgers Univ., New Brunswick, N.J. Lines: 11 I need to know whether C++ has a construct analogous to "eval" in LISP, or "Perform" in Smalltalk. In other words, is there a way to create a message representing a function invocation on the fly, perhaps by putting the strings together and then treating it as a piece of code? Would it be possible to send text representing code to a file, compile that file, and later link to it? Thanks for any help, Boyce