Differences between revisions 1 and 2
Revision 1 as of 2004-12-08 18:04:48
Size: 891
Editor: pcp07851797pcs
Comment:
Revision 2 as of 2008-11-15 13:59:59
Size: 893
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
See [http://boo.codehaus.org/Gotchas+for+Python+Users Gotchas for Python Users] for specific comparisons between boo and CPython. See [[http://boo.codehaus.org/Gotchas+for+Python+Users|Gotchas for Python Users]] for specific comparisons between boo and CPython.
Line 7: Line 7:
The main difference is that boo is statically typed with type inference. Syntax-wise it is like Python, but feature-wise it is also similar to C#. It implements many features that have been suggested for ["Python3.0"], including a "with" statement and optional explicit static typing declarations ("x as int"). Extra features include anonymous methods`/`closures, custom macros and attributes (similar to PythonDecorators), and soon, optional case-insensitivity. The main difference is that boo is statically typed with type inference. Syntax-wise it is like Python, but feature-wise it is also similar to C#. It implements many features that have been suggested for [[Python3.0]], including a "with" statement and optional explicit static typing declarations ("x as int"). Extra features include anonymous methods`/`closures, custom macros and attributes (similar to PythonDecorators), and soon, optional case-insensitivity.

A language for the .NET/Mono runtime with a syntax near identical to Python's.

http://boo.codehaus.org/

See Gotchas for Python Users for specific comparisons between boo and CPython.

The main difference is that boo is statically typed with type inference. Syntax-wise it is like Python, but feature-wise it is also similar to C#. It implements many features that have been suggested for Python3.0, including a "with" statement and optional explicit static typing declarations ("x as int"). Extra features include anonymous methods/closures, custom macros and attributes (similar to PythonDecorators), and soon, optional case-insensitivity.

For resources on learning about the .NET standard libraries and 3rd party .NET libraries, see http://developers.coedit.net/DotNetProgramming


See also: IronPython, LoGix

BooLanguage (last edited 2008-11-15 13:59:59 by localhost)

Unable to edit the page? See the FrontPage for instructions.