Category:Lang5: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
(Turned off HoPL reference.)
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:
|checking=dynamic
|checking=dynamic
|tags=lang5
|tags=lang5
|hopl=no
}}
}}
{{language programming paradigm|Dynamic}}
{{language programming paradigm|Dynamic}}
Line 18: Line 19:


== Documents ==
== 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.
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.