starlight-go/starlight

time.Time & time.Duration support

natefinch opened this issue · 1 comments

skylark intentionally does not support scripts based on time, so they're deterministic, but the heck with that, I want time and date based code. It's easy enough to provide skylark with custom skylark.Value types... so let's do that

This is being done in github.com/hippogryph/time