Project-SnowBall icon indicating copy to clipboard operation
Project-SnowBall copied to clipboard

This project is getting less misterious than it used to be...

Results 2 Project-SnowBall issues
Sort by recently updated
recently updated
newest added

Hi I played arround a little with Topaz, and I like the language, (as i like rebol), I would like to start using it in place of coofffeescript, for web....

See these results of the interpreter: ``` >> compile [1 2 3] == "123" >> 1 2 3 == 3 ``` I would expect the result of `compile` to be...