François-René Rideau
François-René Rideau
Congrats for having a 1337 bug! I might not be understanding properly, but if your problem is with `find-handler` being unable to find `/` as its root, I believe the...
I don't have enough experience or opinion in this particular topic to lead on this one. Certainly, matching on prefix rather than always exact path would be a first step...
How about a composable setup, where you can have a handler-for-everything, a prefix-dispatching handler, a list-of-predicate-handler-pairs (where a regex or simpler string pattern is seen as a predicate), or maybe...
For recursive handler definition, maybe we can have each handler take both the entire request and a "focus" as arguments, and the focus allows path-based handlers to deconstruct what happens...
I think `...` should basically behave as if you invoke `append`, and we have: ``` > (append '(1 2 . 3) '(4 5)) *** ERROR IN (stdin)@7.1-7.27 -- (Argument 1)...
@vyzo Where do I find the code that handles keyword arguments, both in the runtime and the compiler?
@vyzo I can handle the runtime, but I don't understand where are the compile-time optimizations that I need to modify afterwards. I'll start with working on the runtime for now.
Akshully, there were 42 other files named `*-stable-git.tgz` in my `archives/` and after choking on `cl-muth` instead of `cl-flow`, I deleted them all.
Rebased and pushed docs for atomic promises