* Added SRFI-6

This commit is contained in:
Abdulaziz Ghuloum 2007-05-11 23:40:08 -04:00
parent 3656be2631
commit 4fba303ef4
2 changed files with 6 additions and 0 deletions

4
lib/SRFI-6.ss Normal file
View File

@ -0,0 +1,4 @@
(library (SRFI-6)
(export open-input-string open-output-string get-output-string)
(import (ikarus)))
; enough said.

2
lib/SRFI-6.tests.ss Executable file
View File

@ -0,0 +1,2 @@
#!/usr/bin/env ikarus --r6rs-script
(import (SRFI-6))