Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Clarion (programming language)
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{More citations needed|date=July 2016}} {{Infobox programming language |name=Clarion |logo= |screenshot= |caption= |paradigms=[[Imperative programming|Imperative]], [[Structured programming|structured]], [[Object-oriented programming|object-oriented]] |family=[[Pascal (programming language)|Pascal]] |author=Bruce Barrington |developer=Jensen & Partners International (JPI), Clarion International, SoftVelocity |released={{Start date and age|1986|04}} |latest release version=11 |latest release date={{Start date and age|2018|10}} |latest preview version= |latest preview date= |operating system=[[DOS]], [[Microsoft Windows|Windows]] |platform=[[IA-32]] |language=English |license=[[Proprietary software|Proprietary]] |website={{URL|www.softvelocity.com}} }} '''Clarion''' is a commercial, proprietary, [[fourth-generation programming language]] ('''4GL'''), [[Multi-paradigm programming language|multi-paradigm]], [[programming language]] and [[integrated development environment]] ('''IDE''') from SoftVelocity used to program database applications. It is compatible with ''indexed sequential access method'' ([[ISAM]]), ''Structured Query Language'' ([[SQL]]), and ''[[ActiveX Data Objects]]'' ('''ADO''') data access methods, reads and writes several flat file desktop database formats including [[ASCII]], [[comma-separated values]] ('''CSV'''), [[DOS]] (binary), [[FoxPro]], [[Clipper (programming language)|Clipper]], [[dBase]], and some relational databases via [[ODBC]], [[Microsoft SQL Server]], Sybase [[SQL Anywhere]], and [[Oracle Database]] through the use of accelerated native database drivers, and [[XML]], Clarion can be used to output to [[HTML]], [[XML]], [[plain text]], and Portable Document Format ([[PDF]]), among others. The Clarion development environment ('''IDE''') runs on the Clarion language. The IDE provides code generation facilities via a system of templates which allow programmers to describe the program from an abstract level higher than code statements. The generator then turns this higher level into code, which in turn is then compiled and linked using a normal [[compiler]] and linker. This generation layer is sometimes referred to as 4GL programming. Using the generation layer is optional. It is possible to create programs fully at the code level ('''the so-called 3 Lager),''' bypassing all code generation facilities. If the templates are used to generate code, then programmers are able to inject their own code into the generated code to alter, or extend, the functions offered by the template layer. This process of embedding code can be done while viewing the surrounding generated code. This mixing of template code and generated code allows the template settings to be updated, and the code regenerated, without loss of the embedded code. The templates (from which the code is generated) are provided in source form and developers are free to create their own templates. Many templates have been written by various developers: some are offered as commercial add-ons, and some are free. Two main Clarion products exist: Professional and Enterprise Edition.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)