Hi there,

I sometimes use factor as a shell replacement, and many times I define
helper functions directly in the listener. Sometimes I would find it
helpful to be able to "dump" the definitions into a file, eg. as a backup
in case something crashes or just to bootstrap a regular vocabulary with
those words as code grows...

Is there a standard / recommended way to do this? I guess I could use
something like:

"dump.factor" utf8 [ "scratchpad" words   [ see ] each  ] with-file-writer

... but before getting into it i'd like to know if it´s already there...

Thanks!

Joan.
------------------------------------------------------------------------------
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to