Free UK Conga Lines


Pages: [1]
  Print  
Author Topic: Programming Language....  (Read 443 times)
lipoflorida
Newbie
*
Posts: 2


View Profile Email
« on: June 15, 2009, 01:21:09 AM »

A programming language is a machine-readable artificial language designed to express computations that can be performed by a machine, particularly a computer. Programming languages can be used to create programs that specify the behavior of a machine, to express algorithms precisely, or as a mode of human communication.
Many programming languages have some form of written specification of their syntax and semantics, since computers require precisely defined instructions. Some (such as C) are defined by a specification document (for example, an ISO Standard), while others (such as Perl) have a dominant implementation.
The earliest programming languages predate the invention of the computer, and were used to direct the behavior of machines such as Jacquard looms and player pianos. Thousands of different programming languages have been created, mainly in the computer field,[1] with many more being created every year.

Logged

Divs99
Newbie
*
Posts: 2


View Profile Email
« Reply #1 on: March 14, 2010, 11:36:40 PM »

The first D Programming Language Conference took place in Seattle at Amazon, Aug 23..24, 2007.

D is a systems programming language. Its focus is on combining the power and high performance of C and C++ with the programmer productivity of modern languages like Ruby and Python. Special attention is given to the needs of quality assurance, documentation, management, portability and reliability.

The D language is statically typed and compiles directly to machine code. It's multiparadigm, supporting many programming styles: imperative, object oriented, and metaprogramming. It's a member of the C syntax family, and its appearance is very similar to that of C++. Here's a quick list of features.

It is not governed by a corporate agenda or any overarching theory of programming. The needs and contributions of the D programming community form the direction it goes.
============
no win no fee
current mortgage rates
Logged
pinky333
Newbie
*
Posts: 6


View Profile Email
« Reply #2 on: July 20, 2010, 07:17:11 AM »

If you take the compiled language approach, you will either need to learn assembly and write a compiler that turns the in-memory representation to assembly, or you have to learn some other language (e.g. C) and write a compiler that turns the in-memory representation to this other language and leverage that language's compiler to actually turn your program into assembly.

Otherwise, if you take the interpreted language approach, you will need to write an interpreter, which reads the in-memory representation and execute the instructions there.

Next up, since this is a web language, is you need to integrate it with a server program. You can either use an existing server application (e.g. Apache) and write modules that allows that server framework to use your language; or you can write your own server application that listens to a specified port for connections and serve the requests
================
Link Building Service | SEO Link Building

Logged
Pages: [1]
  Print  
 
Jump to:  

©2006 Sam Smith | Powered by SMF 1.1.8 | SMF © 2006-2008, Simple Machines LLC