Hacker News new | ask | show | jobs
by matheusmoreira 971 days ago
What's the difference between play and achievement? Someone running the so called "toy" in the production server?
1 comments

You can put a program with 50 lines and 10 bugs in production. :)

To me "production" also means "runs reliably over long periods of time, does not fall over under load, and has no unexpected panics". Well, and also "makes full use of the available computing resources and prevents lag as much as possible".

"Toy" is basically "I am such a huge fan of LISP, I am convinced that the world absolutely needs one more interpreter!".