CARVIEW |
dyoo
(Danny Yoo)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Danny Yoo
- Website/Blog
- https://hashcollision.org/
- Company
- WPI
- Member Since
- Mar 25, 2009 (8 months)
Following 1 githubber and watching 13 repositories view all →
Public Repositories (9)
-
WeScheme
Last updated Fri Dec 18 12:45:34 -0800 2009
-
me
me
Last updated Thu Dec 17 08:48:45 -0800 2009
-
moby-scheme
The Moby Scheme Compiler for Smartphones
Last updated Wed Dec 16 12:21:25 -0800 2009
-
jslint-cmdline
Quick and dirty jslint from the command line
Last updated Wed Dec 02 13:10:56 -0800 2009
-
jsworld
Reactive World-style programming for Javascript
Last updated Mon Sep 21 09:11:05 -0700 2009
-
phonegap
phonegap fork for moby
Last updated Sat Sep 19 00:12:10 -0700 2009
-
http-world
HTTP Server programming in World
Last updated Thu Jul 23 20:02:03 -0700 2009
-
BuildApk
Build .apk files
Last updated Mon Jul 13 10:38:46 -0700 2009
-
gui-world
GUI-World functional library
Last updated Fri May 29 11:11:20 -0700 2009
Public Activity 
changing font size in the editor doesn't track well.
provide structured error messages
provide structured error messages

-
dyoo committed f921ef68:
refactoring location stuff.
provide structured error messages
capture tab character in the definitions window
wescheme login takes user to useless page
getting server errors on load
networked play

-
dyoo committed 2b185e79:
Lifting out the toplevel-lifting code into a separate function in types.ss
-
dyoo committed a3b0c062:
Corrected definition of weird-number to use eqv instead of =.
-
dyoo committed ce82e9a5:
Adding defensive edge cases.
-
dyoo committed 02aa1d59:
Traced bug in definition of NaN.
-
dyoo committed 6be24766:
Turning off sharing again; there's something fundamentally broken in the runtime library.
-
dyoo committed 68373731:
Trying to trace down why the number '3' is screwy with sharing. This is very bizarre.
-
dyoo committed 6879cb50:
Re-enabling shared expressions, but simplified the expression comparison.
-
dyoo committed 9f10b9cd:
Found code duplication responsible for bad error message.
-
dyoo committed b3fe28f2:
trying to track down weird issue with breakage of sharing.
-
dyoo committed e0f1e0e9:
Merge commit 'origin/devel' into devel
-
dyoo committed c94f75e3:
indentation.
-
dyoo committed 754fb00e:
exposing the names with strings to work with google closure compiler.
-
dyoo committed 62d381a5:
Temporarily turning off expression sharing; it's acting funkily with +inf.0 for some reason.
-
dyoo committed 624c2a3e:
Seeing a funny problems with infinity.
-
dyoo committed 7cdc63f9:
Still fixing bugs.
-
dyoo committed 1feb2050:
Trying to expose identifiers, preserving local.
-
dyoo committed 984056f1:
fixing type errors.
-
dyoo committed 9a2bb0a2:
Still working on shared expressions.
-
dyoo committed 7db842aa:
In the middle of collapsing shared expressions together.
-
dyoo committed 9afa8a88:
In the middle of keeping a shared symbol table.
And 5 more commits...
Error messages aren't showing location
function objects don't have a equality comparator assigned to them.

-
dyoo committed 6be24766:
Turning off sharing again; there's something fundamentally broken in the runtime library.
-
dyoo committed 68373731:
Trying to trace down why the number '3' is screwy with sharing. This is very bizarre.
-
dyoo committed 6879cb50:
Re-enabling shared expressions, but simplified the expression comparison.
-
dyoo committed e0f1e0e9:
Merge commit 'origin/devel' into devel
-
dyoo committed c94f75e3:
indentation.

-
dyoo committed cd0aa294:
Figured out how to get the splitter to size along with the window.
-
dyoo committed c61e41d0:
Figuring out how to get the frame to resize automatically.
-
dyoo committed 485125e9:
Experiments with split frames.
-
dyoo committed 8e0af264:
updating appengine library. Also fixed SourceCode; it should NOT be extending XML.

-
dyoo committed 66c1c624:
generalized the share button so it can be generated from both a Program and a ProgramDigest.
-
dyoo committed 1375afd6:
Trying to generalize so both programs and programdigests can give us sharing buttons.
-
dyoo committed cc155ca3:
fixing up wrappers; figured out that the ajax is giving us a toplevel element, which was screwing up with my use of children() since I was one level higher in the tree than I anticipated.
-
dyoo committed e0bf8912:
adjusting output of Program xml to include the shared programs too.
-
dyoo committed 0214a049:
updating ajaxactions.
-
dyoo committed dd53cf6a:
Moving helpers up to js. We want to slowly migrate all the javascript programs to a central place.
-
dyoo committed 8122199d:
refactoring prettyprintdate.
-
dyoo committed 4f0fa5e1:
Continuing to integrate with the google closure module system.
-
dyoo committed 962cbcb7:
Introducing ordering descending.

