mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Cleanup
This commit is contained in:
parent
6529365669
commit
36845af76c
1 changed files with 4 additions and 10 deletions
|
@ -1,22 +1,16 @@
|
|||
;;;; Cyclone Scheme
|
||||
;;;; https://github.com/justinethier/cyclone
|
||||
;;;;
|
||||
;;;; Copyright (c) 2014-2016, Justin Ethier
|
||||
;;;; Copyright (c) 2014-2021, Justin Ethier
|
||||
;;;; All rights reserved.
|
||||
;;;;
|
||||
;;;; This module implements r7rs libraries. In our compiler, these are used to
|
||||
;;;; encapsulate C modules.
|
||||
;;;; This module implements r7rs libraries.
|
||||
;;;;
|
||||
;;;; Initially, this a quicky-and-dirty (for now) implementation of r7rs libraries.
|
||||
;;;;
|
||||
;;;; TODO: go through functions and ensure consistent naming conventions.
|
||||
;;;; probably should also clean up some of the function names, this is
|
||||
;;;; not a very clean or nice API at the moment.
|
||||
;;;; Internally, our compiler uses libraries to encapsulate C modules.
|
||||
;;;;
|
||||
(define-library (scheme cyclone libraries)
|
||||
(import (scheme base)
|
||||
;; Debug only
|
||||
(scheme write)
|
||||
;(scheme write) ;; Debug only
|
||||
(scheme read)
|
||||
(scheme process-context)
|
||||
(scheme cyclone util)
|
||||
|
|
Loading…
Add table
Reference in a new issue