schala/README

16 lines
651 B
Plaintext
Raw Normal View History

# Schala
2015-07-16 01:40:37 -07:00
A strongly-typed, pure functional language with imperative syntax affordances.
2015-07-16 01:40:37 -07:00
## Key Features
- Pure functional core with imperative syntax sugar
- Strong static typing system
- Curly-brace syntax (no significant whitespace)
- Rust-style manual memory management without GC
- WebAssembly compilation target (with plans for native targets)
## Design Philosophy
Schala aims to combine the safety and reasoning benefits of functional programming with familiar syntax for developers from imperative backgrounds. The language prioritizes compile-time checks to eliminate runtime value errors.
## Project Status
Early experimental development.