Nathan Ellis Rasmussen

Results 17 comments of Nathan Ellis Rasmussen

I suspected that `--ZZsrc` amounted to a macro for runscript arguments, based on reading the code that uses it and on some guesswork, but it's good to see it confirmed....

So if I'm understanding this discussion correctly, the intent is to get module-scoped named functions [1] that bypass the `.call()` ritual, and that potentially have some other niceties, like recursive...

A slide late in the deck links to this [full-text exposition](http://users.rcn.com/david-moon/PLOT/index.html) with bigger examples.

> The missing operator contains vital information about precedence and associativity that *might* determine the final shape of the expression tree. I might be treading into premature optimization territory here,...

In Raku (and the ports of its object system to Perl and Javascript, Moose and Joose), interfaces are fully subsumed by "roles," which is their implementation of traits, intended to...

Reading "Understanding JSON Schema" in sequence, this allOf hack hasn't been explained by this point either. (Assuming it's explained anywhere.) I'm also inclined to think the Right Thing is indeed...

This issue speaks to the rough state of the kopiaignore documentation. I'll collect some other stumbling blocks in the documentation here, instead of making another issue with essentially the same...