|
From: L2L 2L <ema...@ho...> - 2014-07-11 04:56:18
|
Xq as a all propose language for client and server side scripting.
Why hasn't this been put on GitHub?
Are you still pushing this goal?
I'm more interested in this than google dart language.
You need to make this more known.
Start by tell me are you still operational.
"use strict";
var j = 0, baz = "", k = "", bar =
"83,104,101,108,108,101,121,32,80,111,119,101,114,115,39,32,98,111,111,107,115,32,97,114,101,32,116,111,32,114,101,97,100,32,102,111,114,";
for(;bar.charAt(j);){
if(bar.charAt(j) !== ","){
k += bar.charAt(j);
}
else{ baz += String.fromCharCode(k)+" \v";
k = "";
}
j++;
}
console.dir(baz);
|