Re: Compiler for a concurrent programming language.

Ian Lance Taylor <ian@airs.com>
Sat, 01 May 2010 09:56:09 -0700

          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)
Re: Compiler for a concurrent programming language. jeremy.bennett@embecosm.com (Jeremy Bennett) (2010-06-11)
| List of all articles for this month |

From: Ian Lance Taylor <ian@airs.com>
Newsgroups: comp.compilers
Date: Sat, 01 May 2010 09:56:09 -0700
Organization: Compilers Central
References: 10-05-004 (Srinu's message of "Sat, 1 May 2010 04:14:24 -0700 (PDT)")
Keywords: C, parallel
Posted-Date: 02 May 2010 22:20:41 EDT

Srinu <sinu.nayak2001@gmail.com> writes:


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


It depends on what you mean by "C like" and what you mean by
"concurrent." Arguably both Java and C# are C like and have support for
concurrency built into the language.


Some other possibilities:


Go http://golang.org/
Erlang http://erlang.org/
Occam E.g., http://projects.cs.kent.ac.uk/projects/kroc/trac/
Scala http://www.scala-lang.org/


Ian



Post a followup to this message

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