Category:Langur: Difference between revisions

From Rosetta Code
Content added Content deleted
mNo edit summary
No edit summary
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{stub}}{{language|langur}}
{{stub}}
{{language|langur
|hopl=no
}}


Langur is an open-source programming language that natively uses decimal floating point, and deals with extremely large and small numbers. Its principles of design are accuracy in calculation and a concise, expressive syntax. The name langur begins with a lowercase letter when it does not start a sentence.
Langur is an open-source imperative/functional scripting language written by Anthony Davis.


Langur code can be run from executable files, or you can use the REPL. The recommended file name extension is .langur.
The name langur begins with a lowercase letter when it does not start a sentence.


Langur is written in Go. Langur code can be run with script files or with its REPL.
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.
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. You can use Unix or Windows line returns.


website: https://langurlang.org/
website: https://langurlang.org/

Influences include the following languages, and likely many others.

Perl, C#, Go

Latest revision as of 16:10, 25 June 2024

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 programming language that natively uses decimal floating point, and deals with extremely large and small numbers. Its principles of design are accuracy in calculation and a concise, expressive syntax. The name langur begins with a lowercase letter when it does not start a sentence.

Langur code can be run from executable files, or you can use the 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/

Pages in category "Langur"

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