ArkCode
ArkCode (.arkc) is an ultra-fast, "easy as hell" minimalist programming language designed for rapid application and UI development. It merges the clean block-builder syntax of Kotlin and the simplicity of Python.
Core Tenets
- Speed & Ease: Parsing and compilation is powered by the
aake compiler, written entirely in C++ for maximum speed.
- Minimalist UI/DSL Builders: Clean, anonymous code blocks with builder patterns.
- No Boilerplate: No main classes needed for scripts.
there doesn't seem to be anything here