WeScheme icon indicating copy to clipboard operation
WeScheme copied to clipboard

Results 20 WeScheme issues
Sort by recently updated
recently updated
newest added

When i try to run WeScheme on local, (localhost:8080) it always gives the error in the title of this issue. Server logs are like below: [java] INFO: Dev App Server...

Reported by sk: #|... #| works correctly in WeScheme, but the editor doesn't recognize it, so it looks like the code in the ... is still active code.

This bug is in our own mode (not the Scheme mode that ships with CM): (define multi-line "this is a valid string") Does not parse in CM correctly -- though...

There's some state that is not being reset correctly. Under Racket, if you press F5 several times (seven) for the following code: ``` ( (define (f x) (* x x))...

Reported by "Lee" Leland Nickleson: "When I opened the documentation window, it was very narrow and wouldn’t expand when I was using IE 8. It worked OK in Firefox by...

Reported by sk: --- If I take the following program, put the cursor somewhere in the middle (so both fragments are off-screen), and run, when I click on the "something...

Reported by SK: --- Here's a program: ``` (define (l l1 n1 w1) (cond [true 1])) (l 2 3) ``` [The function name is "ell", not "one".] The error message...

something's breaking on ie8 for the following program `(define p (crop 330 180 80 100 (bitmap/url "http://www.bootstrapworld.org/images/girls.jpg"))) (define (ghost p) (color-list->bitmap (map (lambda (c) (make-color (color-red c) (color-green c) (color-blue...

Request from a Stack Overflow user: provide ability to print source code. http://stackoverflow.com/questions/9346711/how-to-print-wescheme-programs