vlad
vlad
@nagy, thanks. Sorry, very busy lately. I'll take a look at the code this weekend.
For `MutationObserver` (as well as for `Promise` and some others) you need to use such a constructor instead of `make-new`: ```js var make_Instance = function () { var args =...
Thanks for the feedback. Support for this option was not originally provided due to infrequent use. In a future update, there is an intention to bring docstring support to both...
Closed. Thanks @davazp. See https://github.com/jscl-project/jscl/pull/439
The easiest way to implement such a `setf-name registry` is to put a `special system tag` with a `bit mask` on the name (unification of system types - see https://github.com/jscl-project/jscl/issues/391#issuecomment-1036555699)...
Do it
Let's just say it's the traditional way. For all such objects, a `special single tag ` is checked against a `standard bit mask`.
Yeat another package which can be modified for JSCL: https://github.com/sharplispers/ops5
This is the implementation of original `CLOSETTE` as it is, with a little adaptation for JSCL. The original `CLOSETTE MOP` is as ancient as a mammoth. Methods that are later...
`MOP` is rarely used in full, especially the exorcism of `deleting` and `redefining` classes. In general, the `closette mop` has a sufficiently complete and necessary set of basic methods to...