Arc Forumnew | comments | leaders | submitlogin
Lib/net.arc
7 points by garply 5320 days ago | 1 comment
I added get-url and post-url to anarki because I feel like a language should have them. If I made a faux pas by pushing without asking someone permission, let me know.

Also, I've half-implemented Erlang-style message passing, stealing from Termite scheme. I want to add it to anarki when I'm done. It's the sanest way that I've seen to do parallelism and I think anarki should do parallelism that way too. It's a somewhat bigger change than lib/net.arc so I figured I'd ask how people feel about it before I pushed.



2 points by rntz 5319 days ago | link

No, pushing doesn't require permission; that's more or less the point of a world-writable repository. You don't really need to put info on libraries in CHANGES/, though, as is said in CHANGES/README; it's more for changes to the core language.

-----