Stephen Chang

Results 69 issues of Stephen Chang

A first step towards https://github.com/racketscript/racketscript/issues/84

small project
ffi

@vishesh What do you think of this idea? Spun off from: https://github.com/racketscript/racketscript/issues/265 Related to https://github.com/racketscript/racketscript/issues/237

enhancement
ffi

Inspired by discussion here: https://github.com/brownplt/pyret-lang/issues/1631 It would be nice to support running `2htdp/universe` programs in some way. This could either: - require a non-browser server running somewhere; the WebSocket API...

medium project
htdp

see https://github.com/racketscript/racketscript/issues/271

`display` doesnt seem to print unless a newline is subsequently printed after it (`displayln` works fine) Example ``` #lang racket/base (display 333) ; prints nothing ``` ``` #lang racket/base (displayln...

Contracts should be disabled by default since they - use many unsupported features - increase code size by a lot - dont really affect semantics Without contracts, many more racket...

This is a subtask of https://github.com/racketscript/racketscript/issues/93 But I'm separating it out because it's a smaller task that someone could take on, and even a bad implementation would enable many more...

small project

Right now there's `#lang racketscript/base` but no `#lang racketscript`, which might be confusing for beginners? Should we add it (it can be the same as `base` for now)?

tiny task