Template:Infobox programming language/doc

From Wikipedia, the free encyclopedia

This is a documentation subpage for Template:Infobox programming language (see that page for the template itself).
It contains usage information, categories and other content that is not part of the original template page.

[edit] Usage

{{Infobox programming language
| name                   = 
| logo                   = 
| paradigm               = 
| year                   = 
| designer               = 
| developer              = 
| latest_release_version = 
| latest_release_date    = 
| latest_test_version    = 
| latest_test_date       = 
| turing-complete        = 
| typing                 = 
| implementations        = 
| dialects               = 
| influenced_by          = 
| influenced             =
| operating_system       =
| license                =
| website                =
}}

[edit] Example

{{Infobox programming language
| name = Scheme
| paradigm = functional
| year = 1970s
| designer = [[Guy L. Steele]] and [[Gerald Jay Sussman]]
| typing = strong, dynamic
| dialects = many
| implementations = [[PLT Scheme]], [[MIT Scheme]], [[Scheme48]], [[GNU Guile|Guile]]
| influenced_by = [[Lisp programming language|Lisp]], [[ALGOL]]
| influenced = [[Common Lisp]]
| file_ext = .scm, .ss
}}
Scheme
Paradigm functional
Appeared in 1970s
Designed by Guy L. Steele and Gerald Jay Sussman
Typing discipline strong, dynamic
Major implementations PLT Scheme, MIT Scheme, Scheme48, Guile
Dialects many
Influenced by Lisp, ALGOL
Influenced Common Lisp
Usual file extensions .scm, .ss