Commit Graph

1700 Commits

Author SHA1 Message Date
Danny Yoo
aa57c8f378 first version to add new boxes dynamically 2012-06-24 18:41:01 -04:00
Danny Yoo
2f90adf7fc fixing type error in web-world 2012-06-24 18:30:19 -04:00
Danny Yoo
47f04305fc starting to cook up a drag-and-drop example 2012-06-24 17:51:52 -04:00
Danny Yoo
8b45f7f4e0 trying to make whalesong work with 5.3 2012-06-24 14:13:18 -04:00
Danny Yoo
df0d127f09 bumping up the version number in development 2012-06-24 14:04:11 -04:00
Danny Yoo
7d6f46d50e fixing indentation 2012-05-14 16:24:16 -04:00
Danny Yoo
e804a8c52b updating the select example to not printf 2012-05-14 16:23:57 -04:00
Danny Yoo
8397c4bece fix for issue 91 2012-05-14 16:23:07 -04:00
Danny Yoo
995f093baa writing small example with select 2012-05-14 15:16:07 -04:00
Danny Yoo
ad85814dbd bumping version 2012-05-04 16:16:59 -04:00
Danny Yoo
0bcdd61f10 oops 2012-05-04 16:09:50 -04:00
Danny Yoo
4f5b47500a bumping to 18 2012-05-04 16:06:38 -04:00
Danny Yoo
9ff59deb1c Explicitly marking read-accept-lang #t 2012-05-04 16:04:17 -04:00
Danny Yoo
325506452d updating release notes 2012-05-04 15:47:09 -04:00
Danny Yoo
1fb1530289 changing the abort so it doesn't kill us so easily 2012-05-04 15:44:25 -04:00
Danny Yoo
90105502ec turning off line-wrapping because of Racket bug 12749 2012-05-04 15:25:59 -04:00
Danny Yoo
f5e57f6e85 more printf to fprintfs 2012-05-03 13:45:36 -04:00
Danny Yoo
bf33504e06 removing the troublesome exit 2012-05-02 23:35:29 -04:00
Danny Yoo
89c224439b sending things to the report port 2012-05-02 23:34:45 -04:00
Danny Yoo
4f929a7171 adding helper message labels 2012-05-02 23:18:54 -04:00
Danny Yoo
f7728d74fc working on the gui 2012-05-02 23:08:08 -04:00
Danny Yoo
88e8ada3e1 Building rudimentary GUI 2012-05-02 15:33:59 -04:00
Danny Yoo
acf3802884 getting compile-time errors when compiling certain modules. 2012-04-18 15:02:29 -04:00
Danny Yoo
e4feff1b5a 16 to 17 2012-04-18 14:53:20 -04:00
Danny Yoo
10feaaa876 at the moment, ignoring submodule support till I have a better understanding 2012-04-18 14:48:27 -04:00
Danny Yoo
d0f3a47657 starting to add the code to process racket 5.3 bytecode 2012-04-18 14:08:38 -04:00
Danny Yoo
9fba97e2b8 added references to the other examples 2012-03-26 18:25:47 -04:00
Danny Yoo
1a372980bc updating docs, release notes for 1.16 release 2012-03-26 17:23:48 -04:00
Danny Yoo
28cec5de8e commenting out the all-applications collection for the moment; optimizaton to be done in an upcoming release, but not now. 2012-03-26 17:10:12 -04:00
Danny Yoo
aebbbbdc93 moving some of the analysis functions over to analyzer.rkt 2012-03-23 16:49:53 -04:00
Danny Yoo
e3e82f66a3 some code cleanup 2012-03-23 16:31:22 -04:00
Danny Yoo
e16a66f20b extracting the lambda environment just once, to make it easier to work with the lam+cenv structure 2012-03-23 14:55:29 -04:00
Danny Yoo
956238af05 adding the code for analyzing what applications a lambda calls 2012-03-23 14:45:57 -04:00
Danny Yoo
c74d3680b6 moving lam+cenv out to the compiler structs. 2012-03-23 13:17:10 -04:00
Danny Yoo
ce7a998ba8 correcting white-space: Firefox does not like it 2012-03-22 17:45:19 -04:00
Danny Yoo
4843664059 Cleaning up the program output a little 2012-03-19 22:33:24 -04:00
Danny Yoo
fd43fd59d7 got the example working a lot better now. 2012-03-19 22:31:16 -04:00
Danny Yoo
7f8b88abf4 Got a simple clicking example working. 2012-03-19 22:08:44 -04:00
Danny Yoo
ebc3191676 changing the success continuation passed to js-function->procedure so it can return multiple values back easily. 2012-03-19 21:50:59 -04:00
Danny Yoo
5a35785c7a continuing to load the map element 2012-03-19 19:00:06 -04:00
Danny Yoo
7fbb36e4b1 trying to write simple binding to google maps 2012-03-19 18:22:31 -04:00
Danny Yoo
beb2c02e31 removing google-maps: not ready yet 2012-03-16 16:56:22 -04:00
Danny Yoo
8798ab96a7 trying to get in abort-current-continuation 2012-03-16 16:55:05 -04:00
Danny Yoo
d76e622bd8 adding more documentation about the world extensions 2012-03-16 14:19:04 -04:00
Danny Yoo
5c245da591 filling in documentation for the ffi 2012-03-16 13:44:06 -04:00
Danny Yoo
05fe0c5de4 adding comments 2012-03-15 17:07:02 -04:00
Danny Yoo
1aa0748cda adding comments 2012-03-15 17:06:47 -04:00
Danny Yoo
3a7507bab9 removing debug messages; adjusting the numeric tower to send errors it sees to the current machine 2012-03-15 16:53:47 -04:00
Danny Yoo
2d7de1f256 caught the bug. control after calling the fail continuation wasn't being returned in baselib-functions/internalCallDuringPause. Subtle. 2012-03-15 16:33:30 -04:00
Danny Yoo
5798e28801 avoiding the internal error by explicitly checking the arity 2012-03-15 16:28:16 -04:00