dyoo / whalesong

Whalesong: Racket to JavaScript compiler
http://hashcollision.org/whalesong
250 stars 30 forks source link

print-style on values isn't doing constructor-style output #43

Closed dyoo closed 13 years ago

dyoo commented 13 years ago

Each of the toDomNode methods of the values should watch the format style passed in the parameter, and do constructor style printing accordingly.

dyoo commented 13 years ago

Working on this on the 'printing' branch. Will be more systematic about using the params parameter to toDomNode. params will have a recur() method to help manage the cycle detection.

dyoo commented 13 years ago

Addressed in 56d3748; the output is not quite perfect, but better than what we had before.