Category:Langur: Difference between revisions

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.