importing and compiling squeak code

Hart's Antler bhartsho at yahoo.com
Mon Feb 7 06:08:42 UTC 2005


Hi, i am new to Squeak and smalltalk, i'm hoping somebody can help me get started on this problem.
 I want to store some squeak code in a file and execute the code after the program is running,
binding all of the methods found in that file to a new object.  I am starting with something like
below:

bindMethods bindToObject compile: text
    ...something here to compile the text and return the methods?
    ...something here to bind those methods to bindToObject?


Thanks,
-brett


		
__________________________________ 
Do you Yahoo!? 
Meet the all-new My Yahoo! - Try it today! 
http://my.yahoo.com 
 




More information about the Squeak-dev mailing list