Arc Forumnew | comments | leaders | submitlogin
4 points by kogir 3435 days ago | link | parent

The Hacker News codebase is in Arc, and will be for the foreseeable future. All the core domain work is done in it, and we write Arc code every day. When it makes sense for performance or practical reasons we call into Racket, but not frequently enough that we've even bothered exposing nice syntax for it (like anarki's $).


5 points by akkartik 3435 days ago | link

I'm not sure if you're the best person to ask, but:

Is the arc currently running HN significantly different from the arc 3.1 c. 2009?

Any plans for a new arc release? :)

Any lessons you can share from your experiences scaling up HN? (Like the push to eliminate fnids, for example.)

-----