Introduction
Welcome to Sponge! Sponge is a performant, interpreted programming language built in Rust. It combines the ease of use of interpreted languages with the speed of Rust's underlying implementation.
Why Sponge?
- Fast Execution: Backed by Rust, Sponge executes code quickly and efficiently
- Easy to Learn: Simple, intuitive syntax makes it accessible to beginners
- Graphics Ready: Built-in SDL2 support for games and visualizations
- No Setup: Run code immediately without compilation
What You'll Learn
This documentation covers everything you need to get started with Sponge, from basic syntax to advanced features like graphics programming.