Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Clarion

< >

Clarion is a programming language created in 1986.

#706on PLDB 38Years Old 223Repos
HomepageWikipedia

Clarion is a commercial, 4GL, multi-paradigm, programming language and Integrated Development Environment from SoftVelocity used to program database applications. It is compatible with ISAM, SQL and ADO data access methods, reads and writes several flat file desktop database formats including ASCII, CSV, DOS (Binary), FoxPro, Clipper, dBase, and some relational databases via ODBC, MS SQL Server, Sybase SQL Anywhere and Oracle through the use of accelerated native database drivers, and XML, Clarion can be used to output to HTML, XML, plaintext, and PDF, among others. The Clarion Development Environment (IDE) sits on top of the Clarion Programming Language. Read more on Wikipedia...


!Hello World in Clarion PROGRAM MAP END CODE MESSAGE('Hello World!') RETURN
Example from Linguist:
PROGRAM MAP END CODE MESSAGE('Hello World!') RETURN
Example from Wikipedia:
PROGRAM MAP END CODE MESSAGE('Hello World!','Clarion') RETURN
- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll