jkn wrote:
(snip)
> Does the idea of embedding python in a browser instead of Javascript
> make any sense at all?

>From a purely theoretical POV, yes, this idea makes sens - Python could
be an interesting alternative to javascript for client-side scripting
(and I'd really prefer using Python for this - but I may be a bit biased
!-). But note that there may be some issues wrt/ significative
indentation and security.

Now the problem is that no browser actually supports Python for
client-side scripting. And I really doubt this will change in a near
future.

-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in '[EMAIL PROTECTED]'.split('@')])"
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to