Sky is a small Lisp-like language, written for educational purposes. It is not intended for practical use.
I'm writing a series of blog posts about developing Sky.
A POSIX-like environment, GNU Make, and a C compiler that supports C11 are required to build Sky. In practice, the build is currently tested with GCC 7 and Clang 5 on Fedora 27 (x86-64).
To build and run Sky:
make
./src/sky
Sky is released under the MIT/X11 license. See the LICENSE file for details.