Re: Compiler for a concurrent programming language.

"Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de>
Sat, 1 May 2010 18:04:09 +0200

          From comp.compilers

Related articles
Compiler for a concurrent programming language. sinu.nayak2001@gmail.com (Srinu) (2010-05-01)
Re: Compiler for a concurrent programming language. mailbox@dmitry-kazakov.de (Dmitry A. Kazakov) (2010-05-01)
Re: Compiler for a concurrent programming language. ian@airs.com (Ian Lance Taylor) (2010-05-01)
Re: Compiler for a concurrent programming language. mburrel@uwo.ca (Mike Burrell) (2010-05-01)
Re: Compiler for a concurrent programming language. bcbaker00@cox.net (Bruce C. Baker) (2010-05-01)
Re: Compiler for a concurrent programming language. cbergstrom@pathscale.com (=?ISO-8859-1?Q?=22C=2E_Bergstr=F6m=22?=) (2010-05-03)
Re: Compiler for a concurrent programming language. jeremy.bennett@embecosm.com (Jeremy Bennett) (2010-05-03)
Re: Compiler for a concurrent programming language. Colin_Paul_Gloster@ACM.org (Colin Paul Gloster) (2010-06-07)
[1 later articles]
| List of all articles for this month |

From: "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de>
Newsgroups: comp.compilers
Date: Sat, 1 May 2010 18:04:09 +0200
Organization: cbb software GmbH
References: 10-05-004
Keywords: C, parallel
Posted-Date: 02 May 2010 22:19:50 EDT

On Sat, 1 May 2010 04:14:24 -0700 (PDT), Srinu wrote:


> Is there any C like concurrent programming language and its compiler
> available in open source?


Ada is an imperative, manifest / statically typed, higher level concurrent
programming language. GNAT (GNU Ada) compiler (a part of GCC) is
distributed under the GPL license. It is available for Windows, Linux, Mac
OS, VxWorks, Open VMS.


--
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.