Commit Graph

1691 Commits

Author SHA1 Message Date
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
Danny Yoo
07d569a66b trying to determine toplevel references 2012-03-02 01:13:10 -05:00
Danny Yoo
cd7b8904f5 lifting up closure constants 2012-03-02 00:58:29 -05:00
Danny Yoo
0ad456d380 singleton pause object to reduce allocation 2012-03-01 23:18:05 -05:00
Danny Yoo
b788e1bb57 renaming variables for clarity 2012-03-01 21:52:27 -05:00
Danny Yoo
1cd5e9b7cc expanding the set of simple expressions to include primitive references 2012-03-01 17:40:24 -05:00
Danny Yoo
c54583dde4 reducing juggling by a little more 2012-03-01 17:22:18 -05:00
Danny Yoo
05b1d9de86 symbol table to reduce allocation of symbols 2012-02-29 15:30:48 -05:00
Danny Yoo
926ef2fb90 removing level of indirection 2012-02-29 14:42:12 -05:00
Danny Yoo
aed845f3f5 eliminating unnecessary argcount assignment when primitives are used 2012-02-29 14:20:14 -05:00
Danny Yoo
2ade0f2db6 trying to reduce cost of primitive application 2012-02-29 14:04:17 -05:00
Danny Yoo
8c3cf9c5f2 trying to reduce cost of primitive application 2012-02-29 13:55:04 -05:00
Danny Yoo
e9d3c207f7 fixing indentation, enabling comments in emitted source 2012-02-29 12:37:09 -05:00
Danny Yoo
fc521f6f7b still trying to optimizing module variable lookup 2012-02-28 23:33:03 -05:00
Danny Yoo
d3ab24d6c8 adding while loops if we can trivially detect them. 2012-02-28 20:08:20 -05:00
Danny Yoo
e62b7e9977 Statically determining more jumps, so we should be able to do while loops. 2012-02-28 19:55:15 -05:00
Danny Yoo
32ff42bebe adding a simple looping example 2012-02-28 19:23:46 -05:00
Danny Yoo
1e152258f7 adding print-il target to make it easier for me to debug and see how things are being translated 2012-02-28 18:58:14 -05:00
Danny Yoo
83f6db4211 back-porting the corrections I needed to make to take advantage of load-script, as well as correctly sending string rather than naked id to the call to the Raphael JS library 2012-02-28 18:26:21 -05:00
Danny Yoo
2abca33a81 updating raphael-demo with new version from Jens 2012-02-28 18:24:58 -05:00
Danny Yoo
f7917d378c fixing compilation on 5.1.3 2012-02-28 15:26:40 -05:00
Danny Yoo
862fa431fe correcting example so it works under firefox too 2012-02-28 00:29:44 -05:00
Danny Yoo
7dc42c34c6 correcting the typechecks on the fast-path math 2012-02-27 23:10:40 -05:00
Danny Yoo
8df8168d1c making the construction of the mockview lazy 2012-02-27 23:02:36 -05:00
Danny Yoo
a933a419dd just in case 2012-02-27 21:45:47 -05:00
Danny Yoo
d41aa187e3 adding load-script to the FFI; modified examples/raphael-demo.rkt so that it loads the raphael library dynamically 2012-02-27 21:39:32 -05:00
Danny Yoo
7b2618bf14 Merge pull request #89 from soegaard/js-eval
Add js-eval for evaluating Javascript from Whalesong
2012-02-27 16:20:25 -08:00
Danny Yoo
ca444e49ee some cleanup 2012-02-27 18:46:41 -05:00
Danny Yoo
9aa1ac12d8 toplevel lookup should be cheaper 2012-02-27 18:34:44 -05:00
Danny Yoo
8dae95902c fixed some typos 2012-02-27 18:31:13 -05:00
Danny Yoo
95e8a08079 still debugging 2012-02-27 18:21:43 -05:00
Danny Yoo
1d6d1d481a debuggin 2012-02-27 18:09:19 -05:00
Danny Yoo
8d9c1100f7 about to change toplevel reference and setting again 2012-02-27 17:53:35 -05:00