Boo

From Rosetta Code
Revision as of 13:33, 25 October 2010 by rosettacode>Axtens (Created page with "{{stub}} {{language| |exec=bytecode |strength=strong |safety=safe |express=both |checking=both |gc=yes |site=http://boo.codehaus.org/ |LCT=yes}}{{Codepad}} {{language programming...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
Boo
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Compiled (bytecode)
Garbage collected: Yes
Type safety: Safe
Type strength: Strong
Type expression: Implicit, Explicit
Type checking: Dynamic, Static
See Also:
Listed below are all of the tasks on Rosetta Code which have been solved using Boo.
Try this language on Codepad.


Boo is a new object oriented statically typed programming language for the Common Language Infrastructure with a python inspired syntax and a special focus on language and compiler extensibility.