<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Try MPS Beta With Calculator Language Tutorial</title>
	<atom:link href="http://blogs.jetbrains.com/mps/2008/12/try-mps-beta-with-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.jetbrains.com/mps/2008/12/try-mps-beta-with-tutorial/</link>
	<description>JetBrains Meta Programming System Team Blog</description>
	<pubDate>Mon, 21 May 2012 09:37:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: jhon</title>
		<link>http://blogs.jetbrains.com/mps/2008/12/try-mps-beta-with-tutorial/#comment-18</link>
		<dc:creator>jhon</dc:creator>
		<pubDate>Mon, 12 Jan 2009 05:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/mps/?p=13#comment-18</guid>
		<description>I would like to make a few comments:
* It is quite quite slow. Have you consider any other language? I think it is written in Java; another language may be faster. programming required a lot of skill and knowledge you can get information from this,</description>
		<content:encoded><![CDATA[<p>I would like to make a few comments:<br />
* It is quite quite slow. Have you consider any other language? I think it is written in Java; another language may be faster. programming required a lot of skill and knowledge you can get information from this,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santiago Tapia</title>
		<link>http://blogs.jetbrains.com/mps/2008/12/try-mps-beta-with-tutorial/#comment-11</link>
		<dc:creator>Santiago Tapia</dc:creator>
		<pubDate>Wed, 17 Dec 2008 15:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/mps/?p=13#comment-11</guid>
		<description>Congratulations, I downloaded the tool last week and it is impressive.

I have only tested it for a few hours using the tutorial, nevertheless I would like to make a few comments:
* It is quite quite slow. Have you consider any other language? I think it is written in Java; another language may be faster.
* The editor it is not very friendly, besides most programmer use to type very fast, I think it would be convinient to be able to write directly in plain text.</description>
		<content:encoded><![CDATA[<p>Congratulations, I downloaded the tool last week and it is impressive.</p>
<p>I have only tested it for a few hours using the tutorial, nevertheless I would like to make a few comments:<br />
* It is quite quite slow. Have you consider any other language? I think it is written in Java; another language may be faster.<br />
* The editor it is not very friendly, besides most programmer use to type very fast, I think it would be convinient to be able to write directly in plain text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastien Arbogast</title>
		<link>http://blogs.jetbrains.com/mps/2008/12/try-mps-beta-with-tutorial/#comment-7</link>
		<dc:creator>Sebastien Arbogast</dc:creator>
		<pubDate>Fri, 12 Dec 2008 11:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/mps/?p=13#comment-7</guid>
		<description>I managed to get my account back on Clearspace so I moved this discussion back there: http://www.jetbrains.net/devnet/thread/279087?tstart=0</description>
		<content:encoded><![CDATA[<p>I managed to get my account back on Clearspace so I moved this discussion back there: <a href="http://www.jetbrains.net/devnet/thread/279087?tstart=0" rel="nofollow">http://www.jetbrains.net/devnet/thread/279087?tstart=0</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skostik</title>
		<link>http://blogs.jetbrains.com/mps/2008/12/try-mps-beta-with-tutorial/#comment-6</link>
		<dc:creator>skostik</dc:creator>
		<pubDate>Fri, 12 Dec 2008 10:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/mps/?p=13#comment-6</guid>
		<description>Hello, Sebastien.

Did you regenerate your generator?
What code did you put in reference macro?
Did you put OutputFieldDeclaration label on declaration of output fields?</description>
		<content:encoded><![CDATA[<p>Hello, Sebastien.</p>
<p>Did you regenerate your generator?<br />
What code did you put in reference macro?<br />
Did you put OutputFieldDeclaration label on declaration of output fields?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastien Arbogast</title>
		<link>http://blogs.jetbrains.com/mps/2008/12/try-mps-beta-with-tutorial/#comment-5</link>
		<dc:creator>Sebastien Arbogast</dc:creator>
		<pubDate>Thu, 11 Dec 2008 23:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/mps/?p=13#comment-5</guid>
		<description>Thanks a lot. I managed to move forward but there seems to be another trick. I don't really understand what I'm doing here but at some point there is the following instructions:

"Now let's do the same thing with output fields. Again, we need to create the initialization code, and surround it with a $LOOP$ macro. Create a label for field declaration and put it on outputField's $LOOP$. Then we need to use this label to create a reference. Your code in the template should look like this after making these changes : "

But if I add a reference macro to outputField, the generated code is this.null. If I leave it without any reference macro, the generated code is correct: this.outputField0.

Did I do something wrong or something?</description>
		<content:encoded><![CDATA[<p>Thanks a lot. I managed to move forward but there seems to be another trick. I don&#8217;t really understand what I&#8217;m doing here but at some point there is the following instructions:</p>
<p>&#8220;Now let&#8217;s do the same thing with output fields. Again, we need to create the initialization code, and surround it with a $LOOP$ macro. Create a label for field declaration and put it on outputField&#8217;s $LOOP$. Then we need to use this label to create a reference. Your code in the template should look like this after making these changes : &#8221;</p>
<p>But if I add a reference macro to outputField, the generated code is this.null. If I leave it without any reference macro, the generated code is correct: this.outputField0.</p>
<p>Did I do something wrong or something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skostik</title>
		<link>http://blogs.jetbrains.com/mps/2008/12/try-mps-beta-with-tutorial/#comment-4</link>
		<dc:creator>skostik</dc:creator>
		<pubDate>Thu, 11 Dec 2008 18:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/mps/?p=13#comment-4</guid>
		<description>Thank you for your feedback. We will fix this issues ASAP.

You need to create a mapping label with a name InputFieldDeclaration. With type InputField -&gt; FieldDeclaration. Take a look at the following screenshot:
&lt;img src="http://www.jetbrains.com/mps/docs/tutorial/image092.png"&gt;</description>
		<content:encoded><![CDATA[<p>Thank you for your feedback. We will fix this issues ASAP.</p>
<p>You need to create a mapping label with a name InputFieldDeclaration. With type InputField -> FieldDeclaration. Take a look at the following screenshot:<br />
<img src="http://www.jetbrains.com/mps/docs/tutorial/image092.png"/></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastien Arbogast</title>
		<link>http://blogs.jetbrains.com/mps/2008/12/try-mps-beta-with-tutorial/#comment-3</link>
		<dc:creator>Sebastien Arbogast</dc:creator>
		<pubDate>Thu, 11 Dec 2008 16:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/mps/?p=13#comment-3</guid>
		<description>I'm sorry not to post this to the iscussion forums but I can't seem to log into it.

I'm kind of stuck in the middle of the Calculator tutorial because there seems to be an error in the "Implementing generator" section. The image after "Go to mapping and add this:" is the same as the previous one (image082) so it doesn't give much information about what to do.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry not to post this to the iscussion forums but I can&#8217;t seem to log into it.</p>
<p>I&#8217;m kind of stuck in the middle of the Calculator tutorial because there seems to be an error in the &#8220;Implementing generator&#8221; section. The image after &#8220;Go to mapping and add this:&#8221; is the same as the previous one (image082) so it doesn&#8217;t give much information about what to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastien Arbogast</title>
		<link>http://blogs.jetbrains.com/mps/2008/12/try-mps-beta-with-tutorial/#comment-2</link>
		<dc:creator>Sebastien Arbogast</dc:creator>
		<pubDate>Wed, 10 Dec 2008 22:20:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/mps/?p=13#comment-2</guid>
		<description>That's just the best news of the week! Too bad there's no session to launch it at Devoxx...</description>
		<content:encoded><![CDATA[<p>That&#8217;s just the best news of the week! Too bad there&#8217;s no session to launch it at Devoxx&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

