Hacker News new | ask | show | jobs
by white-flame 3627 days ago
You link to C when you need speed, and that's not even usually necessary anymore in languages like JavaScript or Lisp. Linking to C doesn't let your code somehow abstract higher, to deal with larger projects and larger architectural scopes.
1 comments

It may allow you to take advantage of existing libraries, however.