# Syntax Basics
Ride is a functional programming language based on expressions.
Ride features:
- strong static typing
- no loops and goto-like expressions, and therefore Ride is not Turing complete
- case-sensitivity.
Base concepts:
Ride is a functional programming language based on expressions.
Ride features:
Base concepts: