Category:Langur: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
No edit summary
Line 7: Line 7:
Langur is written in Go. Langur code can be run with script files or with its REPL.
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.
Script files may begin with a shebang line to tell a shell where to find the interpreter. The recommended file name extension is .langur.
#! /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.
Source code is in UTF-8, with no BOM. You can use Unix or Windows line returns.

Revision as of 19:20, 8 January 2020

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.
See Also:


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

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 is written in Go. 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. You can use Unix or Windows line returns.

website: https://langurlang.org/

Influences include the following languages, and likely many others. Perl, C#, Go

Pages in category "Langur"

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