Category:Klong: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
(Turned off HoPL reference.)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{language|Frink
{{language|Klong
|site=http://www.t3x.org/klong/index.html
|site=http://www.t3x.org/klong/index.html
|hopl=no
}}
}}
Klong is an array language, like K, but without the ambiguity. If you know K or APL, you may be disappointed by Klong. If you don't know any array languages, it might explode your brain. Use at your own risk!
Klong is an array language, like [[K]], but without the ambiguity. If you know K or [[APL]], you may be disappointed by Klong. If you don't know any array languages, it might explode your brain. Use at your own risk!


A Klong program is a set of functions that use powerful operators to manipulate lists (vectors) and (multi-dimensional) arrays.
A Klong program is a set of functions that use powerful operators to manipulate lists (vectors) and (multi-dimensional) arrays.

Latest revision as of 17:08, 27 April 2021

Language
Klong
This programming language may be used to instruct a computer to perform a task.
Official website


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

Klong is an array language, like K, but without the ambiguity. If you know K or APL, you may be disappointed by Klong. If you don't know any array languages, it might explode your brain. Use at your own risk!

A Klong program is a set of functions that use powerful operators to manipulate lists (vectors) and (multi-dimensional) arrays.

Note that Klong is a mathematical notation rather than a programming language. If you try to use it like your favorite OO/functional/procedural programming language, you will only get frustrated.