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