Talk:Nemerle
From Wikipedia, the free encyclopedia
[edit] Language family
Why is this language in the ML family category? It seems like it belongs in Category:C programming language family, as it resembles C# with closures a lot more than ML. --bmills 16:09, 14 February 2006 (UTC)
- It has some resemblance with C but the most important features are taken from other languages: pattern matching from ML, macros from Lisp, string interpolation from scripting languages, etc. The whole "X programming language family" copncept is nonsense, IMHO. Pavel Vozenilek 20:41, 17 June 2006 (UTC)
[edit] Intro copyvio
The introduction to this page appears to be taken from http://nemerle.org/Main_Page. Since this site, despite being hosted on a MediaWiki server, bears no copyright notice, I must assume the material is copyrighted with all rights reserved. Unless someone can prove to me that the copyright owner has given permission to use it under the GFDL (or submitted it themselves), I suggest that we either:
- Rewrite the intro, or
- Write a brief intro followed by a properly cited quotation of the current intro.
Deco 22:56, 25 March 2006 (UTC)
The license for the nemerle documentation is here: http://nemerle.org/License I'm not sure if BSD-license is compatible with GFDL. I'm the one who wrote it, and have no problems with it being used in wikipedia. --Malekith 15:43, 1 March 2007 (UTC)
[edit] Hello example, not full?
Shouldnt it be necesary for the long Hello World example to actually print, to call the Hello function. That is: need we not add another line calling for the "Hello" function? —The preceding unsigned comment was added by Pablo2garcia (talk • contribs) 13:26, 15 January 2007 (UTC).