Programming Languages
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→Commentary) |
Dan Tobias (Talk | contribs) |
||
Line 96: | Line 96: | ||
[[Interactive Fiction]] engines often use specialized programming languages for game development. | [[Interactive Fiction]] engines often use specialized programming languages for game development. | ||
− | ==Resources== | + | == External links == |
+ | ===Resources=== | ||
* A comprehensive list of over 2000 programming languages and a small sample programs for each of them is available [http://www.99-bottles-of-beer.net/ here] | * A comprehensive list of over 2000 programming languages and a small sample programs for each of them is available [http://www.99-bottles-of-beer.net/ here] | ||
* [http://rosettacode.org/ Rosetta Code] attempts to present solutions to the same task in different programming languages. | * [http://rosettacode.org/ Rosetta Code] attempts to present solutions to the same task in different programming languages. | ||
Line 108: | Line 109: | ||
* [http://howto.cnet.com/8301-11310_39-57615356-285/best-free-sites-for-learning-how-to-write-code/ Best free sites for learning how to write code] | * [http://howto.cnet.com/8301-11310_39-57615356-285/best-free-sites-for-learning-how-to-write-code/ Best free sites for learning how to write code] | ||
− | == Commentary == | + | === Commentary === |
* [http://boingboing.net/2013/02/27/what-most-schools-should-reall.html Why you should learn to program] | * [http://boingboing.net/2013/02/27/what-most-schools-should-reall.html Why you should learn to program] | ||
* [http://mentalfloss.com/article/53160/meet-refrigerator-ladies-who-programmed-eniac Meet the 'Refrigerator Ladies' Who Programmed the ENIAC] | * [http://mentalfloss.com/article/53160/meet-refrigerator-ladies-who-programmed-eniac Meet the 'Refrigerator Ladies' Who Programmed the ENIAC] | ||
Line 119: | Line 120: | ||
* [http://bost.ocks.org/mike/algorithms/ Visualizing algorithms] | * [http://bost.ocks.org/mike/algorithms/ Visualizing algorithms] | ||
* [http://www.playthepast.org/?p=4982 Excavating Code: An Archaeological Record of Software Development] | * [http://www.playthepast.org/?p=4982 Excavating Code: An Archaeological Record of Software Development] | ||
− | |||
− | ==Humor== | + | ===Humor=== |
* [http://james-iry.blogspot.com/2009/05/brief-incomplete-and-mostly-wrong.html A Brief, Incomplete, and Mostly Wrong History of Programming Languages] | * [http://james-iry.blogspot.com/2009/05/brief-incomplete-and-mostly-wrong.html A Brief, Incomplete, and Mostly Wrong History of Programming Languages] | ||
* [http://colinm.org/language_checklist.html Programming Language Checklist] | * [http://colinm.org/language_checklist.html Programming Language Checklist] | ||
Line 129: | Line 129: | ||
* [http://kingjamesprogramming.tumblr.com/ Random mashup generator of the King James Bible and a programming book] | * [http://kingjamesprogramming.tumblr.com/ Random mashup generator of the King James Bible and a programming book] | ||
* [http://moviecode.tumblr.com/ What the computer code seen on screens in movies and TV shows actually does] | * [http://moviecode.tumblr.com/ What the computer code seen on screens in movies and TV shows actually does] | ||
+ | |||
+ | ===Misc.=== | ||
+ | * [http://abcnews.go.com/Politics/video/obama-slow-man-27453525 President Obama writes a line of code (video)] | ||
+ | * [https://medium.com/@3fingeredfox/margaret-hamilton-lead-software-engineer-project-apollo-158754170da8 Picture: Margaret Hamilton, lead software engineer, Project Apollo, with source code from moon landing mission] |
Revision as of 13:39, 11 December 2014
Programming languages are languages expected to be executed (interpreted, compiled, etc.) by a machine in order to perform operations or algorithms. They are distinct from markup languages, which represent the structure of a document rather than specific operations to be performed, though it is possible to combine both in a document (e.g., HTML containing embedded JavaScript, or PHP code which includes HTML). Programming language code is stored as source code which may be directly interpreted by a machine or compiled or assembled into executables.
- ActionScript (Flash)
- Ada
- ALGOL
- APL
- Arduino programming language
- Assembly language (various versions for different machine architectures)
- B
- BASIC (Beginner's All Purpose Symbolic Instruction Code)
- Batch file (DOS, Windows, OS/2)
- BCPL
- BLISS
- BlooP, FlooP, and GlooP
- Bourne shell script: .sh
- C
- Ć
- C#
- C++
- C+=
- CEEMAC
- CFEngine
- ChordQL
- Clojure
- COBOL (COmmon Business-Oriented Language)
- COMAL
- Coq
- CPL
- D
- Dart (was Dash)
- dBase programming language (and related languages such as FoxPro and Clipper)
- Erlang
- Forth
- FORTRAN (FORmula TRANslation)
- Go
- Graphics Programming Language (GPL) (mid-level language on TI computers)
- Haskell
- High Level Shading Language (HLSL)
- Hoon
- INTERCAL
- Java
- JavaScript (JScript, ECMAScript)
- JCL (Job Control Language; used on IBM mainframes)
- Julia
- LISP
- Logo
- Lua
- Machine language (various versions for different machine architectures)
- Matlab
- mIRC scripting language
- MUMPS (Massachusetts General Hospital Utility Multi-Programming System)
- Music Macro Language
- Nock
- Objective-C (used in Mac and iOS development)
- OpenGL Shading Language (GLSL)
- Pascal
- Perl
- PHP
- Pixilang
- PL/I
- PostScript
- Programmable calculators
- Programmable Command Language (PCL), for TOPS-20
- Prolog
- Python
- R
- Rant
- RobotWar
- RPG
- Ruby
- Rust
- S
- SAIL
- Scala
- Scheme
- Scratch
- Smalltalk
- SNOBOL
- SQL
- Swift
- Tcl
- TRAC programming language
- TUTOR
- Visual Basic
- VBScript
- WaveGL
- WMLScript
Interactive Fiction engines often use specialized programming languages for game development.
Contents |
External links
Resources
- A comprehensive list of over 2000 programming languages and a small sample programs for each of them is available here
- Rosetta Code attempts to present solutions to the same task in different programming languages.
- Coding for middle-school girls (tips on introducing them to programming)
- Programming language popularity chart (based on Github and StackOverflow activity)
- Top 10 programming fonts
- What’s The Most Popular Programming Language?
- Which programming language should I learn first?
- Why array indices start at zero; historical info
- Code Academy: learn to code interactively online
- Best free sites for learning how to write code
Commentary
- Why you should learn to program
- Meet the 'Refrigerator Ladies' Who Programmed the ENIAC
- The Moderately Enthusiastic Programmer
- My Experience As A Fourth Grade Hacker
- Things I Wish Someone Had Told Me When I Was Learning How to Code
- A problem with the term, programming “language”
- Discussion of creating programming languages in Arabic
- The Last Line Effect
- Visualizing algorithms
- Excavating Code: An Archaeological Record of Software Development
Humor
- A Brief, Incomplete, and Mostly Wrong History of Programming Languages
- Programming Language Checklist
- Programming languages as Tolkien characters
- Devil's Dictionary of Programming
- This Is Why You Shouldn't Interrupt A Programmer
- Random mashup generator of the King James Bible and a programming book
- What the computer code seen on screens in movies and TV shows actually does