-
(any? number? [1 2 3])
Exception in *unknown-location*: attempt to apply non-procedure number?
This works on shen-cl
(define any?
_ [] -> false
F [X | Xs] -> (or (F X) (any? F Xs)))
-
In order to digitze rhyme data, I kindly ask to provide data in a form of the data annotation scheme we use for [rhyant](https://digling.org/rhyant). We discussed it in our rhyme annotation paper from…
-
I recently developed a 5DOF GB interpolation framework (DOI: [10.1016/j.commatsci.2021.110756](https://doi.org/10.1016/j.commatsci.2021.110756)) based on grain boundary octonion distances (DOI: [10.10…
-
When `ob-http` is enabled at startup through customize, it will infinitely recurse:
org -> require ob-http -> require org -> ...
Looking at the other `ob-*` libraries, it should not contain `(re…
-
Hi Team,
We are writing to report a potential security issue about the implementation of Elgamal Encryption in Cryptopp.
Specifically, we cloned Cryptopp-8.9 from [cryptopp.com](http://cryptopp…
-
I m creating a Shen OO capability based on Paul Graham's book On Lisp,
Ch 25, Object-Oriented LISP.
A version of this capability is in the file oo.shen.
An attempt to track the function (create…
-
Opening this issue so that we can share our ideas here, may help with figuring out the best strategy.
My understanding (and correct me if I'm wrong) is that a lot (it not all) the intermediary func…
tizoc updated
4 years ago
-
Hi @Yufeng-shen, we have some renewed interest in looking at experimental TJ data and pairing that with a 5DOF interpolation scheme (which also imposes some regularization). Before, I was having troub…
-
I'm curious how Ox compares to [Shen](http://shenlanguage.org) and [Lux](https://github.com/LuxLang/lux).
-
[Graph contrastive learning with augmentations](https://proceedings.neurips.cc/paper_files/paper/2020/hash/3fe230348e9a12c13120749e3f9fa4cd-Abstract.html)
```bib
@article{you2020graph,
title={Gra…