Yue Bulu
Yue Bulu
I test the Lean 4 in Shiki at https://shiki.matsu.io/ And I found Shiki cannot render the `--` comment of Lean correctly.  (See the different between `/- test -/` and...
The behavior of Scribble parser provided by Chibi on string like `\foo|--{{}--|` doesn't match with Racket @-exp parser Chibi: ``` foo@bar:~/tmp$ chibi-scheme > (import (chibi scribble)) > (import (chibi string))...
In https://github.com/mnieper/scheme-macros/blob/main/README.org?plain=1#L3400 it says ```org 2. Write a macro ~when-all~ such that ~(when-all test-expression ... expression)~ evaluates ~expression~ only if all ~test-expressions~ evaluate to ~#f~. The macro should short-circuit the...
The latest change https://github.com/ashinn/irregex/commit/e0fee5103e0cdf458696e8c48de983027215864c was made in last year, I think it's stable enough to create a new release to deliver these improvements to end-user. In particular, https://github.com/ashinn/irregex/commit/6b2512d9004856a67aad241a62a499244b3eb33f fixes a...
In https://www.lispworks.com/documentation/HyperSpec/Body/02_df.htm > Anywhere ``,@'' may be used, the syntax ``,.'' may be used instead to indicate that it is permissible to operate destructively on the [list structure](https://www.lispworks.com/documentation/HyperSpec/Body/26_glo_l.htm#list_structure) produced by...
I found it's quite helpful if Chez can provide such command line argument to run some quick command (especially in the packaging Chez related package) ``` chez-scheme --eval '(begin (compile-libraries...