On Friday 03 March 2006 14:45, wizeman wrote:
> If you don't know Boo, here are some of the main features:
>
> - Python-like syntax
> - Power of static typing with the ease-of-use of type inference
> - It's compiled, so type mismatches are caught right after changing
> something
> - It runs on the Mono runtime (CLR), which is faster than the Python
> implementation
> - Extendable through macros
> - It can use any .NET/Mono libraries
> - Etc
>
> I think one of the big advantages is the static typing feature. It's
> great, because if you change a variable or method name (or type) in one
> of your classes, and forget to change the method calls in other
> classes, the error(s) would be caught at compile-time instead of
> run-time.


Boo, Hissssss

:)

I'm using Django *because* it's in Python.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to