recently, I read Rasmus Lerdorf Simple is Hard presentation.
on http://talks.php.net/show/drupal08/32 drupal appearly have too much unneed included functions on a hello world demo.
I wonder if this is drupal's nature to includes core libraries and all modules function on every url hit ??

Comments

nevets’s picture

Drupal is a Content Management System, "Hello World" to me serves as a false benchmark. Note with Drupal you do not need to write any code for this, one could simply create content. You get so much more than just "Hello World" on the screen, you get users, user permissions, access control, the look of the page (theme) an much more.