Category:Luck: Difference between revisions

From Rosetta Code
Content added Content deleted
(Stub for Luck language)
 
(Turned off HoPL reference.)
 
Line 10: Line 10:
|tags=luck
|tags=luck
|LCT=yes
|LCT=yes
|hopl=no
}}{{language programming paradigm|Imperative}}{{Codepad}}
}}
{{language programming paradigm|Imperative}}{{Codepad}}
'''Luck''' is a general-purpose, [[functional programming|functional]], [[imperative programming|imperative]] computer programming language developed in 2013 by Andrew Johnson at [[Subarctic Limited|Subarctic Limited]] for use with the [[UNIX]] operating system. Luck was influenced by several languages, [[derived from::Standard ML]], [[derived from::C]].
'''Luck''' is a general-purpose, [[functional programming|functional]], [[imperative programming|imperative]] computer programming language developed in 2013 by Andrew Johnson at [[Subarctic Limited|Subarctic Limited]] for use with the [[UNIX]] operating system. Luck was influenced by several languages, [[derived from::Standard ML]], [[derived from::C]].

Latest revision as of 19:50, 31 May 2021

Language
Luck
This programming language may be used to instruct a computer to perform a task.
Execution method: Compiled (machine code)
Garbage collected: Yes
Parameter passing methods: By value
Type safety: Unsafe
Type strength: Weak
Type compatibility: Nominative
Type expression: Explicit
Type checking: Static
Lang tag(s): luck
See Also:
Listed below are all of the tasks on Rosetta Code which have been solved using Luck.
Try this language on Codepad.

Luck is a general-purpose, functional, imperative computer programming language developed in 2013 by Andrew Johnson at Subarctic Limited for use with the UNIX operating system. Luck was influenced by several languages, Standard ML, C.