Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:What about Python? (Score 1) 288

See <a href="http://log.ometer.com/2008-08.html">Havoc Pennington's blog entry on this</a>

excerpt:
<quote>I would define an "embedded" language as one that doesn't come with a platform. It's small and easy to glue together with an app written in C or C++. It uses the same platform as the app. If the platform has an introspection capability like XPCOM or GObject-Introspection, then the platform can be exported to the embedded language in an automated way.</quote>

Comment Re:Open source overkill (Score 5, Informative) 127

The GPL makes assurances regarding patents that the MIT license doesn't:

"Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version."

So if you use it as a GPL licensed library you can't get sued by the BBC or other contributors to the code.

Slashdot Top Deals

Software production is assumed to be a line function, but it is run like a staff function. -- Paul Licker

Working...