Tagged Questions
13
votes
11answers
2k views
Can Ruby, PHP, or Perl create a pre-compiled file for the code like Python?
For Python, it can create a pre-compiled version file.pyc so that the program can be run without interpreted again. Can Ruby, PHP, and Perl do that same on the command line?