Category:Inko
(Redirected from Inko)
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: |
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.