Clarion

{{language}} Clarion is a programming language with a focus on simplicity and productivity. It has an english-like syntax that is natural to read, and easy to write. Its focus is on creating database applications through the use of interchangeable database drivers that allow the same syntax to be used for CRUD operations on flat-files, ISAM files, and SQL databases, without the need to know any SQL syntax.

Tasks