Matthias Felleisen
2153c258db
fixed to docs of eq?, eqv?, memq, and memv
...
svn: r16742
2009-11-13 03:30:46 +00:00
Matthias Felleisen
26bf0a7297
added list* to advanced
...
svn: r16492
2009-10-31 16:13:57 +00:00
Matthew Flatt
f3de56f742
fix 'append' in ISL+ to disallow a non-list last argument (merge to 4.2.2)
...
svn: r16166
2009-09-29 15:28:44 +00:00
Matthias Felleisen
d39c717b69
fixed argmax doc bug; please propagate
...
svn: r16118
2009-09-23 22:27:13 +00:00
Matthias Felleisen
4ad2d25e1d
error takes just a string
...
svn: r16071
2009-09-19 17:20:34 +00:00
Kathy Gray
e3c2721052
Adding check-member-of and check-range to the htdp languages and updating the docs.
...
svn: r16064
2009-09-18 12:37:18 +00:00
Mike Sperber
c26b3b8c6c
Make the Stepper behavior on and/or configurable:
...
In the HtDP languages, initial subexpressions that have evaluated to
#t / #f remain in the residual term, whereas in the DMdA languages,
they do not.
svn: r16018
2009-09-15 17:32:21 +00:00
Matthias Felleisen
3c6f5e5c98
append takes 1 or more arguments now in ISL+
...
svn: r15779
2009-08-18 20:01:31 +00:00
Matthias Felleisen
fd813e111e
added make-pair to beginner
...
svn: r15742
2009-08-14 23:27:54 +00:00
Mike Sperber
28d27a5074
Make sure the test results are displayed, even when an exception
...
occurs running the tests.
svn: r15724
2009-08-13 06:42:40 +00:00
Matthew Flatt
3cb2775f7c
preserve original id use in expansion of first-order->higher-order
...
svn: r15699
2009-08-11 01:58:03 +00:00
Matthias Felleisen
1fe887fd9a
doc bug for replicate fixed
...
svn: r15686
2009-08-07 18:37:09 +00:00
Eli Barzilay
03f91ccbeb
set svn:eol-style
...
svn: r15561
2009-07-25 10:06:55 +00:00
Matthias Felleisen
5e638cc8fe
andmap, ormap (10326); remove added
...
svn: r15555
2009-07-24 22:06:24 +00:00
Matthew Flatt
68a2257f2a
better interaction of HtDP languages with scheme/match
...
svn: r15462
2009-07-16 16:11:12 +00:00
Eli Barzilay
a70bf64fd9
Newlines at EOFs
...
svn: r15380
2009-07-04 02:28:31 +00:00
Matthew Flatt
81f9622b58
HtDP lang doc repairs
...
svn: r15203
2009-06-18 07:47:36 +00:00
Matthew Flatt
b09e905da0
fix intm+ function export to omit replaced beg math ops
...
svn: r14841
2009-05-16 02:20:13 +00:00
Matthias Felleisen
6a4c101859
arithmetic functions should be standard
...
svn: r14831
2009-05-15 16:30:39 +00:00
Matthias Felleisen
0e43e6a0dc
added functins for analyzing strings as 1-letter strings
...
svn: r14830
2009-05-15 16:22:17 +00:00
Matthias Felleisen
299cba5adf
svn: r14823
2009-05-14 22:50:43 +00:00
Matthias Felleisen
bac292acc6
second draft of char/string
...
svn: r14755
2009-05-08 21:55:05 +00:00
Matthias Felleisen
4d3d16ef48
char replacement functions, first draft
...
svn: r14741
2009-05-07 21:41:44 +00:00
Matthias Felleisen
5f2a62f37c
svn: r14689
2009-05-02 15:25:15 +00:00
Matthew Flatt
b07a536ae3
bind λ in HtDP Intermediate+Lambda and Advanced (patch from Todd O'Bryan)
...
svn: r14539
2009-04-17 11:18:30 +00:00
Matthias Felleisen
05ae98e55b
fixed error message for sqr
...
svn: r14515
2009-04-14 22:04:52 +00:00
Matthias Felleisen
d0841e6c74
random modified to take just one argument
...
svn: r14514
2009-04-14 21:52:45 +00:00
Robby Findler
2c85b7a795
improved performance of the teaching languages
...
svn: r14394
2009-04-01 00:15:20 +00:00
Ryan Culpepper
cf87504e00
Fixed startup errors caused by tool dependencies (see PR 10125)
...
removed htdp-lang dependency on debugger
removed deinprogramm dependency on stepper, debugger, and htdp-langs
both still depend on test-engine tool, but only for execution
Probably apply to release branch, but needs review.
svn: r14119
2009-03-16 06:25:31 +00:00
Robby Findler
53af4d6a9a
moved tracing support from the htdp tool into drscheme proper
...
svn: r14054
2009-03-11 17:42:04 +00:00
Robby Findler
11cd0a5691
fixed tracing in the teaching languages
...
svn: r14026
2009-03-10 13:49:40 +00:00
Matthew Flatt
9927b0b576
changed htdp languages to allow identifier module paths; scribble improvements to latex back-end; added definterface
...
svn: r13681
2009-02-16 22:04:51 +00:00
Matthias Felleisen
f302dbfb91
integer-sqrt and make-rectangular added
...
svn: r13591
2009-02-15 01:34:54 +00:00
Matthias Felleisen
d43f58df4c
annotated integer inputs
...
svn: r13590
2009-02-15 01:31:08 +00:00
Robby Findler
62993e9df3
fixed the style deltas so that covered ranges that are inside uncovered ranges now color properly
...
svn: r13231
2009-01-19 21:09:08 +00:00
Matthias Felleisen
cba8e0d079
doc request: 10022; fixed
...
svn: r13085
2009-01-13 02:47:26 +00:00
Matthias Felleisen
f5714c2086
added universe via a 2htdp teachpack
...
svn: r12980
2009-01-03 02:38:09 +00:00
Robby Findler
fb821d9041
added argmin and argmax to scheme/list and to the teaching languages
...
svn: r12960
2009-01-01 00:03:31 +00:00
Matthew Flatt
1642a84e69
add equal?/recur; implement equal? for image-snip% via properties
...
svn: r12950
2008-12-29 22:36:53 +00:00
Robby Findler
fca3c228a7
reader didnt get set up properly for the teaching languages
...
svn: r12823
2008-12-12 21:25:04 +00:00
Matthew Flatt
56ffc62ee2
when embedding source modules for an executable, includes any needed reader modules
...
svn: r12758
2008-12-09 22:07:28 +00:00
Robby Findler
2c78076fe6
svn: r12606
2008-11-27 00:46:56 +00:00
Robby Findler
b8687f7957
change 'list' contract to (listof any)
...
svn: r12469
2008-11-17 14:32:15 +00:00
Matthew Flatt
fc68840124
fix first-order->higher-order
...
svn: r12400
2008-11-12 03:08:15 +00:00
Matthew Flatt
a63a20bd83
first-order->higher-order from lang/prim
...
svn: r12369
2008-11-10 03:21:51 +00:00
Robby Findler
a4b6310507
a fix to the way tabs switch around, plus a few additions (that are disabled for now) in preparation for making drscheme automatically compile files that it runs
...
svn: r12344
2008-11-07 18:13:33 +00:00
Matthias Felleisen
e9ca169869
string functions take at least two arguments
...
svn: r12167
2008-10-29 15:13:17 +00:00
Robby Findler
23a541177b
changed test coverage highlighting to be more color-blind friendly
...
svn: r12161
2008-10-28 21:36:06 +00:00
Matthew Flatt
8cf2306979
adjust HtDP language module-begin to work right if 'provide' shows up
...
svn: r12157
2008-10-28 13:27:22 +00:00
Matthew Flatt
bb7d3d1a28
fix 'local-expand' checking of stop list to disallow symbols; extend 'continuation-marks' to work on threads; fix HtDP language module-level stop list
...
svn: r12101
2008-10-23 13:38:03 +00:00