Alex Suraci
Alex Suraci
My CLI has a few commands that I'd like to call out for easier discoverability, e.g. `login` should be listed first. Currently commands are ordered alphabetically, which is a sane...
e.g. arrays, strings, numbers old atomy used to auto-convert them, but i think that's a bit odd
nil wasn't there for a while. that was fun.
ideally, all of Y would _not_ be use()d through
currently it leans on Assign semantics due to laziness; it should probably have semantics closer to methods. that way we can know the patterns ahead of time, which will make...
e.g. `with(@expr, 1)` should be able to remember the result of evaluating @expr when it's assigning after the match
I think this started happening with pretty recent changes - I'm using v0.1.9: ```patch diff --git a/go.mod b/go.mod index feb9af9..69e8957 100644 --- a/go.mod +++ b/go.mod @@ -136,3 +136,5 @@ require...