Changes between Initial Version and Version 1 of IdeasToSteal

Show
Ignore:
Timestamp:
10/23/10 06:58:07 (11 years ago)
Author:
cotto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IdeasToSteal

    v1 v1  
     1The programming world is way bigger than Parrot and there's a very good chance that if we want to try something, someone else has already tried it and wrote something about their experiences.  This page exists to keep track of such ideas.  Anything speculative can go here; Lorito design ideas, shiny new GC algorithms, JIT research papers or anything that's not currently implemented in Parrot but that has the potential to help us produce a better VM and foundation for dynamic language development. 
     2 
     3= MMD = 
     4[http://slatelanguage.org/2004/05/thesis-on-prototypes-with-multiple-dispatch/ Prototypes with Multiple Dispatch] - a way to speed up MMD for the common case where type-based dispatch isn't used