2025-03-25 01:30:59 -07:00
2017-09-19 22:10:51 -07:00
2025-03-25 00:40:36 -07:00

# Schala

A strongly-typed, pure functional language with imperative syntax affordances.

## 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.
Description
No description provided
Readme 4.4 MiB
Languages
Rust 90.5%
Haskell 9%
JavaScript 0.4%