Y
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
dinHeld
1049 days ago
O is a visual pun because it adds a cycle collector to ARC.
link
lambertsimnel
1049 days ago
I assumed the O was for "optimised", but apparently it stands for "cycle":
https://nim-lang.org/blog/2020/12/08/introducing-orc.html
link