Atom Editor

13 thoughts
last posted March 1, 2014, 12:14 a.m.

8 earlier thoughts

0

Atom makes use of CSON which seems to be to JSON what CoffeeScript is to JSON.

Disturbingly, reading it seems to involve an eval:

result = coffee.eval(src, opts)

(see https://github.com/bevry/cson/issues/32 for details)

4 later thoughts