Ticket #115 (closed task)
represent JS booleans as Scheme booleans
Reported by: | dherman | Owned by: | dherman |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | dherman/javascript.plt | Keywords: | |
Cc: | Version: | 9 | |
Racket Version: | 4.0 |
Description
Should use #t and #f for the booleans. This will mean:
- change documentation of values (comments and scribble)
- change all code that deals with booleans
- change all internal API's that return (optional value) to return value and take a failure thunk
Change History
Note: See
TracTickets for help on using
tickets.