chibi-scheme/lib/scheme
Alex Shinn dddc6d1806 Changing scribble notation to use TeX-style \ instead of @.
Documentation looks much nicer now (or at least more familiar).
Test cases become ugly because we need to double the escape in
strings.  Also escaping requires \"\\" which in a Scheme string
gets written \\"\\\\".  Consider \\ as a shortcut (which is still
\\\\ in a string).
2013-07-14 12:52:28 +09:00
..
char string[-ci]<>=? are also n-ary 2012-12-26 23:58:08 +09:00
time Cond-expand out threading code to load leap-second table dynamically when threads are disabled. 2013-02-27 09:04:15 +09:00
base.sld Adding missing eof-object procedure. 2013-06-25 22:22:01 +09:00
case-lambda.sld automatically making sockets non-blocking on accept 2012-05-14 08:37:45 -04:00
char.sld Adding full unicode digit-value. 2012-11-11 13:38:17 +09:00
complex.sld Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility. 2012-10-14 22:11:47 +09:00
cxr.scm forgot to add the cxr library 2012-07-17 00:15:32 +09:00
cxr.sld Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility. 2012-10-14 22:11:47 +09:00
define-values.scm automatically making sockets non-blocking on accept 2012-05-14 08:37:45 -04:00
digit-value.scm Adding full unicode digit-value. 2012-11-11 13:38:17 +09:00
division.scm automatically making sockets non-blocking on accept 2012-05-14 08:37:45 -04:00
division.sld Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility. 2012-10-14 22:11:47 +09:00
eval.sld Changing scribble notation to use TeX-style \ instead of @. 2013-07-14 12:52:28 +09:00
extras.scm Adding missing eof-object procedure. 2013-06-25 22:22:01 +09:00
file.sld Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility. 2012-10-14 22:11:47 +09:00
inexact.scm Supporting (partially) infinite complex numbers. 2012-10-31 23:41:53 +09:00
inexact.sld Supporting (partially) infinite complex numbers. 2012-10-31 23:41:53 +09:00
lazy.sld Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility. 2012-10-14 22:11:47 +09:00
load.sld Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility. 2012-10-14 22:11:47 +09:00
misc-macros.scm The guard-like macro in the core language is now called protect. 2013-06-15 18:43:44 +09:00
process-context.sld Adding emergency-exit. 2012-10-15 09:50:35 +09:00
r5rs.sld Adding missing (scheme r5rs) library. 2012-11-23 16:48:14 +09:00
read.sld automatically making sockets non-blocking on accept 2012-05-14 08:37:45 -04:00
repl.sld Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility. 2012-10-14 22:11:47 +09:00
time.c Incorporating Alan Watson's TAI time library. 2012-08-17 10:04:37 +09:00
time.sld Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility. 2012-10-14 22:11:47 +09:00
write.sld Splitting write into write (cycles only) and write-shared. 2012-10-15 09:44:30 +09:00