Slashdot Mirror


A Talk With Syllable OS Lead Developer Kaj de Vos

angry tapir writes "I recently had a chance to interview Kaj de Vos, the lead developer of Syllable: An open source desktop operating system that's not based on Linux nor one of the BSDs. There's a write-up of the interview here, which includes some background on the project. I have also posted the full Q&A, which is very long but definitely worth a read."

1 of 121 comments (clear)

  1. Re:To summarise the article. by oever · · Score: 5, Interesting

    That sounds very much like Android Intents and Activities.

    An Intent provides a facility for performing late runtime binding between the code in different applications. Its most significant use is in the launching of activities, where it can be thought of as the glue between activities. It is basically a passive data structure holding an abstract description of an action to be performed.

    --
    DNA is the ultimate spaghetti code.