DISCLAIMER: this is a joke project.
A powerful, modern language with the low-level, no-nonsense semantics of C and the beautiful, pythonic syntax of python.
Classic Hello, World program in Snake:
import stdio.h
int main(void):
printf("Hello, World!\n")
return 0snakec is a simple, crossplatform compiler for the Snake language. use it to compile a snake program:
$ ./snakec example.snake
$ ./example