On 2011-11-09 23:45, Danni Coy wrote:
On Wed, Nov 9, 2011 at 10:31 AM, Simen Kjærås <simen.kja...@gmail.com <mailto:simen.kja...@gmail.com>> wrote: On Tue, 08 Nov 2011 05:39:07 +0100, Caligo <iteronve...@gmail.com <mailto:iteronve...@gmail.com>> wrote: On Mon, Nov 7, 2011 at 7:51 PM, bearophile <bearophileh...@lycos.com <mailto:bearophileh...@lycos.com>> wrote: Bartosz talks a bit about the very nicely designed Chapel language: http://bartoszmilewski.__wordpress.com/2011/11/07/__supercomputing-in-seattle/ <http://bartoszmilewski.wordpress.com/2011/11/07/supercomputing-in-seattle/> (But my appreciation for Chapel design is on other things). Bye, bearophile Interesting (maybe useless) facts: Chapel has 59 keywords. D has, I think, 107 keywords. C++11, I think, 81. Python has 33. Interesting, questionably. Useless, indeed. how many keywords in D are needed because the preprocessor is built into the language itself?
A couple of extra, but we also reuse some existing once, i.e. "static if". -- /Jacob Carlborg