Jason Kuhrt

Results 363 comments of Jason Kuhrt

> > merge `x import y u w` > > Are you suggesting multiple arguments? Yes I think `arguments` is the right word here. > Note that you can write:...

Ah! I see even more.. ha. Do you not think `a

Just toying, the possibility of inline functions.. would need to use a different syntax for merging multiple objects then... Looks ugly in all sorts of ways... ``` a

Ah ok, I've been assuming all along an exception could be made as soon as the compiler hits `

Some sort of extensible system would be great. I mean, at some point this gets type-y but maybe there is a light-weight way to create definitions. Unfortunately doubt I'll have...

@natefaubion Thanks for the quick reply, and clarifying what I am trying to get at. > The main problem with using the matches output for validation is that it currently...

It might be that pattern matching and validation are each their own library built on top of a much lower-level tool?

Hey, I would like to help out but won't have time for some weeks/months. I will do my best to contribute down the road if the opportunity still exists.

Thinking about an API for this now. Setup code: ```ts const shape = Alge.data('Shape', { Circle, Square }) ``` Basic dispatch on tag (note: thinking of maybe using proxies for...