Patrick Mahoney
|
af83d7b6bd
|
Revert to frtime/struct
Moving to syntax/struct was resulting in tile-game.rkt breaking.
Apparently it is the only demo using structs, or one of a few.
|
2012-09-04 21:57:14 -07:00 |
|
Patrick Mahoney
|
a02d53130e
|
Remove mzlib opt-lambda uses
Racket's lambda provides optional args. Use this in favour of the
mzlib/etc opt-lambda.
|
2012-09-04 21:57:13 -07:00 |
|
Patrick Mahoney
|
65ace21d22
|
Change all instances of make-hash to make-hasheq
Merge Gregory Cooper's suggested change. With this, the demos are all
working!
|
2012-09-04 21:57:13 -07:00 |
|
Patrick Mahoney
|
0ef9104a52
|
Big Commit that introduces the freeze in demos relying on animation
|
2012-09-04 21:57:13 -07:00 |
|
Patrick Mahoney
|
182cf25bfa
|
Reorder provides in lang-core.rkt
|
2012-09-04 21:57:10 -07:00 |
|
Patrick Mahoney
|
fa740ebfcf
|
Reorder and cleanup requires in lang-core.rkt.
|
2012-09-04 21:57:09 -07:00 |
|
Patrick Mahoney
|
2d12f007a9
|
Reduce dependency on mzlib/etc requires.
Only opt-lambda remains imported from this lib. Later, this dependency
will be removed.
|
2012-09-04 21:57:09 -07:00 |
|
Patrick Mahoney
|
ca236f0ad7
|
Remove srfi/43/vector-lib dependency
|
2012-09-04 21:57:09 -07:00 |
|
Patrick Mahoney
|
37aa13b96d
|
Remove srfi/43/vector-lib dependency in favor of racket/vector
|
2012-09-04 21:57:09 -07:00 |
|
Patrick Mahoney
|
7640e5ddb2
|
Require imports from frtime/core/frp explicitly
-Animation tests pass.
-Generally prefer explicit imports.
|
2012-09-04 21:57:09 -07:00 |
|
Patrick Mahoney
|
360eb60568
|
Explicitly import identifiers from syntax/struct.
|
2012-09-04 21:57:09 -07:00 |
|
Patrick Mahoney
|
7e21d64cdf
|
Refactor mzlib/list syntax require into two Racket requires.
mzlib/list exports foldl, whereas racket/base exports this identifier.
|
2012-09-04 21:57:09 -07:00 |
|
Patrick Mahoney
|
6c4d8aa336
|
Require syntax/struct instead of frtime/struct
Can frtime/struct.rkt be removed now? (likely yes).
|
2012-09-04 21:57:08 -07:00 |
|
Eli Barzilay
|
17090fca4f
|
A bunch of fprintf' -> eprintf' conversions (and a few related things).
|
2012-05-06 12:06:00 -04:00 |
|
Eli Barzilay
|
8e0f8dd39c
|
More "~n" -> "\n" changes
|
2010-08-26 12:11:00 -04:00 |
|
Eli Barzilay
|
d0ecc73df5
|
More plt-scheme -> racket-lang, specifically for planet and bugs urls.
|
2010-05-31 15:11:27 -04:00 |
|
Matthew Flatt
|
28b4043077
|
rename all files .ss -> .rkt
|
2010-04-27 16:50:15 -06:00 |
|