Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: Thoughts on "Go"?

by punkish (Priest)
on Nov 11, 2009 at 14:36 UTC ( [id://806508]=note: print w/replies, xml ) Need Help??


in reply to Re: Thoughts on "Go"?
in thread Thoughts on "Go"?

If it provides Erlang-like good concurrency in an imperative programming language, it has a bright future ahead.

I recently came across CouchDB, which promises good concurrency, and is written in Erlang. Am really liking it. See http://couchdb.apache.org/.

This Erlang with its concurrency sounds good. Where can I subscribe to it? I know not much about it. Is this something that has to be designed from the ground up? How is it in Perl 6?

--

when small people start casting long shadows, it is time to go to bed

Replies are listed 'Best First'.
Re^3: Thoughts on "Go"?
by moritz (Cardinal) on Nov 12, 2009 at 09:19 UTC
    Is this something that has to be designed from the ground up? How is it in Perl 6?

    It has to be considered from the start, at least. Perl 6 has various design decisions that aim at making concurrency as painless as possible, including soft exceptions, contextual instead of global variables, hyper operators and feeds as well as keeping as little mutable state as possible.

    However concurrency hasn't been the one and only design goal for Perl 6, so I'm not sure if one can expect the same level of concurrency support as from Erlang. We'll see.

    Perl 6 - links to (nearly) everything that is Perl 6.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://806508]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-16 17:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found