-
@camsaul: I have a data reader which allows me to read Java array class as a symbol. So, for example:
```
user=> (= '#glc/symof(Object[]) (symbol "[Ljava.lang.Object;"))
true
```
I wanted to use …
-
Code entered to REPL:
```
rm(o1)
```
or
```
anything(1231312312413012340120oo)
```
Result:
```
1: rm(o1)
Syntax Error: Expected ';'
1: rm(o1)
Syntax Error: Expected Expression
1: rm(o1…
-
BPO | [1175850](https://bugs.python.org/issue1175850)
--- | :---
Nosy | @birkenfeld, @rhettinger
Files | [classweakref.patch](https://bugs.python.org/file6587/classweakref.patch "Uploaded as text/plai…
-
A common way to do commands in other libraries is to have exact (or case-insensitive) text matching against some command, potentially hierarchically, with the potential to specify a number of argument…
-
**Is your feature request related to a problem? Please describe.**
I want to be able to print records as edn tagged literals. The typical way to do this in Clojure is to implement `clojure.core/pri…
-
## MIT License Policy Violation detected in genfun-5.0.0.tgz
Library - genfun-5.0.0.tgz
Fast, prototype-friendly multimethods.
Library home page: https://registry.npmjs.org/genfun/-/genfun-5.0.0.tgz…
-
We are using this library and I noticed uses the String arg and converts to byte array.
I believe it should also provide a byte array + charset API.
One use case is for example we use LMDB and goi…
-
Hello and thanks for the wonderful library.
Is there any way to dispatch on arbitary values, not just types? Coming from a clojure background, I am trying to replicate some of the behaviour of cloj…
-
Hello there!
This library really shines!!!!
I used it in a [blog post](https://blog.klipse.tech/javascript/2021/10/02/multimethod.html) in order to explain what multimethods are and how they provi…
-
The idea here is to be able to automatically build deeply nested data structures made of Arr and Hash for intermediate nodes.
The leaves could be anything of course (Any).
Assuming z is a variable…