1. )SAVE (as always) is perfect
2. )DUMP adds the word "DUMPED". For example, the following is produced:
)WSID ws
WAS CLEAR WS
)SAVE
2015-09-12 09:19:47 (GMT-5) ws
)DUMP
DUMPED 2015-09-12 09:19:51 (GMT-5)
I would prefer to see the word "DUMPED" removed for three reasons.
a. )SAVE doesn't say "SAVED" so it is inconsistent
b. Just like I know I typed ")SAVE", I also know I typed ")DUMP". I don't need it echoed.
c. It is cleaner
3. Make loading of a dump file the same as loading a ws. For example:
)LOAD ws
SAVED 2015-09-12 09:14:49 (GMT-5)
)LOAD dump
loading )DUMP file /home/blake/workspaces/dump.apl...
WAS CLEAR WS
I would strongly prefer )LOAD'ing of a dumped file to provide the same message as loading of a ws except perhaps that the word "SAVED" is replaced with "DUMPED". All this is just cleaner and more APL-like.
4. )QLOAD of ws and dump work perfectly.
Thanks!
Blake