Category:Langur: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
{{stub}}{{language|langur}}
{{stub}}{{language|langur}}


Langur is an open-source imperative/functional scripting language written by Anthony Davis.
Langur is an open-source imperative/functional scripting language written by Anthony Davis. The name langur begins with a lowercase letter when it does not start a sentence.


Langur code can be run with script files or with its REPL. Script files may begin with a shebang line to tell a shell where to find the interpreter. The recommended file name extension is .langur.
The name langur begins with a lowercase letter when it does not start a sentence.

Langur code can be run with script files or with its REPL.

Script files may begin with a shebang line to tell a shell where to find the interpreter. The recommended file name extension is .langur.


Source code is in UTF-8, with no BOM, using Linux line returns only.
Source code is in UTF-8, with no BOM, using Linux line returns only.