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
Mike Sperber
e26af436bc
Fix comment about location of deinprogramm image.ss's tests.
...
svn: r16003
2009-09-14 14:44:35 +00:00
Mike Sperber
650cd264b3
Brush up the (commented-out) documentation of `require' for the DMdA
...
languages.
svn: r16002
2009-09-14 14:42:52 +00:00
Mike Sperber
bdb70912da
Don't export quote, symbol? from DMdA-assignments language.
...
svn: r16001
2009-09-14 14:26:20 +00:00
Mike Sperber
418460cff5
Add style file to render ka.scrbl.
...
svn: r16000
2009-09-14 14:17:57 +00:00
Mike Sperber
e6400281f1
Don't print #i prefix in Stepper for DMdA languages.
...
svn: r15999
2009-09-14 12:05:05 +00:00
Mike Sperber
b6ca1e1673
Zap a bunch more `define-contract' forms.
...
svn: r15971
2009-09-11 09:38:59 +00:00
Mike Sperber
4a1ee8bb44
Check that the operands of `one-of' don't yield contracts.
...
svn: r15936
2009-09-09 15:18:14 +00:00
Mike Sperber
332fdb8602
Export contract' from the DMdA languages, making
define-contract' obsolete.
...
svn: r15934
2009-09-09 15:00:54 +00:00
Mike Sperber
38d9c6d8af
In `make-property-contract', transfer arity from procedure to contract
...
wrapper.
svn: r15933
2009-09-09 14:43:26 +00:00
Mike Sperber
89ec442c04
Merge branches/mike/quickcheck:
...
Add QuickCheck-based property testing to the DeinProgramm/DMdA languages.
svn: r15901
2009-09-07 16:31:18 +00:00
Mike Sperber
a3c947806c
Make DMdA language contracts do right wrt. immediate tail recursion.
...
svn: r15892
2009-09-05 19:38:46 +00:00
Mike Sperber
bb3818ee07
Zap leftover file.
...
svn: r15755
2009-08-17 09:33:50 +00:00
Matthew Flatt
345c17e85c
major Scribble revision (v4.2.1.2)
...
svn: r15569
2009-07-25 20:25:33 +00:00
Eli Barzilay
a70bf64fd9
Newlines at EOFs
...
svn: r15380
2009-07-04 02:28:31 +00:00
Eli Barzilay
66c855c2d3
Switch language readers to #lang s-exp
...
svn: r15188
2009-06-16 17:13:51 +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
Matthew Flatt
78f1b0c9a4
remove reundant and slightly wrong 'declare-exporting' in deinprogramm doc
...
svn: r14896
2009-05-21 11:20:36 +00:00
Mike Sperber
1408502378
Translate the messages from the test engine.
...
This requires some refactoring to move the relevant message generation
to test-display.scm.
svn: r14668
2009-04-30 12:32:02 +00:00
Eli Barzilay
c0a8a01222
Changed @itemize{...} to @itemize[...] (done after comparing the doc
...
tree and verifying that there are no changes).
(Also fixed a few bugs that were in the code)
svn: r14427
2009-04-05 17:46:20 +00:00
Robby Findler
2c85b7a795
improved performance of the teaching languages
...
svn: r14394
2009-04-01 00:15:20 +00:00
Mike Sperber
5efef6aa90
Back out rev rev 14072.
...
This had broken printing of image snips in the REPL.
svn: r14346
2009-03-30 07:27:10 +00:00
Mike Sperber
33b0384675
Remove some unneeded stuff from the DeinProgramm world.ss teachpack.
...
svn: r14327
2009-03-28 13:38:12 +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
Mike Sperber
5630594589
Fold DMdA-lib.scrbl into the other DMdA docs.
...
svn: r14106
2009-03-15 10:49:41 +00:00
Mike Sperber
7d71c34ba9
Consolidate the DMdA docs into a single chapter.
...
svn: r14098
2009-03-14 13:42:57 +00:00
Robby Findler
67c68ef05a
always use write
...
svn: r14072
2009-03-12 14:18:16 +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
Mike Sperber
018521cbc3
Merge from mike/dmda branch.
...
This adds the language levels, teachpacks, and documentation for the
textbook "Die Macht der Abstraktion".
svn: r14019
2009-03-09 07:51:09 +00:00