chibi-scheme/lib
Alex Shinn 92b7304f89 Using standard @ instead of ^ as the SXML attributes symbols.
This was never a portable aspect of SXML before because in earlier
standards @ was an illegal identifier, but it is allowed in R7RS.
Scribble requires escaping with @|@| to pass through a raw @ symbol.
Considering using \ as the default scribble escape instead.
2013-07-13 10:04:40 +09:00
..
chibi Using standard @ instead of ^ as the SXML attributes symbols. 2013-07-13 10:04:40 +09:00
scheme Adding missing eof-object procedure. 2013-06-25 22:22:01 +09:00
srfi Reset the current parameters in child threads. 2013-05-29 20:40:48 +09:00
init-7.scm Fixing (atan -0.0 -1.0) case. 2013-07-13 09:26:25 +09:00
meta.scm The guard-like macro in the core language is now called protect. 2013-06-15 18:43:44 +09:00