there’s no place like code

CASSIS

Originally posted at saji-codes tumblr.

(…) the goal of the CASSIS Project is universal javascript that works on the client and the server (..) Until typical hosting companies support running javascript on the server, CASSIS code must run in at least two programming language environments, javascript on the client, and something that can be made to resemble javascript on the server (current candidates are PHP, Ruby, and C/C++). This is the goal of CASSIS v0.

if ("00"==false) {/*javascript*/} 
else if ("0"==false) {/*php*/} 
else if (0==false) {/*c*/} 
else {/*ruby*/}