lassik

Results 122 issues of lassik

How would you specify that a foreign procedures uses an integer type like `size_t` or `mode_t` whose size can vary by operating system and CPU architecture?

question

Here's a first cut for how to add the default file name extension for shared objects. I tested that this works in Chez; didn't yet implement it for any other...

The `#` and `#!` reader in `read.c` has at least two bugs, which seem to be oversights due to the messy code. Looking at the code, it could be clarified...

https://srfi.schemers.org/srfi-115/srfi-115.html How hard would this be to implement using PCRE?

We are slowly creating a comprehensive website at [Scheme.org](https://www.scheme.org/). As one part of the website, I've started a project known as [Scheme Conservatory](https://conservatory.scheme.org/). The idea is to preserve old Scheme...

What causes the following? `#u16(...)` syntax does not work: ``` stklos> #u16(1 2 3) **** Error: %read: bad uniform vector specification `u16' (type ",help" for more information) stklos> **** Error:...

This test sometimes succeeds, sometimes fails, at least on Mac: ``` ==== Testing Threads ... failed Errors found in this section: test parameter.2 on (let ((th1 (make-thread (lambda () (parameterize...

Is it intentional that the `:` starting a keyword cannot be escaped using vertical bars? ```Scheme (keyword? |:foo|) => #t (symbol? |:foo|) => #f ``` Since a `:` prefix inside...

I'm getting these from `./configure` with commit 707b077 on Darwin. They don't seem to cause a build failure. ``` checking whether gcc understands -c and -o together... rm: conftest.dSYM: is...

We started a group to try and package more Scheme implementations for Debian. Would you like to have a Debian package for STklos, and do you consider the latest release...