gitonthescene
gitonthescene
@gagbo FWIW, I also started work on a [corpus](https://github.com/gitonthescene/org-mode-samples). As it says on the project, I’m happy to collaborate/share. Also, I think [this idea](https://github.com/gitonthescene/org-mode-samples/discussions/2) is worth exploring if I do...
I'm having a hard time following your explanation. Mostly my point is that there need not be a tight coupling of the the parser implemented in emacs and users of...
I see. That description says nothing about avoiding writing tests manually. I don’t think there is any way to avoid writing tests manually. If you take a look you’ll see...
Studying stuff over at [nsl.com](http://nsl.com/k/ksql.k) is probably not a bad idea either.
FWIW, I haven’t completely grokked what @ktye is [doing here](https://github.com/ktye/i) but my understanding is that there is some intermediate language that stuff is compiled to which might fit the description...
One workaround is to add a new column with cell.recon.match.id. It should be easy to generate URL's with this id.
One way to make this work is to simply replace `f` with ``abc[`f]`` and reevaluate it. I haven't thought through how to fully test how this feature actually works in...
Interestingly, if I try to access a global in this expression it errors: ``` b:7 @[t;"+[f;b]"] @[t;"+[f;b]"] value error b ``` It feels like if Amend is given a string,...
FWIW, I found this in from kona's help as well: ``` ? dyadic draw. n?m yields n numbers < m ? dyadic deal. -n?m yields n ints < m without...
I’m happy to pitch in but I’d like to tread lightly for starters. Feel free to toss me a task like documenting this or that.