Added credits, cyclone header

This commit is contained in:
Justin Ethier 2016-06-20 22:53:21 -04:00
parent 378b5f1c3e
commit d354c4afb7
2 changed files with 10 additions and 7 deletions

View file

@ -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:
Justin Ethier <justin.ethier at gmail dot com>
Jason K. MacDuffie

View file

@ -1,10 +1,12 @@
;; Copyright 2016 Jason K. MacDuffie
;; License: MIT (Expat) License
;;
;; 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.
;;;; Cyclone Scheme
;;;; https://github.com/justinethier/cyclone
;;;;
;;;; Copyright 2016 Jason K. MacDuffie
;;;; License: MIT (Expat) License
;;;;
;;;; 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)
(import (scheme base)