Hacker News new | ask | show | jobs
by jxf 777 days ago
> For most programs, the limiting factor is not performance but the cost of implementation and maintenance.

The limiting factor for what? Their commercial success, or something else?

1 comments

Success, yes. It need not be direct commercial success; lots of programs are written purely for internal use within some larger organization. And even when there are known performance requirements, Lisp is often still a good choice because the performance is handled by specialized hardware. Consider games, for example. Time to market and rapid iteration are both paramount, while performance is taken care of not by writing a fast renderer but by sending everything to the GPU to be rendered on specialized hardware.