Category:Langur: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1:
{{stub}}{{language|langur}}
 
Langur is an open-source imperative/functional scripting language written by Anthony Davis. Its principles of design are sensibility to humans, accuracy in calculation, and a clean, expressive syntax.
 
The name langur begins with a lowercase letter when it does not start a sentence.
Line 7:
Langur is written in Go. Langur code can be run with script files or with its REPL.
 
Script files may begin with a shebang line, such as the following, to tell a shell where to find the interpreter.
Website: https://langurlang.org/
#! /usr/bin/langur
 
The recommended file name extension is .langur.
 
Source code is in UTF-8, with no BOM. You can use Unix or Windows line returns.
 
Websitewebsite: https://langurlang.org/
 
Influences include the following languages, and likely many others.
Perl, C#, Go
885

edits