LJSON icon indicating copy to clipboard operation
LJSON copied to clipboard

JSON extended with pure functions.

Results 3 LJSON issues
Sort by recently updated
recently updated
newest added

I came across your idea and it looks interesting. My off the cuff reaction revolves around issues over time with code + data. I can see thorny issues around maintaining...

The partial evaluator seems to be a bit too greedy when evaluating if statements, and can change the behavior of the code ``` javascript function f(x, y) { if (x...

http://www.nodeguy.com/the-importance-of-working-software/