Commit Graph

1673 Commits

Author SHA1 Message Date
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
Danny Yoo
441c40d305 fixing argument passing to the callback 2012-03-15 15:07:24 -04:00
Danny Yoo
45ef3b21f9 correcting a problem with regards to accumulated event handlers in the presence of a to-draw that doesn't return a view that depends on the current view. 2012-03-15 14:29:44 -04:00
Danny Yoo
1f04418f7c continuing to fix 2012-03-15 13:54:09 -04:00
Danny Yoo
f05f452dd6 continuing to fix some typos 2012-03-15 13:32:33 -04:00
Danny Yoo
4e8b8a64cd continuing to push the cps-ing through 2012-03-15 13:14:51 -04:00
Danny Yoo
764afaa731 adding a foreachK helper 2012-03-15 13:08:00 -04:00
Danny Yoo
da295687e5 cpsing the web-world a little more so I can call event handler on-start and on-stop too 2012-03-15 13:00:29 -04:00
Danny Yoo
a88e4192e3 in the middle of revising the ffi for the world 2012-03-14 21:16:01 -04:00
Danny Yoo
5c881e6487 fixing the example 2012-03-06 14:04:19 -05:00
Danny Yoo
fa6cad34b7 ok, clipart is working. Better notify grem 2012-03-06 11:06:07 -05:00
Danny Yoo
6871bbf07c correcting scaling bug 2012-03-06 11:05:01 -05:00
Danny Yoo
54cbc623fb trying to trace why we're getting fractional 2012-03-06 11:02:36 -05:00
Danny Yoo
dd6135123c continuing to try making grem's clipart example work 2012-03-06 10:51:10 -05:00
Danny Yoo
cb2ef22559 working on clipart test 2012-03-06 10:40:35 -05:00
Danny Yoo
ce0e1259b5 variable renaming 2012-03-05 17:10:26 -05:00
Danny Yoo
3315d65f43 js-get-message example 2012-03-05 16:04:42 -05:00
Danny Yoo
15812e1c53 got another thing working 2012-03-05 16:03:14 -05:00
Danny Yoo
002521a21b intra-iframe communication example 2012-03-05 15:55:02 -05:00
Danny Yoo
8e3c2cf920 documenting the test function; need to show it to a few people 2012-03-04 21:46:27 -05:00
Danny Yoo
2e44e1cfdb trying to get it to work 2012-03-04 21:41:34 -05:00
Danny Yoo
ecb62a63e8 trying to get it to work 2012-03-04 21:20:53 -05:00
Danny Yoo
c598b1933b trying to make world event sources out of javascript function call 2012-03-04 20:40:15 -05:00
Danny Yoo
19a8bc6840 continuing to quickly prototype this. 2012-03-04 20:30:45 -05:00
Danny Yoo
714eb87844 trying to extend web world for this. 2012-03-04 20:24:34 -05:00
Danny Yoo
cf40b06d69 trying to test out the js binding stuff 2012-03-04 18:24:57 -05:00
Danny Yoo
60387d58e5 trying to implement js-function and js-async-function 2012-03-04 18:13:20 -05:00
Danny Yoo
9b2bc3a3dc test case that uses ramanujan's series for approximating pi 2012-03-02 19:22:10 -05:00