| | |||||||
| Technology & Technical Skills Computer skills, hardware, software, internet topics, gadgets, programming |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Member Join Date: Aug 2007
Posts: 52
|
Hey guys, I have a project to do and i need a source (a web page) that shows that programming languages were once close to English. I remember once reading a page on wikipedia that said that one programmers had to type "MULTIPLY" instead of '*' to tell the compiler to multiply. What language was that? Thank you so much guys, Vladimir Tess |
| | |
| | #2 (permalink) |
| Senior Member Join Date: Oct 2007 Location: Vegas Baby!
Posts: 162
|
Uhm, close to English? Programming languages aren't close to any natural language - really; all the ones I have heard of may use English terms for constructs and reserved names, but they don't use any specific natural language... The one language I have encountered that comes closest to a natural language (which I am assuming is what you are asking) has been Python which is actually interpreted. You may be hard pressed to find an effective compiled language that closely resembles a natural language... Python example: Code: print "Hello World" Code: #include<stdio.h>
main()
{
printf("Hello World");
} Note: languages now, are closer to natural language than they used to be. Programming in Assembler is far from anything like English! Hope that helps! |
| | |
| | #3 (permalink) |
| Senior Member Join Date: Jun 2007
Posts: 120
|
Welcome to the Dark Ages. Your talking about COBOL - COBOL - Wikipedia, the free encyclopedia. It was designed for non-scientific business people to program, hence the English.
|
| | |
| | #7 (permalink) |
| Family Member Join Date: Mar 2007
Posts: 3,606
| While ADA doesn't have the words "multiply", it was a programming language designed by the Military so that the code could be easier to read and check by someone knowing English. My experience has been that the easier the language is to read, the harder and more time consuming it is to write. And vice versa - languages easier to write are harder to read.
|
| | |
| | #8 (permalink) |
| Member Join Date: Sep 2007
Posts: 42
|
Try this list from Wikipedia, it includes some interesting languages like the Shakespeare programming language. Although if you're trying to show that programming languages started out very similar to english and evolved away over time, I think you're going to have trouble, because that's really not what happened. Assembly is really the grandfather of all programming languages, and it bears only a passing resemblance to English, before Assembly was just machinecode, which is just ones and zeros. |
| | |
| | #9 (permalink) | |
| Senior Member Join Date: Nov 2006 Location: NJ
Posts: 338
| Quote:
| |
| | |
| Bookmarks |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| Display Modes | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The most offensive word in the English language... | Tuumble | Personal Effectiveness | 14 | 06-21-2011 03:29 AM |
| Paraliminals - Personal Development on Autopilot (Blog) | Savage | Steve Pavlina | 64 | 01-14-2008 09:31 PM |
| Which programming language? | Ibanez | Technology & Technical Skills | 15 | 10-12-2007 02:20 AM |
| PATHS - Unbelievable Results | TheColonel | Intention-Manifestation | 531 | 03-29-2007 01:17 AM |
| Gender-Neutral Pronouns | Michael Chui | Social & Relationships | 8 | 12-18-2006 07:56 PM |
All times are GMT. The time now is 05:55 AM.




