Python mentioned

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • python newbie

    Python mentioned

    Page 3 or 3 of this article on XUL (xml-based way of building browser-based
    apps in Mozilla), mentions that Python is built in as the scripting
    language)



  • David Fraser

    #2
    Re: Python mentioned

    python newbie wrote:[color=blue]
    > Page 3 or 3 of this article on XUL (xml-based way of building browser-based
    > apps in Mozilla), mentions that Python is built in as the scripting
    > language)
    > http://www.devx.com/webdev/Article/21350
    >
    >[/color]
    Note that this is talking about somebody else's XUL toolkit, not Mozilla

    Comment

    • Lars Heuer

      #3
      Re: Python mentioned

      Hi David,
      [color=blue]
      > python newbie wrote:[color=green]
      >> Page 3 or 3 of this article on XUL (xml-based way of building browser-based
      >> apps in Mozilla), mentions that Python is built in as the scripting
      >> language)
      >> http://www.devx.com/webdev/Article/21350
      >>
      >>[/color]
      > Note that this is talking about somebody else's XUL toolkit, not Mozilla[/color]

      The problem is that the author himself mixes Mozilla XUL and the
      luxor-xul of Gerald Bauer. There is a long fight from the Mozilla
      community against Gerald Bauer, because he spreads confusion with a
      technology which is named XUL, but is not (Mozilla) XUL (and the
      article is a good example for this confusion).

      But it's true, that you can get access to Mozilla via pyXPCOM and
      maybe the Mozilla community will use Python as scripting language for
      the front-end (currently only JavaScript is supported).

      Especially:


      Best regards,
      Lars


      Comment

      • David Fraser

        #4
        Re: Python mentioned

        Lars Heuer wrote:[color=blue]
        > Hi David,
        >
        >[color=green]
        >>python newbie wrote:
        >>[color=darkred]
        >>>Page 3 or 3 of this article on XUL (xml-based way of building browser-based
        >>>apps in Mozilla), mentions that Python is built in as the scripting
        >>>language)
        >>>http://www.devx.com/webdev/Article/21350
        >>>
        >>>[/color]
        >>
        >>Note that this is talking about somebody else's XUL toolkit, not Mozilla[/color]
        >
        >
        > The problem is that the author himself mixes Mozilla XUL and the
        > luxor-xul of Gerald Bauer. There is a long fight from the Mozilla
        > community against Gerald Bauer, because he spreads confusion with a
        > technology which is named XUL, but is not (Mozilla) XUL (and the
        > article is a good example for this confusion).
        >
        > But it's true, that you can get access to Mozilla via pyXPCOM and
        > maybe the Mozilla community will use Python as scripting language for
        > the front-end (currently only JavaScript is supported).
        > http://www.mozilla.org/events/dev-da...zilla-futures/
        > Especially:
        > http://www.mozilla.org/events/dev-da...res/langs.html
        >
        > Best regards,
        > Lars
        >
        >[/color]
        Can't wait for the day. I wonder how much better progress you could make
        using Python as the scripting language for the front end instead of
        having to work around javascript...

        David

        Comment

        Working...