Skip to content

Features

Jonathan Beaulieu edited this page Nov 6, 2017 · 5 revisions

Features

Little Python is a feature based language. This means that almost every part of the language is a feature.

A feature is a part of the language which can be enabled or disabled. For example for loops.

To add a feature check out the page about how it should be done.

List of current features:

  • if
  • elif
  • types
    • array
  • for loop
  • functions

List of planned features:

  • static types

List of built-in features (features that can not be disabled):

  • type int

Clone this wiki locally