Comment on WeScheme (web IDE)Comments−sheffieldOP15yTry this Hello world: (js-big-bang 0 ;; initial world (on-draw ;; the dom tree renderer (lambda (w) (list (js-p '(("id" "myPara"))) (list (js-text "hello world")))) ;; the css renderer (lambda (w) '(("myPara" ("font-size" "30"))))))
Comments
Try this Hello world: