<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Nemerle Forum Google Group</title>
  <link>http://groups.google.com/group/nemerle-en</link>
  <description>This group is dedicated to general discussion about the Nemerle language and compiler. Don&amp;#39;t hesitate to post beginners questions, as well as the more advanced ones.</description>
  <language>en</language>
  <item>
  <title>Request to apply patch from issue 506</title>
  <link>http://groups.google.com/group/nemerle-en/browse_thread/thread/1e4650f44131c553/1370fbae6c063132?show_docid=1370fbae6c063132</link>
  <description>
  Hi, could anyone review and apply patch I attached to &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/rsdn/nemerle/issues/506&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; ? &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Kamil Skalski &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://kamil-skalski.pl&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/nemerle-en/browse_thread/thread/1e4650f44131c553/1370fbae6c063132?show_docid=1370fbae6c063132</guid>
  <author>
  kamil.skal...@gmail.com
  (Kamil Skalski)
  </author>
  <pubDate>Wed, 22 May 2013 19:42:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: [nem-forum] The base language of Nemerle</title>
  <link>http://groups.google.com/group/nemerle-en/browse_thread/thread/531be9390e792955/a4d3f343646b3776?show_docid=a4d3f343646b3776</link>
  <description>
  Hi &lt;br&gt; &lt;p&gt;2013/4/18 David Piepgrass &amp;lt;qwertie...@gmail.com&amp;gt; &lt;br&gt; &lt;p&gt;It&#39;s not what you need. &lt;br&gt; Try to read this: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://nemerle.org/wiki/index.php?title=Macros_-_extended_course._Part_1&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;def foo(x : X[Y]) { } &lt;br&gt; the parser parse the &amp;quot;X[Y]&amp;quot; as a general expression. &lt;br&gt; def foo(x : X(Y)) { } &lt;br&gt; Nemerle paresr recognize it.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/nemerle-en/browse_thread/thread/531be9390e792955/a4d3f343646b3776?show_docid=a4d3f343646b3776</guid>
  <author>
  v...@rsdn.ru
  (VladD2)
  </author>
  <pubDate>Tue, 23 Apr 2013 08:14:13 UT
</pubDate>
  </item>
  <item>
  <title>Re: The future of Nemerle and what&#39;s going on at JetBrains</title>
  <link>http://groups.google.com/group/nemerle-en/browse_thread/thread/36fd877336bd23af/d20733f22c844773?show_docid=d20733f22c844773</link>
  <description>
  They work on new extendable parser. &lt;br&gt; When it is ready, they will tell us. &lt;br&gt; You have some limited REPL with Nemish &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/rsdn/nemerle/tree/master/tools/nemerlish&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Also you can use NPad for small tests: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/Ziaw/npad&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/nemerle-en/browse_thread/thread/36fd877336bd23af/d20733f22c844773?show_docid=d20733f22c844773</guid>
  <author>
  nn1436...@gmail.com
  (NN)
  </author>
  <pubDate>Sun, 21 Apr 2013 14:53:42 UT
</pubDate>
  </item>
  <item>
  <title>The future of Nemerle and what&#39;s going on at JetBrains</title>
  <link>http://groups.google.com/group/nemerle-en/browse_thread/thread/36fd877336bd23af/5994fbcdd28e11ee?show_docid=5994fbcdd28e11ee</link>
  <description>
  Is there any news on what&#39;s going on at JetBrains with regards to Nemerle. &lt;br&gt; Nemerle is an awesome language, but it&#39;s been around for a while, but &lt;br&gt; can&#39;t seem to &amp;quot;break out of the pack&amp;quot; of other alternative .NET languages. &lt;br&gt; &lt;p&gt;It would be awesome to have F# REPL like experience for VS, or something &lt;br&gt; like Scala worksheets.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/nemerle-en/browse_thread/thread/36fd877336bd23af/5994fbcdd28e11ee?show_docid=5994fbcdd28e11ee</guid>
  <author>
  markhanif...@gmail.com
  (Mark Haniford)
  </author>
  <pubDate>Sun, 21 Apr 2013 14:34:40 UT
</pubDate>
  </item>
  <item>
  <title>Re: The base language of Nemerle</title>
  <link>http://groups.google.com/group/nemerle-en/browse_thread/thread/531be9390e792955/a5e8e6a6cbfb8556?show_docid=a5e8e6a6cbfb8556</link>
  <description>
  Hello &lt;br&gt; You should read this article and other parts too: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://nemerle.org/Macros_-_extended_course._Part_1&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Nemerle has special compiler step : PreParse. &lt;br&gt; The parser and lexer reside in files: Lexer.n , MainParser.n and PreParser.n &lt;br&gt; pattern matching is built in.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/nemerle-en/browse_thread/thread/531be9390e792955/a5e8e6a6cbfb8556?show_docid=a5e8e6a6cbfb8556</guid>
  <author>
  nn1436...@gmail.com
  (NN)
  </author>
  <pubDate>Sun, 21 Apr 2013 08:38:08 UT
