Category:Lang5: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "{{stub}}{{language}}")
 
(Turned off HoPL reference.)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{stub}}{{language}}
{{language|lang5
|exec=interpreted
|site=http://lang5.sf.net
|strength=strong
|safety=safe
|checking=dynamic
|tags=lang5
|hopl=no
}}
{{language programming paradigm|Dynamic}}
{{language programming paradigm|functional}}
{{language programming paradigm|Tacit}}
{{language programming paradigm|Array}}
{{language programming paradigm|Concatenative}}

== lang5 language ==

Lang5 is a stack based array language with roots in [[APL]] and [[Forth]].

== Documents ==

The complete source code, distribution kit etc. can be found at [https://github.com/bernd-ulmann/lang5 github].

There is also a [https://github.com/bernd-ulmann/lang5/blob/master/doc/lang5_programming.pdf comprehensive manual and introductory text] available.

A [http://archive.vector.org.uk/art10500710 paper] about lang5 in Vector the journal of the British APL Association.

Latest revision as of 19:17, 12 May 2021

Language
Lang5
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Interpreted
Type safety: Safe
Type strength: Strong
Type checking: Dynamic
Lang tag(s): lang5


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


lang5 language

Lang5 is a stack based array language with roots in APL and Forth.

Documents

The complete source code, distribution kit etc. can be found at github.

There is also a comprehensive manual and introductory text available.

A paper about lang5 in Vector the journal of the British APL Association.