Joel McCracken

Results 71 comments of Joel McCracken

Oh wow, I just read the comments; I didn't realize you generated this from a LLM. How interesting, what a warning. fwiw I was planning on looking more deeply at...

Thinking about working on this soon, any advice?

So, my initial thoughts was to add another element to `CommonTableExpressionKind`, like so: ``` data CommonTableExpressionKind = RecursiveCommonTableExpression | NormalCommonTableExpression | MaterializedCommonTableExpression deriving Eq ``` However, thinking this through, I...

Oh sweet! I like it. If/when I pick this up again I'll experiment. Sent from my iPhone > On Jul 3, 2017, at 2:31 AM, Damien Cassou wrote: > >...

Sounds good. This, too, is how I figured this would be handled. Ideally, I would like for there to be separate components that can be mixed into each sandbox. I'm...

"The other thing I'd like is for this stuff to be per-jail. So I should be able to create one jail with one set of bindings and another jail with...

Oooo poo. I'll remove this asap, today at lunch ideally.

Should be fixed, can `make` it with melpa checked out now. I'll allow you to close in case there is anything else I need to do.

Hmm, I'm not sure I follow what the code is useful for. Could you explain what it is meant to do?

Interesting. Sure. That way we can make assumptions about the code -- e.g. it has no backquotes. I'm all for it.