Overview
Welcome to the Embr Language Reference.
This section of the documentation is intended to provide you with a comprehensive guide to the syntax, features, and functionalities of Embr. Whether you're a beginner just starting out with programming or an experienced developer looking to explore Embr, this reference aims to equip you with the knowledge you need to work effectively with the language.
Design Philosophy
Embr draws partial inspiration from Rust, one of the most loved programming languages for its performance, reliability, and productivity.
However, Embr simplifies the syntax and reduces complexity, making it more accessible, especially for those new to programming.
Features at a Glance
-
Simplified Syntax: Borrowing some pieces from Rust's expressive syntax, Embr aims to maintain clarity and conciseness, making it easier to read and write code.
-
Beginner-Friendly: With a focus on simplicity and an intuitive syntax, Embr is designed to be approachable for newcomers.
-
Function-Centric: Functions are a core construct in Embr, facilitating modular and reusable code.