Arc Forumnew | comments | leaders | submitlogin
Arc implementation in C++ (github.com)
5 points by akkartik 2986 days ago | 2 comments


4 points by rocketnia 2986 days ago | link

Whoa, less than 24 hours old. :)

It looks like the author forked their existing project Arcadia[1] to make Arc++, and difference has something to do with the memory management strategy (adopting C++'s shared_ptr).

[1] https://github.com/kimtg/arcadia

-----

2 points by kinnard 2956 days ago | link

I found this to be very approachable, much more approachable than the scheme ac.scm, but that's probably because I'm new to/not used to reading lisp.

-----