Malco is a high-level interpreted programming language aimed at creating console- and web-based applications.
Original project authors:
Malco requires CMake and a modern (C++14-compliant) C++ toolchain. We support Visual Studio 2017 and GCC. To build the project, execute the following commands in your terminal:
$ mkdir build
$ cd build
$ cmake .. # -G "Visual Studio 15 2017 Win64" or another supported generator
$ cmake --build .You may also open a folder with CMakeLists.txt directly in Visual Studio 2017
(using menu item File → Open → Folder…).
Check out the docs folder.