chibi-scheme icon indicating copy to clipboard operation
chibi-scheme copied to clipboard

Official chibi-scheme repository

Results 96 chibi-scheme issues
Sort by recently updated
recently updated
newest added

(tested on 0.10) consider this macro: (define-syntax zip-mult (syntax-rules () ((_ (x x* ...) (y y* ...)) (+ (* x y) (* x* y*) ...)))) Should an input that results...

Hello, I saw that long ago someone had created an Xcode project which embedded chibi into an iOS app. Unfortunately, google code has shut down and their repo is no...

As far as I can tell, the groundwork for what would be needed to support SRFI 206 is already there in the `(auto)` magic module. But, despite much poking about...

Hey there! I am loving Chibi Scheme so much! Just putting this here for whoever has time to look into this! When I try to `make chibi-scheme-static && ./chibi-scheme-static` or...

When I try to package a library using `snow-chibi package ` I always get the following warning: WARNING: package-docs failed: {Exception #19 user "car: not a pair" (#f) #strings> ("/usr/local/share/chibi/init-7.scm"...

I noticed that the website looked different and when I opened the console it I saw some MIME errors. Screenshot below. I saw that https://github.com/ashinn/chibi-scheme/pull/787 is recent and has to...

``` > 0+nan.0i ERROR on line 23: invalid numeric syntax: #\n > ERROR: undefined variable: an.0i > +nan.0i ERROR: undefined variable: |+nan.0i| > +nan.0+1i ERROR: undefined variable: |+nan.0+1i| > +nan.0+i...

Hello! It looks like Chibi doesn't check single argument to `+` and `*`: ```scheme ;; a is not bound: ;; > (- 'a) ERROR on line 2: invalid type, expected...

1. When I enter the expression `#d+inf.0`, I get the following error: ``` > #d+inf.0 ERROR on line 12: invalid complex numeric syntax: #\n > ``` 2. Entering the expression...

Can be replaced with memcpy() or snprintf().