Open
Description
If I wanted to install pForth in /usr/local/bin, where is pForth going to find the dictionary file? Where is it going to write it? Perhaps env variables?
I think it might be useful to be able to run a turnkey forth application from any directory…. Like we have save-Forth built in, maybe some kind of installer word built-in, too?
is shebang supported? Something like this would work:
somefile.f (chmod 755):
#!/usr/local/bin/pforth -i path-to-application
forth code here (ASCII)
Just thinking out loud here…
Originally posted by @mschwartz in #106 (comment)