On Fri, Feb 15, 2008 at 10:13 AM, Pavel <[EMAIL PROTECTED]> wrote: > On Fri, 15 Feb 2008, Gustavo Gutierrez wrote: > > As far as i know, it isn't. Contributions are welcome in this topic. > > Just some reflection: How interpreted programming languages provide > > such functionality?, i know that both tcl and python have this and we > > can mimic the same approach. > > The python solution is to package the interpreter and required libraries > together with the program. That should be fairly easy to do for Oz for > *nixes. Don't know how painfull that would be under that other OS. >
That sounds a very good way to go since it won't interfere with source code management. Maybe an start point will be to add some flag to ozc in order to package the emulator and all the stuff needed in the . After having this we can start to think how to follow the same approach for windows. Just an idea, is there some multi platform virtual file system that can be stored in a single file? that would be very helpful for this goal. Cheers, Gustavo. /pavel > > > _________________________________________________________________________________ > mozart-users mailing list > [email protected] > http://www.mozart-oz.org/mailman/listinfo/mozart-users > -- Gustavo Gutierrez _________________________________________________________________________________ mozart-users mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-users
