Just in case someone thinks that modern webview-based apps like
are just not meant to do some things and that you can only code C++ in 1
Atom
Visual Studio vim.
Atom has packages for a lot of things: linters, build systems, syntax highlighting, autocomplete, you name it. And even there is a lack of some specific thing, there are some generic plugins that allow you easily write your own support for something missing. All you need is javascript (:
The screenshot is showing
project, that uses 1
cuberite
and 1
cmake
to implement open source minecraft server with pluggable pieces. Two windows are shown, one for C++, and one for Moonscript - just to demonstrate consistency and awesomeness between various languages in the same project.1
lua
Using
, 1
autocomplete-clang
and 1
linter-clang
atom packages.1
language-moonscript