Category:Langur: Difference between revisions

no edit summary
mNo edit summary
No edit summary
Line 3:
Langur is an open-source imperative/functional programming 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.
 
Langur uses a hash mark for single line comments. Therefore, script files may begin with a shebang to tell a Linux shell where to find the interpreter.
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 (line feed) only.
 
website: https://langurlang.org/
Line 11 ⟶ 13:
Influences include the following languages, and likely many others.
 
Perl, C#Go, GoPython, C#, C, SQL ... and Thorsten Ball's Monkey language (https://monkeylang.org)
885

edits