mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
parent
4578fb25d5
commit
a01ca4bad6
1 changed files with 5 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
(define-library (scheme small)
|
(define-library (scheme small)
|
||||||
(import (scheme base) (scheme char) (scheme complex) (scheme cxr)
|
(import (scheme base) (scheme char) (scheme complex) (scheme cxr)
|
||||||
(scheme eval) (scheme file) (scheme inexact) (scheme lazy)
|
(scheme eval) (scheme file) (scheme inexact) (scheme lazy)
|
||||||
(scheme load) (scheme read) (scheme repl) (scheme time)
|
(scheme load) (scheme process-context) (scheme read)
|
||||||
(scheme write))
|
(scheme repl) (scheme time) (scheme write))
|
||||||
(export
|
(export
|
||||||
;; base
|
;; base
|
||||||
* + - ... / < <= = => > >= _ abs and append apply assoc assq assv begin
|
* + - ... / < <= = => > >= _ abs and append apply assoc assq assv begin
|
||||||
|
@ -74,6 +74,9 @@
|
||||||
delay force delay-force make-promise promise?
|
delay force delay-force make-promise promise?
|
||||||
;; load
|
;; load
|
||||||
load
|
load
|
||||||
|
;; process-context
|
||||||
|
get-environment-variable get-environment-variables
|
||||||
|
command-line exit emergency-exit
|
||||||
;; read
|
;; read
|
||||||
read
|
read
|
||||||
;; repl
|
;; repl
|
||||||
|
|
Loading…
Add table
Reference in a new issue