Category:Langur: Difference between revisions

From Rosetta Code
Content added Content deleted
mNo edit summary
mNo edit summary
Line 4: Line 4:
}}
}}


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 is an open-source imperative/functional programming language. 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. The recommended file name extension is .langur.
Langur code can be run with script files or with its REPL. The recommended file name extension is .langur.

Revision as of 00:27, 6 March 2023

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
Langur
This programming language may be used to instruct a computer to perform a task.


Listed below are all of the tasks on Rosetta Code which have been solved using Langur.

Langur is an open-source imperative/functional programming language. 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. 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 (line feed) only.

website: https://langurlang.org/

Influences include the following languages, and likely many others.

Perl, Go, Python, C#, C ... and Thorsten Ball's Monkey language (https://monkeylang.org)

Pages in category "Langur"

The following 96 pages are in this category, out of 96 total.