Measures Concepts
GitHub icon

IDL

IDL - Programming language

< >

IDL, aka Interactive Data Language, is a programming language created in 1977 by David Stern.

#223on PLDB 47Years Old 2kRepos

IDL, short for Interactive Data Language, is a programming language used for data analysis. It is popular in particular areas of science, such as astronomy, atmospheric physics and medical imaging. IDL shares a common syntax with PV-Wave and originated from the same codebase, though the languages have subsequently diverged in detail. Read more on Wikipedia...


Example from hello-world:
print, "Hello World" end
IDL> ; Hello World in IDL (Interactive Data Language) IDL> print, "Hello World"
Example from Linguist:
MODULE mg_analysis DESCRIPTION Tools for analysis VERSION 1.0 SOURCE mgalloy BUILD_DATE January 18, 2011 FUNCTION MG_ARRAY_EQUAL 2 2 KEYWORDS FUNCTION MG_TOTAL 1 1

Language features

Feature Supported Token Example
Integers ✓
Floats ✓
Hexadecimals ✓
Octals ✓
Strings ✓ "
"Hello world"
Print() Debugging ✓ print
Comments ✓
Semantic Indentation X

View source

- Build the next great programming language · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout