Tuesday 18 August 2015

SOME PROGRAMMING LANGUAGES WITH THE YEAR THEY WERE CREATED, THE PEOPLE WHO CREATE THEM AND THE PURPOSE OF THEIR CREATION


Programming LanguageYear CreatedCreator(s)Purpose of Creation
Java1995James GoslingGeneral Purpose programming language, used to create many variety of application for different computing platforms.
C++1983Bjarne StroustrupGeneral purpose programming language, used to create large programs and performance critical systems.
C1972Dennis RitchieGeneral Purpose programming language, but mostly used today for system programming.
Python1991Guido Van RossumGeneral Purpose but mostly used for research and scientific programming.
PHP1995Rasmus LerdorfWeb scripting language, used to create scripts that run on web server.
Ruby1995Yukihiro MatsumotoGeneral Purpose programming language Can be used in Web Development.
Lisp1958John McCarthyArtificial Intelligence.
Clojure2007Rich HickeyGeneral Purpose programming with tight Java Integration.
Visual Basic1991Microsoft Corp., Alan Cooper created the drag and drop design.Creating GUI applications for Windows.
C#2000Microsoft Corp. with Anders Hejlsberg as chief designer.Creating general applications for Windows Operating System.
Lua1993Roberto LerusalimschyUsed as scripting language by Game Programmers.
Perl1987Larry WallGeneral Purpose programming language, used as glue language in tying different systems.
MATLAB1984MathWorksNumerical Computing.
Fortran1957John BackusNumerical Computing.
COBOL1959Howard Bromberg, Howard Discount, Vernon Reeves, Jean E. Sammet, William Selden and Gertrude Tierney.Business Applications.
Pascal1970Niklaus WirthAcademic Fields
Tcl1988John OusterhoutRapid prototyping and embedded systems.
F#2005Don SymeMostly used as cross-platform CLI language.
JavaScript1995Brendan EichCreating scripts that run on client browser.
Erlang1986EricssonMostly used for concurrent programming.
Objective-C1983Brad Cox and Tom LoveCreating application iOS and OS X