-
dyoo committed 74759053:
hiding the run button if you can't actually run the program.
-
dyoo committed 78cf459e:
updating links.
-
dyoo committed 776f5624:
Continuing to implement the social bookmarking.
-
dyoo committed 980032ba:
Adding the social bookmarks.
-
dyoo committed f349abe7:
I need to read up on jquery some more; I'm not quite certain why children() isn't doing what I expect.
-
dyoo committed 905c3aa5:
removing the margin, and making the editor a little more careful.
-
dyoo committed 3ada1d60:
Activated sharing on the console.
-
dyoo committed 66b13ac7:
Merge commit 'github/master'
-
dyoo committed 283a9145:
updating moby library

-
dyoo committed 8a149744:
In the middle of resolving issue with transactions.
-
dyoo committed 6e62e6ba:
refactoring.
-
dyoo committed ad756cee:
Starting to modularize.
-
dyoo committed ba39abb0:
Trying to update dependentices.
-
dyoo committed 6c9d8b0a:
adjusted big bang to keep things on the upper left side.
-
dyoo committed f1a9c62e:
Got modal dialog working with big-bang.
-
dyoo committed 413d71ac:
Changing the js-big-bang toplevel node hook to introduce a modal dialog.
world drawing is causing more draw updates than necessary
Error messages aren't showing location

-
dyoo committed 5e99d2e2:
Fixing bug in google closure; about to send upstream.
-
dyoo committed d6ae4da3:
Merge commit 'github/master'
-
dyoo committed a702b21d:
Adding google closure library.
-
dyoo committed 66ae3493:
Sharing urls sorta working now.
-
dyoo committed a3070f7c:
About to get the sharing popup to show.
-
dyoo committed 9725499a:
Regenerated dependency file.
-
dyoo committed 0e6e8f5c:
fixed references to moved functions.
-
dyoo committed f1c76b7e:
merging.
-
dyoo committed 16291f0d:
Merge commit 'origin/master'
-
dyoo committed bc87cd24:
Adding base.js

-
dyoo committed 754fb00e:
exposing the names with strings to work with google closure compiler.
-
dyoo committed 62d381a5:
Temporarily turning off expression sharing; it's acting funkily with +inf.0 for some reason.
-
dyoo committed 624c2a3e:
Seeing a funny problems with infinity.
-
dyoo committed 7cdc63f9:
Still fixing bugs.
-
dyoo committed 1feb2050:
Trying to expose identifiers, preserving local.

-
dyoo committed c8fa8099:
About to correct the tail calls so they don't accumulate continuations.
-
dyoo committed f9527332:
updating dependencies.
-
dyoo committed 4ef20887:
Starting to retrofit module namespaces from google base.js
-
dyoo committed a932448e:
Trying to integrate with google closure.
-
dyoo committed de95fed1:
Moved plt.Kernel.toWrittenString, plt.Kernel.toDisplayedString, plt.Kernel.toDomNode to types.js, as well as plt.Kernel.isEqual.
-
dyoo committed c19159dc:
Moving code from the kernel into types.js
-
dyoo committed 3e007abd:
tests in test-compiler.html passing again.
-
dyoo committed e4663008:
Trying to fix the last compiler test.
-
dyoo committed 59abb24a:
Fixing more of the regressions with testingerror.
-
dyoo committed ce5a380a:
Boxes being fixed.
-
dyoo committed 812f7d8c:
Starting to reduce circular dependency between types.js and kernel.js
-
dyoo committed eed3f72c:
Defensive: if source id hasn't been provided, just make something up.
-
dyoo committed 76509960:
Adjusting attribute existance checks to be more compatible with Google Closure.
-
dyoo committed cf47d48b:
Merge branch 'master' into devel
-
dyoo committed c795f180:
Reader wasn't maintaining source id
-
dyoo committed 010d36fa:
locToString
-
dyoo committed 00e882a7:
Changing runtime representation of location values from strings to hashtables, to reduce the amount of memory being used.
-
dyoo committed afa95903:
Merge commit 'origin/devel' into devel
-
dyoo committed 13d8e2f1:
Ripping out part of the hack we used for %module-begin, with help from Stevie Strictland.
-
dyoo committed d35ceb01:
Adjusting UnionFind structure: removed separate UnionFindNode structure, and directly representing the parent pointers to avoid construction so much.
And 5 more commits...