Jump to content

User:Draychev/programming languages

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 50.204.234.18 (talk) at 00:11, 9 March 2016. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
name created paradigm influenced-by typing wiki function definition
C 1972 imperative (procedural), structured `int main ( int argc , char *argv[]) {})`
C++ 1983 procedural, functional, object-oriented, generic
Java 1995 object-oriented (class-based), structured, imperative, generic, reflective, concurrent
Scala 2004 functional, object-oriented, imperative, concurrent
Clojure 2007 functional
Ruby| 1995 object-oriented, imperative, functional, reflective
JavaScript 1995 scripting, object-oriented (prototype-based), imperative, functional1
Python 1991 object-oriented, imperative, functional, procedural, reflective `def main(*args, **kwargs):`
Go 2009 compiled, concurrent, imperative, structured
Rust 2010 compiled, concurrent, functional, imperative, structured
Erlang 1986 concurrent, functional
Haskell 1990 functional, lazy/non-strict, modular
Racket 1994 functional, procedural, modular, object-oriented, logic, reflective, meta Scheme, Eiffel Dynamic, strong, static lambda(https://docs.racket-lang.org/guide/lambda.html), define(https://docs.racket-lang.org/guide/define.html]]
Perl x
Swift x
Objective-C x
Pascal x
Wolfram x