Asumu Takikawa
d406e2db57
Make srfi/19 compatible with date* structs
...
- srfi/19 functions now produce and accept date*s
- some functions produce lax-dates for backwards compat.
2013-01-14 10:35:43 -05:00
Matthew Flatt
78d48160b6
add SRFI 1's `unfold-right' to doc index
2012-10-29 07:46:10 -06:00
Matthew Flatt
47c2fb8ba9
doc clarification on SRFI-1 exports
2012-01-18 09:50:32 -07:00
Ryan Culpepper
1b702a2ae3
docs reorganization
...
added tutorial, racket categories
relabeled some other categories
normalized manual names: de-bolded, changed some names
2011-07-01 17:16:53 -06:00
Eli Barzilay
a38f384a00
Finish converting scheme' ->
racket'.
...
Everything compiles fine now even if the compatibility bindings are
gone.
2011-06-28 00:45:38 -04:00
Eli Barzilay
ac26fe7554
A ton of @scheme*' ->
@racket*' and related updates.
...
Also, updates some of the mzlib files to point at `racket/*' libraries
rather than to `scheme/*' ones.
2011-06-25 04:08:47 -04:00
Matthew Flatt
e652546bf5
add streams to `racket'
...
- rename old `racket/stream' to `racket/sequence', and adjust
to avoid stateful iterations
- add a new `racket/stream' library with a `strean-cons' that is based
on SRFI 41
- adjust `for' and some sequence constructors like `in-range' to
work more directly with streams
2011-03-18 19:05:23 -06:00
Matthew Flatt
eb15dceb34
rackety misc docs
2010-05-07 09:13:51 -06:00
John Clements
78aa87368e
Fixed typo in doc paragraph (also changed to active voice, take that languagelog), updated
...
srfi 19 to be in #lang racket.
2010-04-22 00:03:52 -07:00
Matthew Flatt
9d9e586123
finish up SRFI-98: docs and R6RS
...
svn: r17302
2009-12-15 01:21:09 +00:00
Eli Barzilay
4288c6c2c7
The Scribble reader was improved to make it pull out the syntax
...
punctuations outside of the form, as it does with quote punctuations.
So things like this
#, @foo{...}
that required the space to make the @foo read as a scribble form are
now better written as
@#,foo{...}
This changes all such occurrences. (In case you see this change in
your files and are worried that there might be changes: I mechanically
verified that the result of `read'ing the modified files is identical
to the previous version.)
svn: r15111
2009-06-07 10:12:32 +00:00
Eli Barzilay
50b418809d
no require line for srfi 62
...
svn: r11038
2008-08-02 20:35:13 +00:00
Matthew Flatt
9355b39761
fix SRFI 1 docs on set-car! and set-cdr! (PR 9504)
...
svn: r10263
2008-06-14 21:04:55 +00:00
Eli Barzilay
d0626521e1
fix bad srfi-41 reference
...
svn: r9901
2008-05-20 01:15:57 +00:00
Matthew Flatt
6ef3399174
hack SRFI 42 to recognize if from scheme/base
...
svn: r9854
2008-05-15 17:00:16 +00:00
Chongkai Zhu
2a510cac87
adding jpgs for SRFI 41 doc
...
svn: r9758
2008-05-08 23:39:29 +00:00
Matthew Flatt
7a4c379b8f
add srfi 41 implementation and update Chinese string constants
...
svn: r9483
2008-04-25 23:06:15 +00:00
Matthew Flatt
5f28020da3
tweak prose
...
svn: r9339
2008-04-16 21:19:50 +00:00
Matthew Flatt
28a3f3f0e7
r5rs and srfi docs and bindings
...
svn: r9336
2008-04-16 20:52:39 +00:00