-
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
-
Types and Structures
-
Data Types
- Type Inference
- Casting Types
- Duck Typing
- Callable Types and Events
- User-defined Value Types (structs)
- Builtin Literals
- Lists And Arrays
- Hashtables
- Slicing
- Modules
-
Data Types
-
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