timor
timor
I think that technically, the stack effect for `bi*`, which is returned by `\ bi* stack-effect` as `( x y p q -- )` may be incorrect. For example, consider...
These lines https://github.com/gregsexton/ob-ipython/blob/a0ae4add0310d131c6b4b15139b929955cec93dd/ob-ipython.el#L169-L172 assume that python is somewhere on the system's executable path. I don't think this is a good idea, as e.g. on my NixOS system, this is not...
There are several problems right now with Factor under NixOS. This issue is intended to keep track of the details. NixOS has some properties which prevent Factor working as intended...
This is what `identity-hashtable` is to `hashtable`, but for `persistent-hash`. Note that this is probably the worst possible way to implement this code-reuse-wise. I also tried creating a `wrapped-persistent-hash` abstraction...
This allows imposing mutually-exclusive predicate classes, which helps with dispatch on ambiguous predicate classes. The definitions are checked in order. The programmer is responsible for specifying these in the correct...
Allows definition of methods on objects. This supersedes #2486 for the definition of methods on words using `M: \ some-word some-generic ...` but is implemented arguably in a much more...
# Motivation This is intended to provide a backend implementation for #2364 which re-uses the existing inline caching and generics infrastructure as much as possible. # Modifications ## `classes.dispatch` `dispatch-type`...