# About Ride
Ride is a functional programming language based on expressions.
Ride is used for writing scripts.
The language:
- has a strong static typing
- has no loops, recursions and goto-like expressions, and therefore is not Turing complete
- is case-sensitive
# IDE
Use Waves IDE or Visual Studio Code with the Ride extension for writing scripts.
# The history of creation
Ride was created in 2018. The white paper of the language was published at that time also.