2024-06-08 05:27:31 Hey - I got that game controller interfaced in Python. So at least I know it works. 2024-06-08 05:27:56 That is the neat thing about Python - so often you can just fire stuff up and have it work almost immediately. 2024-06-08 18:00:46 I need to open tiny dictionaries for sql and php inside my DSL 2024-06-08 18:16:14 Maybe just SQL( ... )SQL and PHP( )PHP ? 2024-06-08 18:18:56 `only SQL` 2024-06-08 18:21:34 Or `sql ... end-sql` 2024-06-08 18:21:46 `dict sql ... end-sql` perhaps 2024-06-08 18:23:56 `only sql ... previous` 2024-06-08 18:24:17 But there's no way to go to previous voc after using `only`? 2024-06-08 19:50:21 if you're using an ans forth, you would have to use get-wordlist and set-wordlist 2024-06-08 19:57:47 You have to execute the voc name again to make it part of the search path. 2024-06-08 22:01:11 It's not hard to set a system up so that you can ONLY your way into a box you can't get out of. I don't know enough about common implementations to know if that's a routine way for things to work, but it does facilitate setting up closed environments like you might use to run a public kiosk or something like that. 2024-06-08 22:02:09 I believe at least some systems over the years would automatically search back through parent vocabularies, but I usually don't write mine that way.