Commit Graph

146 Commits

Author SHA1 Message Date
Danny Yoo
88d6626451 crazy idea to do the presentation as a world program 2011-07-22 23:53:16 -04:00
Danny Yoo
bd4b7e5e9b fixing bug with not deeply triggering the afterAttach event 2011-07-22 02:17:33 -04:00
Danny Yoo
26cd925d37 unholy. Brainf*ck in Whalesong 2011-07-21 18:25:55 -04:00
Danny Yoo
041681c5d0 pacman 2011-07-21 16:54:15 -04:00
Danny Yoo
173d67f5d6 key handler is starting to work 2011-07-21 15:41:24 -04:00
Danny Yoo
94c24f0841 continuing to debug the image world program 2011-07-20 14:16:10 -04:00
Danny Yoo
12ab2a5738 continuing to debug falling rain world program 2011-07-20 14:08:41 -04:00
Danny Yoo
cfd65fc782 continuing to debug falling rain world program 2011-07-20 14:06:52 -04:00
Danny Yoo
615319f9ac in the middle of getting the rain program running 2011-07-20 13:52:05 -04:00
Danny Yoo
6b498d1e7a adding stop-when 2011-07-18 14:15:39 -04:00
Danny Yoo
66327c28ee reducing maximum cap 2011-07-18 13:38:45 -04:00
Danny Yoo
061ea53805 Changing the coersion example so it can show difference between computing the value and printing it out. 2011-07-18 10:53:23 -04:00
Danny Yoo
752bc5350e on-tick appears to be doing something useful 2011-07-18 10:28:39 -04:00
Danny Yoo
3134de4d87 Renaming TestAndBranch to TestAndJump, since I want to have a dedicated branch statement that reuses JavaScript's native if 2011-07-16 17:59:15 -04:00
Danny Yoo
dc14753a73 trivial optimziation 2011-07-16 14:28:29 -04:00
Danny Yoo
5ff41c40f3 fixing deviation in test case 2011-07-14 18:55:57 -04:00
Danny Yoo
03165a4191 installing on-tick 2011-07-14 18:26:56 -04:00
Danny Yoo
5ca2e93565 somewhat unsatisfied; I still don't like some of the complexity of calling functions from js. 2011-07-14 17:12:17 -04:00
Danny Yoo
a88484ed71 trying to code internalCall for big-bang 2011-07-14 16:42:49 -04:00
Danny Yoo
619abb1fca moving javascript-specific functions off to the js module 2011-07-14 15:33:04 -04:00
Danny Yoo
06aaf51cb8 switched over symbols to Symbol class 2011-07-14 15:12:19 -04:00
Danny Yoo
ed5894b92c optimization pass 2011-07-13 17:52:50 -04:00
Danny Yoo
7878b2ae85 trying to save the private exports 2011-07-13 16:08:30 -04:00
Danny Yoo
1deed94e04 continuing to work on the image example 2011-07-13 15:13:02 -04:00
Danny Yoo
f4ace3d6e0 correcting typos 2011-07-13 14:47:24 -04:00
Danny Yoo
7c8e24133d continuing to absorb image implementation 2011-07-13 14:45:10 -04:00
Danny Yoo
70187d3b26 Merge commit 'origin/master' 2011-07-12 15:27:23 -04:00
Danny Yoo
6d70e2f5f0 functions to procedures; also working on image 2011-07-12 15:13:56 -04:00
Danny Yoo
c030b53333 adjusting the builder so that compression will work as an option 2011-07-11 22:40:16 -04:00
Danny Yoo
c13d181361 coersing example is working finally 2011-07-11 19:23:01 -04:00
Danny Yoo
b9e7ae57e6 chasing initialization bug 2011-07-11 18:48:33 -04:00
Danny Yoo
bf2213d2b4 coding up coerseToJs 2011-07-11 17:09:05 -04:00
Danny Yoo
f4c426f41a images look like they're working 2011-07-11 15:59:42 -04:00
Danny Yoo
ca7c8eb9a3 Chased issue where we lose the trampoline down to incorrect use of setTimeout. Yikes. 2011-07-11 15:48:58 -04:00
Danny Yoo
34c9d7954b debugging pause 2011-07-11 14:59:43 -04:00
Danny Yoo
3e18676fea fixing small omissions to make the test suite run again 2011-07-10 20:51:32 -04:00
Danny Yoo
1a7e66d3fe in the middle of fixing the type checks on primitives' 2011-07-10 20:21:03 -04:00
Danny Yoo
dbdde36997 cleanup 2011-07-10 19:17:13 -04:00
Danny Yoo
3f5c2b459f fixing the runtime library 2011-07-10 18:36:42 -04:00
Danny Yoo
9afc4accdc checkargumentype 2011-07-10 15:58:42 -04:00
Danny Yoo
2eb571ef24 getting minimal set of values we need from the image library to run our image exercise 2011-07-08 17:27:19 -04:00
Danny Yoo
59835d9187 moving the exception-raising functions into plt.baselib.exceptions 2011-07-08 16:33:42 -04:00
Danny Yoo
1e5690e0d5 restoring the image library 2011-07-08 13:58:07 -04:00
Danny Yoo
4aabe044fc fixed 2011-07-08 13:24:23 -04:00
Danny Yoo
91c2460a23 in the middle of fixing require for js-implemented modules 2011-07-08 13:20:29 -04:00
Danny Yoo
e0429d565a fixing a few type errors 2011-07-07 19:03:46 -04:00
Danny Yoo
a4944ecc9c moving run-more-tests up one directory 2011-07-06 21:28:11 -04:00
Danny Yoo
baf58fcbbe bug identified: structures need to use a span instead of a div 2011-07-06 20:56:51 -04:00
Danny Yoo
e2869e744e trying to trace why there's a second newline after color display 2011-07-06 20:55:22 -04:00
Danny Yoo
a080f6079c removing dependency on types 2011-07-06 17:00:42 -04:00