初始文件 当Atom完成加载之后,它会运行你~/.atom 目录中的init.coffee 文件,给你一个机会来运行CoffeeScript代码来执行自定义。这个文件中的代码可以充分访问到Atom API。如果自定义的代码变得很大,考虑创建一个包,这部分会在“字数统计包”一节中介绍。 你可以在编辑器中从Atom > Open Your I...
This section uses elm-repl . If you did not install it already, you can use the online REPL . JSON You will be sending lots of JSON in your programs. You use the Json...