Slide 26
Slide 26 text
wsrb: Whitespace compiler and the language
● wsrb language is a subset of Ruby
● It supports
○ Local vars, method call and def, Integer, Array, Hash,
true, false, nil, if, case, while
● It does not support
○ Most built-in methods, String, class, module, meta
programming, and so on