Skip to content
samhorlbeck edited this page Apr 1, 2015 · 1 revision

Lanky Programming Language

Lanky is a new programming language designed to be flexible and expressive. So far it has been a one-man operation so the running motto is "don't be stupid" because there is very little coddling of the programmer. Since programmers love buzzwords, here is some jargon that describe the language:

  • Multiparadigm (Procedural, Object-Oriented, Functional)
  • Prototypical
  • Bytecode Interpreted
  • Duck-Typed
  • Garbage Collected

Practical details of the language are contained in this Wiki. Below is a table of contents.

Clone this wiki locally