What is the actual problem with a prototype based design?

Posted by WindScar on Programmers See other posts from Programmers or by WindScar
Published on 2011-10-30T21:28:14Z Indexed on 2011/11/11 18:26 UTC
Read the original article Hit count: 214

I feel like anything that can be developed using OO/functional languages can be generally made 'better' using a prototype based language, because they appaer to have the best of them all: high order functions, flexibility to simulate any OO structure, productivity (low verbosity) and scalability because of concurrency. But it seems like they are avoided for the creation of executable applications and of bigger projects in general. Why that?

© Programmers or respective owner

Related posts about programming-languages

Related posts about prototype