-
I've translated a C language reader-writer lock into Chez Scheme. But it seems something wrong. Would there be something references? Or, how would lisp programmer process synchronization in general?
…
-
Hello, everyone!
After I input Chinese, when I modify the previous characters, the display will become a mess.
For example, you make the following changes:
`(display "你好") ;--> (display "Hello你好…
-
Twitter 上看到的 [@xqunix](https://twitter.com/xqunix/status/264189680206106624) 分享的 PDF:
> [Three Implementation Models for Scheme](http://www.cs.indiana.edu/~dyb/papers/3imp.pdf)… 教你如何循序渐进的实现一个高效的Schem…
tiye updated
12 years ago
-
I am looking at Chez immutable string support to implement [SRFI-135](https://srfi.schemers.org/srfi-135/) aka. `(scheme text)` as part of [arew](https://github.com/amirouche/arew-scheme/issues/3).
…
-
I'm wishing to embed chez in a c++ application.
Is it possible to initiate multiple independent scheme sessions?
I see in https://github.com/cisco/ChezScheme/blob/b7f161b/c/scheme.c#L38 that the `…
-
Haskell has a strong distinction between the top-level and local scopes. For example, type definitions and instance declarations can only appear at the top-level. (Please contribute a note about the M…
-
Is there any compatible language server that would enable the editor to interact with the chez code or any other recommended configuration/extensions for both emacs and vscodium?
-
Master version of Idris2, getting this:
```
Exception: (while loading libcb.so) libcb.so: cannot open shared object file: No such file or directory
chez/chez010: FAILURE
Expected:
"9\nCallback …
-
Either we can't or I'm missing something obvious....
````
➜ ocanren-bench git:(makeItFaster) ✗ (cd ../simple-miniKanren && rlwrap scheme)
Chez Scheme Version 9.4.1
Copyright 1984-2016 Cisco Sys…
-
I try to build chez-scheme' latest commit from git under Arch Linux using the PKGBUILD from AUR.
https://aur.archlinux.org/packages/chez-scheme-git
The build fails with a link arror.
ld -melf_…