Questions Columns Rows
GitHub icon

wescheme

wescheme - Programming language

< >

wescheme is a programming language created in 2009.

#2270on PLDB 14Years Old


Example from the web:
;; The world is a number ;; tick: world -> world (define (tick world) (add1 world)) (big-bang 0 (on-tick tick 2)) ;; tick every two seconds

Language features

Feature Supported Token Example
Comments ✓
; A comment
Line Comments ✓ ;
; A comment
Semantic Indentation X

View source

- Build the next great programming language · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Stats · Sponsor · Traffic · Traffic Today · Day 279 · feedback@pldb.com · Logout