Gwen Weinholt
Gwen Weinholt
Chez Scheme's parameters are not quite compatible with SRFI-39, as explained by @akeep here: https://github.com/cisco/ChezScheme/issues/409#issuecomment-474819269 However, chez-srfi uses them directly: ```scheme (library (srfi :39 parameters) (export make-parameter parameterize) (import (only...
The `get-line` procedure behaves strangely with custom binary input ports and also raises a condition. There are three different types of errors: * If both get-position and set-position! are provided...
The documentation has this advice on loading libc: > On Solaris, OpenSolaris, FreeBSD, NetBSD, and OpenBSD systems: > (load-shared-object "libc.so") It doesn't work. I tried it on FreeBSD 12 but...
Hello, Linenoise hangs when transposing two utf-8 characters with ctrl-t. To reproduce, run "make example; ./example" and enter "åä" so your screen looks like this: ``` こんにちは> åä ``` Move...
The bitwise-arithmetic-shift-right procedure doesn't handle bignum shift amounts. The example below should return -1. Vicare Scheme version 0.3d1, 64-bit Revision devel/eb362bf709a6d7d0da3bcfdf4c126ea6898137c1 Build 2013-08-20 Copyright (c) 2006-2010 Abdulaziz Ghuloum and contributors...
We have some Scheme procedures that contain a `/`, like `call/cc`, but `/` can't be used in filenames on Unix. So these pages are currently missing. We could use a...