GNU LibreJS
gnu.org
GNU LibreJS
1–10 of 74 posts
Re: GNU LibreJS
#2 var greetings = {world: "Hello World"};
var subject = 'world';
console.log(greetings[subject]);
This is zealotry in action, who do they think is going to use this?Re: GNU LibreJS
#3Their definition of "non-trivial" includes using computed member expressions, so the following program is not supported: var greetings = {world: "Hello World"}; var subject = 'world'; console.log(greetings[subject]); This is zealotry in action, who do they think is going to use this?
Re: GNU LibreJS
#4Their definition of "non-trivial" includes using computed member expressions, so the following program is not supported: var greetings = {world: "Hello World"}; var subject = 'world'; console.log(greetings[subject]); This is zealotry in action, who do they think is going to use this?
People who care more about freedom than comfort?
Re: GNU LibreJS
#5Re: GNU LibreJS
#6(I read somewhere that html5+css3 can be turing complete)
Re: GNU LibreJS
#7Earlier quoted context omitted.
People who care more about freedom than comfort?
But how is the above sample 'unfree'?
Re: GNU LibreJS
#8Their definition of "non-trivial" includes using computed member expressions, so the following program is not supported: var greetings = {world: "Hello World"}; var subject = 'world'; console.log(greetings[subject]); This is zealotry in action, who do they think is going to use this?
People who care more about freedom than comfort?
Re: GNU LibreJS
#9Re: GNU LibreJS
#10Earlier quoted context omitted.
People who care more about freedom than comfort?
But how is the above sample 'unfree'?
The sample above is "non-trivial" according to the set of heuristics they are using, so they are just saying "if the program is not trivial, then you need to explicitly state that it is GPL for us to consider it free"