[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Import script



Lawrence A. Rowe wrote:
> I created a import script that permits executing current 
> mash otcl scripts without having to expand them previously. 
> I found pretty annoying the need to "compile" my scripts 
> everytime I modified them. The new script does the expansion 
> process during run-time: instead of expanding every "import" 
> command, now there is an actual import command that worries 
> about everything. You can also execute "import" commands 
> interactively. 
> [...]

how is this different from the built in code in
mash-code/tclcl/tcl-import.tcl ??

-Andrew