絶対的な日時のマルチインターバルを表現する宣言型言語を誰かが知っているかどうか疑問に思っています。時間間隔の結合/交差/補数であるセットを意味します。
私が表現したい間隔は次のようなものです:
(
(from the second day of the month to the 10th) intersection (months 1,2,3,10)
)
union
(
(from the second monday of january to the 3rd of july) intersection (not in(mondays, fridays))
)
私はライブラリを探しているのではなく、言語仕様を探しています。
私が探しているものの例は、ここで見つけることができる cron 式です。