[Zope-Moz] Python Interpreter in Mozilla

Jake Kauth jake@market-channel.com
Fri, 17 Mar 2000 11:33:37 -0800


brk@jenkon.com wrote:
> Whereas I'm looking to be able to do something more like:
> 
> <DEFANGED-SCRIPT language = 'Python'><![CDATA[
> def foo():
>         print "Hello, world."
> ]]></script>
> 
> Any ideas where to start? Anyone capable of giving an architectural overview
> of what this would take?


i would guess that the best way to start is 
to get the source for the TCL plugins (which is available on all platforms
and
i believe is opensource) and see what mr. ousterhout has done.

i think it does this already, but i'm not sure if it is a mime type that
gets
handed off or if it is considered a scripting language like that...

jake
*****