Hacker News new | ask | show | jobs
by eru 1421 days ago
> Scripting with ref counting would be a nightmare, [...]

Why? Old version of Python used ref counting only, and Python still largely relies on reference counting (but has a GC to detect cycles).