Hi. I'm just starting to use Django and I'm loving it.

Don't you think it would be great if Django was ported to Boo (
http://boo.codehaus.org/ ) ?

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.

What do you think about this?
It would be a great undertaking, but it would be awesome :)


--~--~---------~--~----~------------~-------~--~----~
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