DACTAL.org
dactal.org
DACTAL.org
@dactal.org
A notional organization for an experimental query language.
You have a rack with no good Scrabble plays. Which tile is the best to unload?

Here's that question asked in DACTAL.
November 5, 2025 at 12:25 AM
The Gallery now includes a DACTAL Sudoku solver! Or, more accurately, a Sudoku solution-process revealer.

dactal.org/dactal.html?...
October 2, 2025 at 4:14 PM
Data access for computer programs vs data exploration for humans.
September 23, 2025 at 2:10 PM
Sometimes you want (or just need) the results of another query in the middle of the one you're writing. Highlight the subquery and hit Command-U to unpack it.
August 27, 2025 at 3:08 PM
Saved relative queries let you encapsulate complexity, like

AEIODLT
.possible words
.by added letter

And now you can decapsulate it again with command-I (for Inline).
August 22, 2025 at 3:36 PM
If it doesn't, what platform/browser? And do you get any console errors?
August 15, 2025 at 11:22 PM
August 1, 2025 at 7:13 PM
One of my guesses today revealed a bug in this. Gotta use ".." instead of "." in the parse routine to preserve duplicate letter/color pairs in the guess! Here's the difference:

dactal.org/dactal.html?...
July 21, 2025 at 7:08 PM
To go with /@x, which groups consecutive sequences with shared x properties, you can now also do /@@y to group sequences that start with each occurrence of y.

E.g grouping streams into listening sessions broken by gaps of more than 10 minutes between songs:
July 18, 2025 at 2:16 AM
That version didn't account for repeat letters correctly. This one might.
July 5, 2025 at 3:41 AM
Huh, worked out the Wordle logic in DACTAL form.
July 4, 2025 at 9:29 PM