</pubDate>
  </item>
  <item>
  <title>Re: The base language of Nemerle</title>
  <link>http://groups.google.com/group/nemerle-en/browse_thread/thread/531be9390e792955/b3d003e440e61d69?show_docid=b3d003e440e61d69</link>
  <description>
  My question is simply, how does parsing work in Nemerle? It obviously &lt;br&gt; doesn&#39;t work like other languages, because you can create your own &lt;br&gt; syntax. &lt;br&gt; &lt;p&gt;Soooooo... I read through that &amp;quot;part 6&amp;quot; documentation, but I didn&#39;t &lt;br&gt; learn very much. Does any other information exist about Nemerle&#39;s base &lt;br&gt; language? And what would a program look like that does not use any
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/nemerle-en/browse_thread/thread/531be9390e792955/b3d003e440e61d69?show_docid=b3d003e440e61d69</guid>
  <author>
  qwertie...@gmail.com
  (David Piepgrass)
  </author>
  <pubDate>Sun, 21 Apr 2013 04:18:24 UT
</pubDate>
  </item>
  <item>
  <title>Re: The base language of Nemerle</title>
  <link>http://groups.google.com/group/nemerle-en/browse_thread/thread/531be9390e792955/a11b9011d252b024?show_docid=a11b9011d252b024</link>
  <description>
  Hello. &lt;br&gt; &lt;p&gt;Unfortunately you have more articles in russian than in english language. &lt;br&gt; (You can use google translate or &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.translate.ru&quot;&gt;[link]&lt;/a&gt; if it works better) &lt;br&gt; Here you have a lot of articles: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.rsdn.ru/summary/3766.xml&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Articles about macros explain a lot what happens inside compiler . &lt;br&gt; &lt;p&gt;I didn&#39;t understand your question about parsing.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/nemerle-en/browse_thread/thread/531be9390e792955/a11b9011d252b024?show_docid=a11b9011d252b024</guid>
  <author>
  nn1436...@gmail.com
  (NN)
  </author>
  <pubDate>Thu, 18 Apr 2013 19:19:15 UT
</pubDate>
  </item>
  <item>
  <title>The base language of Nemerle</title>
  <link>http://groups.google.com/group/nemerle-en/browse_thread/thread/531be9390e792955/46b4b7e39120417c?show_docid=46b4b7e39120417c</link>
  <description>
  I would like to understand the Nemerle base language and compiler &lt;br&gt; architecture. I found this document, are there any others on these &lt;br&gt; subjects? &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/rsdn/nemerle/wiki/Nemerle-language-%28part-6%29&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;This document states: &amp;quot;the compiler actually parses a more abstract &lt;br&gt; language than is specified by the syntax of Nemerle. For example,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/nemerle-en/browse_thread/thread/531be9390e792955/46b4b7e39120417c?show_docid=46b4b7e39120417c</guid>
  <author>
  qwertie...@gmail.com
  (David Piepgrass)
  </author>
  <pubDate>Thu, 18 Apr 2013 16:01:11 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to use Nemerle as scripting language?</title>
  <link>http://groups.google.com/group/nemerle-en/browse_thread/thread/61baa35f75166cda/fa6a179e2c5fecf4?show_docid=fa6a179e2c5fecf4</link>
  <description>
  That will be nice feature to have... I think it&#39;s not supported for now. &lt;br&gt; But here is how does it work in F# : &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://gist.github.com/Heather/5219768&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/nemerle-en/browse_thread/thread/61baa35f75166cda/fa6a179e2c5fecf4?show_docid=fa6a179e2c5fecf4</guid>
  <author>
  heat...@cynede.net
  (Heather Cynede)
  </author>
  <pubDate>Fri, 22 Mar 2013 08:38:51 UT
</pubDate>
  </item>
  <item>
  <title>Re: How define nested types ?</title>
  <link>http://groups.google.com/group/nemerle-en/browse_thread/thread/3761f5732e0bc193/fb362c22c3eddf7d?show_docid=fb362c22c3eddf7d</link>
  <description>
  Everything is simple you define types with DefineNestedTypes and members &lt;br&gt; with Define. &lt;br&gt; Example: &lt;br&gt; def t = typer.Env.Define(&amp;lt;[ decl: module A {} ]&amp;gt;); &lt;br&gt; t.DefineNestedType(&amp;lt;[ decl: class B {} ]&amp;gt;).Compile(); &lt;br&gt; t.Define(&amp;lt;[ decl: public F() : void {} ]&amp;gt;); &lt;br&gt; t.Compile();
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/nemerle-en/browse_thread/thread/3761f5732e0bc193/fb362c22c3eddf7d?show_docid=fb362c22c3eddf7d</guid>
  <author>
  nn1436...@gmail.com
  (NN)
  </author>
  <pubDate>Mon, 11 Mar 2013 13:29:13 UT
