I was so engrossed in getting debug working I missed Joe Bogner's message that my previous version is currently available for everyone. While I understand there will need to be pruning of my toolkit at some point, there is more than enough there to remove the need to struggle with installing.
Do Page 'https://plj541.github.io/Tools/JPlayground.txt' will get the latest version of my toolkit. And Do Page 'https://plj541.github.io/Tools/Examples.txt' will get the latest version of my demos. To keep seeing the last version you've retrieved each time you start J-Playground, just enter this: File 'startup.ijs'File~ 'Do~ File ''jPlayInit'' ' On Wed, Jun 15, 2022, 11:44 PM Paul Jackson <[email protected]> wrote: > The lack of debugging has proven to be an interesting challenge. I now > have working code in my latest toolkit. Care must be taken because the > Javascript alert and prompt windows look very similar, but the model now > provides lots of ability to read, change values and resume at various > points. There are some debug foreigns I haven't included. > > If you have already downloaded my last two files, getting updates are > easy. Enter: > File 'Updates' > and press enter on each of them. If not, you will need to do the steps > described in the previous messages. > > Once you have everything: > File 'Examples' > will display four demos, the last of which is: > Next 'SeeDebug' NB. Debug an error > On Sun, Jun 12, 2022, 11:43 PM Paul Jackson <[email protected]> wrote: > >> I've updated: https://plj541.github.io/Tools/JPlayground.txt >> Words NB. Is removed for issues with csv files >> Edit NB. Reads or Writes to the Edit panel >> Link 'url' NB. Opens a new browser page >> Page 'url NB. Fetches a web page >> Next 'local' NB. Begins a simplistic demo >> Do 'string' NB. Which replaces 0!:101 to run things >> >> Once you have JPlayground.txt installed, this will get Examples: >> Do Page 'https://plj541.github.io/Tools/Examples.txt' >> Then type: >> Do File 'Examples' NB. Which creates three simple demos and a Menu >> and also: >> File 'Updates' NB. Describes getting updates to either, or >> both >> >> >> >> On Thu, Jun 9, 2022, 1:49 AM Paul Jackson <[email protected]> wrote: >> >>> Thanks for the notice. When I looked at carefully, I realized you've >>> recreated almost everyting we had in APL.js. I've put together a package of >>> several of my always loaded tools, including three new ones for this >>> platform. >>> >>> I've put it on: >>> https://plj541.github.io/Tools/JPlayground.txt >>> but not in the index.html until I get some feedback on it from people >>> here. >>> >>> New verbs include: >>> Ask 'question' NB. Uses Javascript prompt to take >>> user reply >>> NB. Dyadic provides a >>> default response >>> File 'this is' File 'thisOne' NB. Read and Write local storage >>> Files '' NB. to discover what is >>> there >>> Files~'thisOne' NB. to remove one >>> >>> It also self installs if you copy everything, paste into Edit and run >>> All Lines. >>> The last line of output shows how to create a brief but full bodied >>> Bookmark. >>> >>> >>> >>> ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
