Naive question: C-- vs. CLI
"Jonathan S. Shapiro" <[email protected]> Fri, 09 Sep 2005 15:36:03 -0400
| Newsgroups | gmane.comp.lang.c-- |
|---|---|
| Message-ID | <[email protected]> |
Since we are implementing a new language, it would appear that we have three plausible target runtime strategies: 1. Roll our own. 2. Use an existing one (probably C--) 3. Target CLI. I would like to understand what factors should inform a decision between C-- and CLI for research purposes. Can anybody provide informed input on how to evaluate these alternatives for research purposes? Jonathan