</pubDate>
  </item>
  <item>
  <title>How define nested types ?</title>
  <link>http://groups.google.com/group/nemerle-en/browse_thread/thread/3761f5732e0bc193/d69a1a7077184a0c?show_docid=d69a1a7077184a0c</link>
  <description>
  This one doesn&#39;t work: &lt;br&gt; def a = typer.Env.Define(&amp;lt;[ decl: module A {} ]&amp;gt;); &lt;br&gt; a.Define(&amp;lt;[ decl: module B {} ]&amp;gt;); &lt;br&gt; a.Compile(); &lt;br&gt; error : the type A.B was not finalized, forgot the TypeBuilder.Compile () &lt;br&gt; on it? &lt;br&gt; This one compiles but creates only top module &#39;X&#39; without nested A and B !!! &lt;br&gt; def x = [&amp;lt;[ decl: module A {} ]&amp;gt;, &amp;lt;[ decl: module B : A {} ]&amp;gt;];
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/nemerle-en/browse_thread/thread/3761f5732e0bc193/d69a1a7077184a0c?show_docid=d69a1a7077184a0c</guid>
  <author>
  nn1436...@gmail.com
  (NN)
  </author>
  <pubDate>Sun, 10 Mar 2013 20:00:14 UT
</pubDate>
  </item>
  <item>
  <title>Re: [nem-forum] Re: Nemerle Compiler Assertion?</title>
  <link>http://groups.google.com/group/nemerle-en/browse_thread/thread/2435825ee2ef8595/d7db08243cce9279?show_docid=d7db08243cce9279</link>
  <description>
  I approve. &lt;br&gt; Removing or changing this to &amp;lt;NoStdLib&amp;gt;false&amp;lt;/NoStdLib&amp;gt; makes everything &lt;br&gt; work.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/nemerle-en/browse_thread/thread/2435825ee2ef8595/d7db08243cce9279?show_docid=d7db08243cce9279</guid>
  <author>
  nn1436...@gmail.com
  (NN)
  </author>
  <pubDate>Wed, 06 Mar 2013 15:49:33 UT
</pubDate>
  </item>
  <item>
  <title>Re: Nemerle Nuget fix, please vote</title>
  <link>http://groups.google.com/group/nemerle-en/browse_thread/thread/cdeb0a6d782f72d5/512fe34a6d2b3a68?show_docid=512fe34a6d2b3a68</link>
  <description>
  Next time, post messages like these in &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://rsdn.ru/forum/nemerle/&quot;&gt;[link]&lt;/a&gt; too :)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/nemerle-en/browse_thread/thread/cdeb0a6d782f72d5/512fe34a6d2b3a68?show_docid=512fe34a6d2b3a68</guid>
  <author>
  nn1436...@gmail.com
  (NN)
  </author>
  <pubDate>Wed, 06 Mar 2013 15:43:43 UT
</pubDate>
  </item>
  <item>
  <title>Nemerle Nuget fix, please vote</title>
  <link>http://groups.google.com/group/nemerle-en/browse_thread/thread/cdeb0a6d782f72d5/bad5c123dda8e15a?show_docid=bad5c123dda8e15a</link>
  <description>
  Hello I asked for a fix that will make nuget behave properly with Nemerle, &lt;br&gt; please vote up &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://nuget.codeplex.com/workitem/3105&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/nemerle-en/browse_thread/thread/cdeb0a6d782f72d5/bad5c123dda8e15a?show_docid=bad5c123dda8e15a</guid>
  <author>
  empe...@gmail.com
  (emperon@gmail.com)
  </author>
  <pubDate>Wed, 06 Mar 2013 13:00:50 UT
</pubDate>
  </item>
  <item>
  <title>Re: [nem-forum] Re: Nemerle Compiler Assertion?</title>
  <link>http://groups.google.com/group/nemerle-en/browse_thread/thread/2435825ee2ef8595/2ff9999761b4c2f1?show_docid=2ff9999761b4c2f1</link>
  <description>
  2013/3/6 Philip Laureano &amp;lt;philip.laure...@gmail.com&amp;gt; &lt;br&gt; &lt;p&gt;I think, your projects made by hand. I advise recreate projects by wizard &lt;br&gt; or remove &amp;lt;NoStdLib&amp;gt;true&amp;lt;/NoStdLib&amp;gt; teg from projects.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/nemerle-en/browse_thread/thread/2435825ee2ef8595/2ff9999761b4c2f1?show_docid=2ff9999761b4c2f1</guid>
  <author>
  v...@rsdn.ru
  (VladD2)
  </author>
  <pubDate>Wed, 06 Mar 2013 12:39:11 UT
</pubDate>
  </item>
  </channel>
</rss>
