<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Getting started with OMeta#</title>
	<atom:link href="http://jagregory.com/writings/getting-started-with-ometa/feed/" rel="self" type="application/rss+xml" />
	<link>http://jagregory.com/writings/getting-started-with-ometa/</link>
	<description>Monkeying with the code</description>
	<lastBuildDate>Tue, 29 Jun 2010 13:30:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: YaYAML: Yet another YAML parser &#8212; James Gregory</title>
		<link>http://jagregory.com/writings/getting-started-with-ometa/comment-page-1/#comment-13070</link>
		<dc:creator>YaYAML: Yet another YAML parser &#8212; James Gregory</dc:creator>
		<pubDate>Tue, 28 Oct 2008 22:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jagregory.com/?p=130#comment-13070</guid>
		<description>[...] &#8592; Getting started with OMeta# [...]</description>
		<content:encoded><![CDATA[<p>[...] &larr; Getting started with OMeta# [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Gregory</title>
		<link>http://jagregory.com/writings/getting-started-with-ometa/comment-page-1/#comment-12767</link>
		<dc:creator>James Gregory</dc:creator>
		<pubDate>Wed, 22 Oct 2008 07:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jagregory.com/?p=130#comment-12767</guid>
		<description>Thanks for the feedback Jeff, you&#039;ve done some really great work on OMeta#. I don&#039;t know how I could manage without it now.

The examples you provide with the source are excellent, and I really should have mentioned them in my post. They&#039;re pretty much entirely how I learnt the syntax (and probably why I don&#039;t know any more than is in them).

Error handling is my only real complaint with it, and even that isn&#039;t such a problem once you figure out the generated code. I&#039;m pretty adept at debugging the parsers now. Getting more helpful output would be good, it&#039;d certainly ease the learning curve a bit. I attempted this myself while I was writing SharpDiff, but didn&#039;t get very far. However, I might take another look next time I get some spare time.

Thanks again, I&#039;ll probably take you up on that offer of help ;)</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback Jeff, you&#8217;ve done some really great work on OMeta#. I don&#8217;t know how I could manage without it now.</p>
<p>The examples you provide with the source are excellent, and I really should have mentioned them in my post. They&#8217;re pretty much entirely how I learnt the syntax (and probably why I don&#8217;t know any more than is in them).</p>
<p>Error handling is my only real complaint with it, and even that isn&#8217;t such a problem once you figure out the generated code. I&#8217;m pretty adept at debugging the parsers now. Getting more helpful output would be good, it&#8217;d certainly ease the learning curve a bit. I attempted this myself while I was writing SharpDiff, but didn&#8217;t get very far. However, I might take another look next time I get some spare time.</p>
<p>Thanks again, I&#8217;ll probably take you up on that offer of help <img src='http://jagregory.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Moser</title>
		<link>http://jagregory.com/writings/getting-started-with-ometa/comment-page-1/#comment-12755</link>
		<dc:creator>Jeff Moser</dc:creator>
		<pubDate>Wed, 22 Oct 2008 02:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jagregory.com/?p=130#comment-12755</guid>
		<description>Wow! What an encouragement to hear of someone new using OMeta#. 

I definitely need to improve the error handling. At the very least, report where the error is instead of the very unhelpful &quot;something bad happened&quot; default handler.

I must confess that I sometimes forget the commas too :)

I also must say that I&#039;ve been making things up as I&#039;ve gone along (especially with .net-ifying the syntax) and refactoring where I can. Note that you can say &quot;LetterOrDigit+:name &#039;.&#039; LetterOrDigit+:ext&quot; and then you don&#039;t have to use the .As&#039;s. It&#039;s a little bit terser until I can get smarter duck typing.

You&#039;ve done a great job of explaining how things work. In the OMeta# release, you&#039;ll see several toy projects that do something similar to your tests. For example, the &quot;Calculator&quot; example shows how to run automated tests as well as interactive console based sessions. 

The Prolog one is my current favorite since it was the hardest to write.

Keep up the good work. Always feel free to contact me as you run into issues. And if you ever want to be a contributer to the project, OMeta# would be better for it ;)

Cheers,

Jeff</description>
		<content:encoded><![CDATA[<p>Wow! What an encouragement to hear of someone new using OMeta#. </p>
<p>I definitely need to improve the error handling. At the very least, report where the error is instead of the very unhelpful &#8220;something bad happened&#8221; default handler.</p>
<p>I must confess that I sometimes forget the commas too <img src='http://jagregory.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I also must say that I&#8217;ve been making things up as I&#8217;ve gone along (especially with .net-ifying the syntax) and refactoring where I can. Note that you can say &#8220;LetterOrDigit+:name &#8216;.&#8217; LetterOrDigit+:ext&#8221; and then you don&#8217;t have to use the .As&#8217;s. It&#8217;s a little bit terser until I can get smarter duck typing.</p>
<p>You&#8217;ve done a great job of explaining how things work. In the OMeta# release, you&#8217;ll see several toy projects that do something similar to your tests. For example, the &#8220;Calculator&#8221; example shows how to run automated tests as well as interactive console based sessions. </p>
<p>The Prolog one is my current favorite since it was the hardest to write.</p>
<p>Keep up the good work. Always feel free to contact me as you run into issues. And if you ever want to be a contributer to the project, OMeta# would be better for it <img src='http://jagregory.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Cheers,</p>
<p>Jeff</p>
]]></content:encoded>
	</item>
</channel>
</rss>
