Features

Icon made by itim2101 from www.flaticon.com

Performance

A optimizing Python compiler which can speed up human-written scripts to run faster on all Python implementations.

Icon made by monkik from www.flaticon.com

Syntactic Freedom

Computers are meant to make less work for humans, so ASnake gives you shortcuts for common patterns. Compile-time customization and enabling or disabling of syntax to meet your needs.

Icon made by Freepik from www.flaticon.com

Readability

English word aliases allow some programs to read out as a sentence. Unicode support combined with compile-time replacement allows for multilingual support. Oh, and emoji variables. 🐍

Icon made by Freepik from www.flaticon.com

Gradual Typing

Untyped variables as default gives quick writing speed. Otherwise assign types for better maintainability, less errors, features, and compiler optimizations. When combined with mypy or Cython it achieves static typing.

Blog entries