Hacker News new | ask | show | jobs
by yeputons 5 days ago
I thought Ruby uses .rb (not .ru), and Scala uses .scala (not .sc).
2 comments

In Scala, .sc is used for worksheets and inconsistently for scripting, see https://scala-cli.virtuslab.org/scripting for instance.
Yeah, should be .rb for Ruby. Also .mm isn't Objective-C, but Objective-C++.