Live data from Hacker News

Jx9: A direct competitor to Lua

jx9.symisc.net

1–3 of 3 posts

Re: Jx9: A direct competitor to Lua

#2
While the language & feature-set might be a direct competitor to Lua, the license may make it a non-starter for many.

Lua: MIT: can be used in closed source software.

Jx9: Symisc Public License (basically the Sleepycat license): Very similar to the GPL in that all source code using it must also be open source upon distribution. Otherwise, a license must be acquired at some unknown price to use it in commercial software.

Re: Jx9: A direct competitor to Lua

#3

While the language & feature-set might be a direct competitor to Lua, the license may make it a non-starter for many. Lua: MIT: can be used in closed source software. Jx9: Symisc Public License (basically the Sleepycat license): Very similar to the GPL in that all source code using it must also be open source upon distribution. Otherwise, a license must be acquired at some unknown price to use it in commercial softwa…

I think the Jx9 license is correct and acceptable for open source softwares since many open source projects embed BerkeleyDB which use this kind of license.