Re: [F-Script-talk] How does one create persistent classes in F-script
Brought to you by:
pmougin
From: Andrew W. <wei...@wi...> - 2007-11-13 00:53:15
|
Joseph, FSClass does not support saving/restoring; because it has to interact with the Objective-C runtime, it creates data structures that would not survive the serialization process. Now that you suggest it, I may investigate this functionality for a future release. If you use the fscript Unix interface (available at http://pages.cs.wisc.edu/~weinrich) , you can put classes you create into a separate file, which can be loaded with the command "sys import:'MyClass'." Andrew Weinrich wei...@wi... http://www.cs.wisc.edu/~weinrich On Nov 12, 2007, at 11:39 AM, Joseph Mann wrote: > Yes, I am just learning about F-script. > > I am slightly familiar with FClass but when I try to save a class > (say 'A') created with FClass and > then reload it I get the nil object. > > > thanks for any help, > Joseph Mann > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > F-Script-talk mailing list > F-S...@li... > https://lists.sourceforge.net/lists/listinfo/f-script-talk |