Hacker News new | ask | show | jobs
by msk-lywenn 1049 days ago
I've been searching and can't find it: A in ARC is for automatic, what does the O stand for?
2 comments

O is a visual pun because it adds a cycle collector to ARC.
I assumed the O was for "optimised", but apparently it stands for "cycle":

https://nim-lang.org/blog/2020/12/08/introducing-orc.html