The “convention over configuration” paradigm is heavily emphasized in this framework’s namesake doctrine. For 10 points each:
[10h] Name this server-side framework written in a language developed by Yukihiro Matsumoto. This framework, created by David Hansson, is used in popular websites such as GitHub and Twitch.
ANSWER: Rails [accept Ruby on Rails; accept The Rails Doctrine; reject “Ruby”]
[10m] Ruby’s proficiency in memory allocation makes it a good language to implement this process. Reclaiming heap space is the central idea of this process’s mark-and-sweep algorithms.
ANSWER: garbage collection [accept GC]
[10e] Ruby’s namesake “gems” are used to install packages using a command line in Linux, which is one of these systems. Windows is another example of one of these systems that manage hardware and software resources.
ANSWER: operating systems [accept OS]
<Ezra Santos, Other Science>