Personal Anthology This page contains some of the small to medium-sized Goal programs that I've written, most of which depend on ari's extensions to Goal, shared here under the MIT license. Many are incomplete, there are certainly mistakes and non-idiomatic constructions, and per the MIT license, I make no warranties. It's often helpful to see how other people did things, so I'm sharing how I have. License Copyright 2025 Daniel Gregoire Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. archive-stale.goal🔗 (Copied!)import"sc-client/sc" staledur:*/(time.Hour;24;30;15); dtfmt:{time.format[time.RFC3339;x]} now:time.utc time.now""; stale:time.add[now;-staledur] eng:cache.workflows[1488] qtmp:{..["archived":-0w;"updated_at_end":dtfmt[stale];"workflow_state_id":x]} sss:story.search'qtmp'(..id)'eng"states" toarchive:,/sss; #toarchive ids:"i"$(..id)'toarchive; names:(..name)'toarchive grade:>ids; sids:ids[grade]; snms:names[grade]; sarc:toarchive[grade] "toarchive.csv"print","csv(sids;snms) prts:(-500)$sarc; #prts arcem:{[...
First seen: 2026-07-20 21:16
Last seen: 2026-07-21 06:21