-
Notifications
You must be signed in to change notification settings - Fork 148
Language Guide
rollynoel edited this page Jun 16, 2013
·
54 revisions
Added by Rodrigo B. de Oliveira
-
Basic Features of Boo
-
Using .NET's Standard Class Library
- General .NET Help
-
[String Operations](./Language-Guide:-String-Operations)
-
[Site Index](https://github.com/bamboo/boo/wiki/_pages)
-
[Regular Expressions](https://github.com/bamboo/boo/wiki/Regular-Expressions)
-
[XML Serialization](https://github.com/bamboo/boo/wiki/XML-Serialization)
-
[Generics](./Generics)
-
Procedural Programming
- Functions and Parameters
- Loops
- Exception Handling
- Closures
- Generators
-
Types and Structures Data types Type Inference Casting Types Duck Typing Callable Types and Events User-defined value types aka structs Builtin Literals Lists And Arrays Hashtables Slicing Modules
-
Object-oriented Features Classes Fields And Properties Interfaces Operator overloading Enums
-
Advanced Features Macros (for developers, see also Syntactic Macros) Extensible Compiler Architecture
-
Keywords with examples