mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
Updating AUTHORS.
This commit is contained in:
parent
0bbb60060a
commit
925c044eef
3 changed files with 3 additions and 2 deletions
2
AUTHORS
2
AUTHORS
|
@ -40,6 +40,7 @@ Thanks to the following people for patches and bug reports:
|
||||||
* Ben Mather
|
* Ben Mather
|
||||||
* Ben Weaver
|
* Ben Weaver
|
||||||
* Bertrand Augereau
|
* Bertrand Augereau
|
||||||
|
* Bradley Lucier
|
||||||
* Bruno Deferrari
|
* Bruno Deferrari
|
||||||
* Doug Currie
|
* Doug Currie
|
||||||
* Derrick Eddington
|
* Derrick Eddington
|
||||||
|
@ -58,6 +59,7 @@ Thanks to the following people for patches and bug reports:
|
||||||
* Meng Zhang
|
* Meng Zhang
|
||||||
* Michal Kowalski (sladegen)
|
* Michal Kowalski (sladegen)
|
||||||
* Miroslav Urbanek
|
* Miroslav Urbanek
|
||||||
|
* Petteri Piiroinen
|
||||||
* Rajesh Krishnan
|
* Rajesh Krishnan
|
||||||
* Seth Alves
|
* Seth Alves
|
||||||
* Stephen Lewis
|
* Stephen Lewis
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
**Minimal Scheme Implementation for use as an Extension Language**
|
**Minimal Scheme Implementation for use as an Extension Language**
|
||||||
|
|
||||||
http://synthcode.com/wiki/chibi-scheme
|
https://github.com/ashinn/chibi-scheme
|
||||||
|
|
||||||
Chibi-Scheme is a very small library intended for use as an extension
|
Chibi-Scheme is a very small library intended for use as an extension
|
||||||
and scripting language in C programs. In addition to support for
|
and scripting language in C programs. In addition to support for
|
||||||
|
|
|
@ -3787,7 +3787,6 @@
|
||||||
(vector 'foo 'bar 'baz))
|
(vector 'foo 'bar 'baz))
|
||||||
(make-interval '#(1)))
|
(make-interval '#(1)))
|
||||||
(make-interval '#()))))
|
(make-interval '#()))))
|
||||||
(test-error (specialized-array-reshape A-ref (make-interval '#(100)) 'a))
|
|
||||||
)
|
)
|
||||||
|
|
||||||
(test-group "curry tests"
|
(test-group "curry tests"
|
||||||
|
|
Loading…
Add table
Reference in a new issue