Aktuelle Änderungen Printable View Änderungen Bearbeiten
PythonSprache > BauenMitBambus > Bazaar > BeingAGoodProgrammer > BeingDBA > BenevolentDictatorForLife > BicycleRepairMan > PythonIDEs > BigTable > AlternativeDBSystems > BillGosper > Bliki > Blog > BlogEngines > BondageAndDisciplineLanguage > Boo > BooLanguageClear TrailBoo is an 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. Some features of note include type inference, generators, multimethods, optional duck typing, macros, true closures, currying, and first class functions.
The guys who came up with “public static void main” were probably kidding, the problem is that most people didn't get it was a joke.
You can however specify that an object is to be duck typed by explicitly declaring its type as "duck". Also, boo now has an option that turns on implicit duck typing by default, which makes coding in boo much more like python.