DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   Python (http://www.daniweb.com/forums/forum114.html)
-   -   Python and BOO (http://www.daniweb.com/forums/thread35630.html)

bumsfeld Nov 19th, 2005 2:59 pm
Python and BOO
 
A somewhat strange find in the Pyton Code Snippets here on this site. Is the BOO language very much like Python?

It seems nice that one can compile and interpret the same language. Will it be worth to translate Python code to BOO just to get a nice small exe file?

Does it have something like wxPython?

cscgal Nov 19th, 2005 3:03 pm
Re: Python and BOO
 
I thought this was a joke until I stumbled upon http://boo.codehaus.org/

bumsfeld Nov 20th, 2005 4:35 pm
Re: Python and BOO
 
Maybe Vegaseat was joking?

cscgal Nov 20th, 2005 4:57 pm
Re: Python and BOO
 
No, it looks like the language really exists (see link posted).

vegaseat Nov 22nd, 2005 11:08 am
Re: Python and BOO
 
There is a story behind Boo. A gifted programmer in Brazil developed applications in Python and then rewrote them in C# for distribution. Python code is short and easy on the eye, alas C# is extremely verbose and type declarations are dogmatic, almost fascistic.

It was easier to develop a new language combining the best of Python and C#. The result was Boo with a ghost as a symbol. The endless {} and ;;; are replaced with indentations, if the compiler can infere the type it will and so on. It almost looks like the compiler is allowed to think a little, can you imagine that!

Boo uses the Common Language Interface (CLI) just like C#, which makes GUI tools available. So a wxPython like tool is built in.

The caveat with Boo is that it is young and help is almost totally missing.

cscgal Nov 22nd, 2005 11:11 am
Re: Python and BOO
 
Thanks for the lesson, vegaseat!


All times are GMT -4. The time now is 3:26 am.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC