Boo (programming language): Difference between revisions

Content deleted Content added
reverted changes by anti-Boo fanatic Fredrik Lundh
reverted back
Line 1:
'''Boo''' is a [[2004|new]],an [[object oriented]], [[Datatype#Static and dynamicstatic typing|statically typed]], [[programming language]] for the [[Common Language Infrastructure]] with a [[Python programming language|Python]]-inspired syntax and a special focus on language and compiler extensibility. Some features of note include [[type inference]], [[generator (computer science)|generator]]s, [[multimethods]], optional [[duck typing]], [[macro]]s, true [[Closure (computer science)|closure]]s, [[currying]], and [[First-class object|first class]] functions.
 
Boo is [[open source]]–licensed under an MIT/BSD style license.
Line 50:
 
 
==See Alsoalso==
 
* [[IronPython]] - meant to be an exact clone of standard Python, similar to [[Jython]].