mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 15:27:36 +02:00
Added credits, cyclone header
This commit is contained in:
parent
378b5f1c3e
commit
d354c4afb7
2 changed files with 10 additions and 7 deletions
1
AUTHORS
1
AUTHORS
|
@ -2,3 +2,4 @@ This is the list of people who have contributed to Cyclone. If you submit a
|
||||||
patch, please add your name and email address to the end of this list:
|
patch, please add your name and email address to the end of this list:
|
||||||
|
|
||||||
Justin Ethier <justin.ethier at gmail dot com>
|
Justin Ethier <justin.ethier at gmail dot com>
|
||||||
|
Jason K. MacDuffie
|
||||||
|
|
16
srfi/27.sld
16
srfi/27.sld
|
@ -1,10 +1,12 @@
|
||||||
|
;;;; Cyclone Scheme
|
||||||
;; Copyright 2016 Jason K. MacDuffie
|
;;;; https://github.com/justinethier/cyclone
|
||||||
;; License: MIT (Expat) License
|
;;;;
|
||||||
;;
|
;;;; Copyright 2016 Jason K. MacDuffie
|
||||||
;; Right now this uses an LCG, and should probably be replaced
|
;;;; License: MIT (Expat) License
|
||||||
;; with a higher-quality implementation as soon as possible.
|
;;;;
|
||||||
;; For casual use this will work OK.
|
;;;; Right now this uses an LCG, and should probably be replaced
|
||||||
|
;;;; with a higher-quality implementation as soon as possible.
|
||||||
|
;;;; For casual use this will work OK.
|
||||||
|
|
||||||
(define-library (srfi 27)
|
(define-library (srfi 27)
|
||||||
(import (scheme base)
|
(import (scheme base)
|
||||||
|
|
Loading…
Add table
Reference in a new issue