Groups
Groups
Sign in
Groups
Groups
chibi-scheme
Conversations
About
Send feedback
Help
chibi-scheme
1–30 of 485
Mark all as read
Report group
0 selected
*...@speechcode.com
, …
Arthur A. Gleckler
8
Sep 19
sexp_context_interruptp(scheme_ctx) = 1;
On Fri, Sep 19, 2025 at 8:37 PM Alex Shinn <alex...@gmail.com> wrote: Finally, without using
unread,
sexp_context_interruptp(scheme_ctx) = 1;
On Fri, Sep 19, 2025 at 8:37 PM Alex Shinn <alex...@gmail.com> wrote: Finally, without using
Sep 19
schem...@posteo.net
,
Alex Shinn
2
Aug 26
Snow-fort, stuck on "user email address confirmation is still pending"
You can check your spam email but it's likely the email never got through to begin with. I haven
unread,
Snow-fort, stuck on "user email address confirmation is still pending"
You can check your spam email but it's likely the email never got through to begin with. I haven
Aug 26
Leigh Gable
,
Alex Shinn
3
Jul 4
Warning: 1436 running example code
Thanks for the reply! I should have guessed it was a Nix thing. If any chibi nix neophytes like
unread,
Warning: 1436 running example code
Thanks for the reply! I should have guessed it was a Nix thing. If any chibi nix neophytes like
Jul 4
Dirk Roeckmann
,
Alex Shinn
2
Apr 1
Chibi from Python?
There is an emscripten build (make js), though I don't know if anyone's tried the result with
unread,
Chibi from Python?
There is an emscripten build (make js), though I don't know if anyone's tried the result with
Apr 1
Sanskar Jaiswal
,
Alex Shinn
2
Mar 11
Extracting the procedure name inside corresponding C function
Hi Sanskar, You want something like: self == NULL ? "NULL" : sexp_opcodep(self) ?
unread,
Extracting the procedure name inside corresponding C function
Hi Sanskar, You want something like: self == NULL ? "NULL" : sexp_opcodep(self) ?
Mar 11
Daphne Preston-Kendal
10/2/24
ANN: R7RS Large Macrological Fascicle, plus new Scheme-Reports mailing list (re-subscription needed)
The Working Group for R7RS Large is pleased to announce the immediate availability of the first draft
unread,
ANN: R7RS Large Macrological Fascicle, plus new Scheme-Reports mailing list (re-subscription needed)
The Working Group for R7RS Large is pleased to announce the immediate availability of the first draft
10/2/24
Alex Shinn
,
Lockywolf Laptop
4
6/14/24
ANN: chibi-scheme release 0.11 "sodium"
See https://github.com/ashinn/chibi-scheme/issues/817 On Sat, Jun 15, 2024 at 12:47 PM Alex Shinn
unread,
ANN: chibi-scheme release 0.11 "sodium"
See https://github.com/ashinn/chibi-scheme/issues/817 On Sat, Jun 15, 2024 at 12:47 PM Alex Shinn
6/14/24
*...@speechcode.com
,
Alex Shinn
3
5/27/24
command-line parsing library
I think the documentation and examples of different use cases could be improved. -- Alex On Tue, May
unread,
command-line parsing library
I think the documentation and examples of different use cases could be improved. -- Alex On Tue, May
5/27/24
Vladimir Nikishkin
,
Alex Shinn
2
5/13/24
"Recent activity" on snow-fort.org not updated for 2 years
Hi Vladimir, This list is fine for reporting, and sorry for the delay. It was an nginx configuration
unread,
"Recent activity" on snow-fort.org not updated for 2 years
Hi Vladimir, This list is fine for reporting, and sorry for the delay. It was an nginx configuration
5/13/24
Jim Rees
,
Alex Shinn
3
2/22/24
edge arithmetic case
... and fixed, sorry for the delay. On Wed, Feb 7, 2024 at 4:23 PM Alex Shinn <alex...@gmail.com
unread,
edge arithmetic case
... and fixed, sorry for the delay. On Wed, Feb 7, 2024 at 4:23 PM Alex Shinn <alex...@gmail.com
2/22/24
ceving
,
Alex Shinn
3
11/2/23
empty lambda
We allow empty begins in definition context (not just top-level) for macros which can expand into 0
unread,
empty lambda
We allow empty begins in definition context (not just top-level) for macros which can expand into 0
11/2/23
Dylan Lamb
,
Alex Shinn
2
7/17/23
Default and Keyword arguments
You can use (chibi optional): https://github.com/ashinn/chibi-scheme/blob/master/lib/chibi/optional.
unread,
Default and Keyword arguments
You can use (chibi optional): https://github.com/ashinn/chibi-scheme/blob/master/lib/chibi/optional.
7/17/23
Michael Belousov
6/4/23
chibi-scheme with WASI
For future reference, and if anyone is interested, I just hacked together a WASI (not emscripten)
unread,
chibi-scheme with WASI
For future reference, and if anyone is interested, I just hacked together a WASI (not emscripten)
6/4/23
Hleb
5/22/23
Wrap a function returning an object
Hi! I have some methods returning objects instead of pointers, eg (simplified) ======= class
unread,
Wrap a function returning an object
Hi! I have some methods returning objects instead of pointers, eg (simplified) ======= class
5/22/23
Hleb
, …
Alex Shinn
5
5/22/23
Sharing application data with chibi without global variables
Why not to add a special field to context or environment to share data between a host application and
unread,
Sharing application data with chibi without global variables
Why not to add a special field to context or environment to share data between a host application and
5/22/23
Tomas By
,
Alex Shinn
35
4/25/23
opcode/variable
No, Scheme doesn't know anything about local C variables, p can get reclaimed in the next GC. On
unread,
opcode/variable
No, Scheme doesn't know anything about local C variables, p can get reclaimed in the next GC. On
4/25/23
Adam Feuer
,
Alex Shinn
5
3/14/23
http client not working?
I sent a PR with cleaned up http client and server examples in case you think they might be helpful:
unread,
http client not working?
I sent a PR with cleaned up http client and server examples in case you think they might be helpful:
3/14/23
Nawal Husnoo
, …
Arthur A. Gleckler
9
3/5/23
embedding chibi-scheme in an android app
On Sun, Mar 5, 2023 at 5:17 AM Nawal Husnoo <na...@husnoo.com> wrote: This should be easier to
unread,
embedding chibi-scheme in an android app
On Sun, Mar 5, 2023 at 5:17 AM Nawal Husnoo <na...@husnoo.com> wrote: This should be easier to
3/5/23
ceving
,
Alex Shinn
4
1/11/23
define in cond-expand
You're asking how to make a Scheme program run portably on R7RS and non-R7RS systems. This is
unread,
define in cond-expand
You're asking how to make a Scheme program run portably on R7RS and non-R7RS systems. This is
1/11/23
Dimitris Papavasiliou
2
10/4/22
Deploying an application embedding Chibi-Scheme
On Saturday, 1 October 2022 at 19:41:29 UTC+3 Dimitris Papavasiliou wrote: I guess the question is,
unread,
Deploying an application embedding Chibi-Scheme
On Saturday, 1 October 2022 at 19:41:29 UTC+3 Dimitris Papavasiliou wrote: I guess the question is,
10/4/22
Andy Keep
7/21/22
[Final CFP] Deadline Extended! Scheme 2022, Scheme and Functional Programming Workshop 2022
The 2022 Scheme and Functional Programming Workshop is calling for submissions. We invite high-
unread,
[Final CFP] Deadline Extended! Scheme 2022, Scheme and Functional Programming Workshop 2022
The 2022 Scheme and Functional Programming Workshop is calling for submissions. We invite high-
7/21/22
Andy Keep
7/4/22
[2nd CFP] Scheme 2022, 23rd Scheme and Functional Programming Workshop
The 2022 Scheme and Functional Programming Workshop is calling for submissions. We invite high-
unread,
[2nd CFP] Scheme 2022, 23rd Scheme and Functional Programming Workshop
The 2022 Scheme and Functional Programming Workshop is calling for submissions. We invite high-
7/4/22
Fernando Oleo Blanco
,
Alex Shinn
2
5/28/22
[Chibi Scheme] Compilation issues with v0.10, master, TCC and muslc
Sorry for the late reply, somehow this got labeled as spam. In general when trying different build
unread,
[Chibi Scheme] Compilation issues with v0.10, master, TCC and muslc
Sorry for the late reply, somehow this got labeled as spam. In general when trying different build
5/28/22
Fernando Oleo Blanco
,
John Cowan
2
5/19/22
[Chibi Scheme] Questions regarding Chibi
On Thu, May 19, 2022 at 4:22 PM 'Fernando Oleo Blanco' via chibi-scheme <chibi-scheme@
unread,
[Chibi Scheme] Questions regarding Chibi
On Thu, May 19, 2022 at 4:22 PM 'Fernando Oleo Blanco' via chibi-scheme <chibi-scheme@
5/19/22
Andy Keep
3/20/22
[CFP] Scheme 2022, 23rd Scheme and Functional Programming Workshop
The 2022 Scheme and Functional Programming Workshop is calling for submissions. We invite high-
unread,
[CFP] Scheme 2022, 23rd Scheme and Functional Programming Workshop
The 2022 Scheme and Functional Programming Workshop is calling for submissions. We invite high-
3/20/22
A C
, …
Alex Shinn
4
1/2/22
Overriding definitions from the R7RS base library
Chibi allows set!ing imported globals to keep the implementation small and simple - it uses the same
unread,
Overriding definitions from the R7RS base library
Chibi allows set!ing imported globals to keep the implementation small and simple - it uses the same
1/2/22
Michael Gorlick
11/24/21
Possbile Bug in chibi-ffi?
My apologies in advance as I may be misusing chibi-ffi, in which case, guidance is appreciated. A
unread,
Possbile Bug in chibi-ffi?
My apologies in advance as I may be misusing chibi-ffi, in which case, guidance is appreciated. A
11/24/21
*...@speechcode.com
, …
Alex Shinn
11
11/19/21
chibi.net.http-server config example
Thanks! Patch applied. On Fri, Nov 19, 2021 at 3:20 PM Arthur A. Gleckler <a...@speechcode.com>
unread,
chibi.net.http-server config example
Thanks! Patch applied. On Fri, Nov 19, 2021 at 3:20 PM Arthur A. Gleckler <a...@speechcode.com>
11/19/21
AB
, …
Alex Shinn
5
8/17/21
Context for shared library
I got it working except I get an occasional segmentation fault right at startup. I used FFI and tried
unread,
Context for shared library
I got it working except I get an occasional segmentation fault right at startup. I used FFI and tried
8/17/21
Alex Shinn
5/10/21
ANN: chibi-scheme release 0.10 "neon"
I've just pushed the 0.10.0 release of Chibi, "neon", to light up your day. This
unread,
ANN: chibi-scheme release 0.10 "neon"
I've just pushed the 0.10.0 release of Chibi, "neon", to light up your day. This
5/10/21