Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
n3otec
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
n3otec
11y ago
Thank you! :-)
2.
▲
by
n3otec
11y ago
Yes we are working on this. In the meantime, https://github.com/CausalityLtd/ponyc/tree/master/examples might be a good start!
3.
▲
by
n3otec
11y ago
No. If actor X is waiting for actor Y and Y for X and neither of the two has messages to process, they are potentially subject to GC. The question is, what does X is waiting for Y mean? 'Waiting' would imply that there are languag
4.
▲
by
n3otec
11y ago
Insallations instructions will be available today.
5.
▲
by
n3otec
11y ago
No. Dynamic linking is possible, for example with C libraries. 'No loadable code' means that a programs code is not modified during runtime, nor extended with new code (for example like java applets or RMI applications). We have b
6.
▲
by
n3otec
11y ago
not yet, but it will be soon, and with the same causality guarantee
7.
▲
by
n3otec
11y ago
In Erlang, that only holds for a pair of processes, as you point out. In Pony, it holds for the entire program. So, if A1 sends a message to A2, and then A1 sends a message to A3, and in response to the second message A3 sends a message to
8.
▲
by
n3otec
11y ago
http://blog.codinghorror.com/and-a-pony/
9.
▲
by
n3otec
11y ago
We have been working on distribution support. We should get it into the runtime soon!
10.
▲
by
n3otec
11y ago
http://www.urbandictionary.com/define.php?term=I%20want%20a%... :)