Something that import() file and reads values at compile times.
For example:On my (php) website I use an optimized c++ backend (compiled as php module). Profiling code I see that website wastes a lot of time on opening, reading and parsing config files (a couple of files where i read hosts, ports, etc..). If these value was compiled as consts it would be a great boost...
