wescheme is a programming language created in 2009.
#2523on PLDB | 15Years Old |
;; The world is a number
;; tick: world -> world
(define (tick world)
(add1 world))
(big-bang 0
(on-tick tick 2)) ;; tick every two seconds
Feature | Supported | Example | Token |
---|---|---|---|
Comments | ✓ | ; A comment | |
Line Comments | ✓ | ; A comment | ; |
Semantic Indentation | X |