Difference between revisions of "Programming languages"
From Creolista!
(Created page with "=Imperative lanugages= ==C== ==Java= ==Perl== [https://www.perl.org/ perl.org] ==Python== *[https://learnpythonthehardway.org/book/ Learn Python the Hard Way] *[https:...") |
(→OCaml) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
==C== | ==C== | ||
− | ==Java= | + | ==Java== |
==Perl== | ==Perl== | ||
− | [https://www.perl.org/ perl.org] | + | *[https://www.perl.org/ perl.org] |
− | |||
− | |||
− | |||
==Python== | ==Python== | ||
Line 22: | Line 19: | ||
==Javascript== | ==Javascript== | ||
*[https://www.w3schools.com/js/default.asp W3 schools] | *[https://www.w3schools.com/js/default.asp W3 schools] | ||
+ | |||
+ | =Functional Languages= | ||
+ | ==LISP== | ||
+ | ===Dialects of LISP=== | ||
+ | ====Clojure==== | ||
+ | [https://clojure.org/ clojure.org] | ||
+ | ==OCaml== | ||
+ | |||
+ | *[http://ocaml.org ocaml.org] | ||
+ | *OCaml course at France université numérique (FUN): [https://www.fun-mooc.fr/courses/parisdiderot/56002S02/session02/about about] | [https://www.fun-mooc.fr/courses/parisdiderot/56002/session01/courseware/W0/W0TOC/ TOC] | ||
=Mark-up languages= | =Mark-up languages= | ||
W3 schools [https://www.w3schools.com/html/default.asp html] - [https://www.w3schools.com/css/default.asp css] - [https://www.w3schools.com/js/default.asp javascript] | W3 schools [https://www.w3schools.com/html/default.asp html] - [https://www.w3schools.com/css/default.asp css] - [https://www.w3schools.com/js/default.asp javascript] |
Latest revision as of 18:36, 27 March 2017
Contents
[hide]Imperative lanugages
C
Java
Perl
Python
PhP
Javascript
Functional Languages
LISP
Dialects of LISP
Clojure
OCaml
Mark-up languages
W3 schools html - css - javascript