\                          |
    _ \    __ \    _` |  __ \   |  /   _ \
   ___ \   |   |  (   |  |   |    <    __/
 _/    _\ _|  _| \__,_| _|  _| _|\_\ \___|

The programming language

"Should I care?"















RESULT: Please fill in the form

Note: Ananke is currently not implemented. Work is ongoing to build a reference compiler. check out the repo.

For syntax examples, check back soon.

There is a WIP editor: the editor

Philosophy

Ananke is a compiled application programming language that throws away a lot of conventions. The pay off is deep consistency and composability. There's a focus on static analysis and correctness, balanced with flexibility and expressivity through duck typing and an expressive grammar.

Syntax: Ergonomic to read and write Grammar: Simple and compact Features: Orthogonal concerns handled orthogonally Semantics: Consistent Typesystem: Intelligent and flexible, constraining only where relevant Experience: Things just work: the compiler will figure it out Language: Powerful and free of dogma

You should be given all the power. It is up to you, the chef, to not turn delicious, exotic, and rare ingredients into demonic spaghetti.

If you want to use the best tool for the job, what good is a toolbox that doesn't have it?

Notable Features

Why not write Ananke?