treef
|
cached 5 days ago
You don't have to work on it but we still would like some direction from you, like thoughts on anarki and the new editions that are added by the community.
|
|
cached 23 days ago
I would also like to hear what pg has to say about the doc strings we are using the the Anarki repo.
|
|
cached 13 days ago
This is cool and quite simple. But we don't just want ffi to native libs but also jvm and .net monstrosities. Since Arc is such a web2.0 language maybe some thing like a client server arch for ffi as in each language has a "ffi-server" like native-c, .net, java, python, perl ... arc connect to it via TCP and calls functions and gets data back. This could be optimized further and I think facebook has some thing like this (link any one?).
What you describe is very standard way to do a ffi - am trying to think out of the box, can I get any help? |
|
cached 23 days ago
|
|
cached 13 days ago
nex3 thanks for hosting the git repo its great - its one of those things that keeps me in the community.
|
|
cached 4 days ago
that is not a bad idea, I was against adding infix stuff to lisp till i saw this this makes 1 still act like lisp and 2 look nice without any sort of additional syntax, good job eds.
|
|
cached 14 days ago
should i remove it form my resume?
|
|
cached 11 days ago
but it is fun
|
|
cached 6 days ago
oo in arc?
|
|
cached 6 days ago
already done in the arc-wiki
(def fun args
"comment"
body)
that was like the first thing we added |
