-
Notifications
You must be signed in to change notification settings - Fork 148
Language Features
Nathaniel Sabanski edited this page Jan 20, 2016
·
9 revisions
Added by Rodrigo B. de Oliveira
- Type Inference
- Builtin Literals for lists, hashes, arrays, regular expressions and timespans
- Slicing
- String Interpolation
- Statement Modifiers
- Syntactic Attributes
- Syntactic Macros
-
Generators
- Generator Expressions
- List Generators
- Array Generators
- Generator Methods
- First Class Functions
- Closures
- Callable Types
- Duck Typing
- Extensible Compilation Pipeline
- User-defined Value Types
- Interactive Interpreter
See the Boo Language Guide for a more complete reference, as well as the Tutorials and Cookbook.