Category:Inko
From Rosetta Code
Inko
This programming language may be used to instruct a computer to perform a task.
Listed below are all of the tasks on Rosetta Code which have been solved using Inko.
This programming language may be used to instruct a computer to perform a task.
Official website |
---|
Execution method: | Compiled (bytecode) |
---|---|
Garbage collected: | Yes |
See Also: |
Your Help Needed
If you know Inko, please write code for some of the tasks not implemented in Inko.
If you know Inko, please write code for some of the tasks not implemented in Inko.
Inko is a statically-typed and object-oriented language that supports generic types. The compiler comes with type inferences that remove the need for manual type annotations in many places.