Slashdot Mirror


The People Behind Quanta Plus

anonymous writes "In this fascinating interview, Eric Laffoon and Andras Mantia give us a glimpse into the world of the Quanta Plus project. Read on for everything from tantalising references to Kommander, billed by Eric to be part of the foundations for the next generation desktop and user experience, to details of future plans for Quanta VPL (Visual Page Layout)."

3 of 137 comments (clear)

  1. Re:kde? by JollyTX · · Score: 2, Interesting

    Hey, KDE is meant to be used this way. KDE developers didn't create the nice elaborate framework that KDE is just for fun. KDE provides resources to make programming large apps easier and apps like Quanta+ is the fruit of that labour.

    --
    Can you hear me, Major Tom? I'm not the man they think I am at home...
  2. Used to be Homesite, now Quanta... by aquarian · · Score: 2, Interesting

    I've been using Quanta for a few years now. My favorite HTML editor used to be Homesite, but it got too bloated. Then I found Quanta, which was like the older versions of Homesite, but has steadily improved while Homesite has gotten more and more bloated. Quanta has been my favorite HTML editor, on any platform, for quite awhile. Thanks, guys!

    BTW, I also think KDE is a better Windows than Windows.

  3. Re:The real killer app... by miguel · · Score: 4, Interesting

    What you describe was in the minds of a lot of people in the Gnome world back in 2001. There was a project by Havoc and Owen called "The Hub", which was aiming at creating an object Hub for all the different object systems. Allowing everyone to talk to each other.

    Then Microsoft published the .NET Framework, which many of us see as a "hub" for object integration: integrate old apis through P/Invoke or runtime support. Languages like C++ are supported directly through native compilers, and a common set of rules helps other compilers generate code that interoperates.

    Look at http://www.go-mono.com/rationale.html for some of the early motivations for the project.

    Today there are nice bridges for Perl and Python that allow them to consume objects from .NET.

    Miguel.