<?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 for Ola Bini: Programming Language Synchronicity</title>
	<atom:link href="http://olabini.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://olabini.com/blog</link>
	<description>Ruby, Java, Lisp, Io, JRuby. Programming language archeology, creation and discovery.</description>
	<pubDate>Sun, 14 Mar 2010 17:47:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>Comment on Path problem with Emacs on Mac OS X by grombie</title>
		<link>http://olabini.com/blog/2009/12/path-problem-with-emacs-on-mac-os-x/#comment-29312</link>
		<dc:creator>grombie</dc:creator>
		<pubDate>Thu, 04 Mar 2010 21:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://olabini.com/blog/?p=690#comment-29312</guid>
		<description>after execution of the following line:
defaults write $HOME/.MacOSX/environment PATH “$PATH”

my terminal hangs during start. I have to press "CTRL-C" after launching the terminal in order to be able to type in commands.

Furthermore my emacs.app does not know how to execute "dired" for example. It complains "no such file or directory, ls".

Can you help me solving this issue? Thank you</description>
		<content:encoded><![CDATA[<p>after execution of the following line:<br />
defaults write $HOME/.MacOSX/environment PATH “$PATH”</p>
<p>my terminal hangs during start. I have to press &#8220;CTRL-C&#8221; after launching the terminal in order to be able to type in commands.</p>
<p>Furthermore my emacs.app does not know how to execute &#8220;dired&#8221; for example. It complains &#8220;no such file or directory, ls&#8221;.</p>
<p>Can you help me solving this issue? Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Destructuring extravaganza by Sam Aaron</title>
		<link>http://olabini.com/blog/2010/03/destructuring-extravaganza/#comment-29265</link>
		<dc:creator>Sam Aaron</dc:creator>
		<pubDate>Wed, 03 Mar 2010 18:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://olabini.com/blog/?p=697#comment-29265</guid>
		<description>Great stuff!

BTW, how would I go about destructuring each? Consider:

[(0, 0), (0, 1), (0, 2)] each((x,y), x println) ;=&#62; attempts to fetch x from outer scope</description>
		<content:encoded><![CDATA[<p>Great stuff!</p>
<p>BTW, how would I go about destructuring each? Consider:</p>
<p>[(0, 0), (0, 1), (0, 2)] each((x,y), x println) ;=&gt; attempts to fetch x from outer scope</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The JRuby Tutorial #4: Writing Java extensions for JRuby by Brian</title>
		<link>http://olabini.com/blog/2006/10/the-jruby-tutorial-4-writing-java-extensions-for-jruby/#comment-29201</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 02 Mar 2010 21:05:45 +0000</pubDate>
		<guid isPermaLink="false">http://olabini.com/?p=87#comment-29201</guid>
		<description>Have you ever (or know a project) that overrides 'method_missing' via the new-ish @JRubyMethod annotation?  I've been struggling to get that to work correctly.</description>
		<content:encoded><![CDATA[<p>Have you ever (or know a project) that overrides &#8216;method_missing&#8217; via the new-ish @JRubyMethod annotation?  I&#8217;ve been struggling to get that to work correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Should languages be multi-lingual? by Roland Tepp</title>
		<link>http://olabini.com/blog/2009/10/should-languages-be-multi-lingual/#comment-28859</link>
		<dc:creator>Roland Tepp</dc:creator>
		<pubDate>Tue, 23 Feb 2010 08:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://olabini.com/blog/?p=682#comment-28859</guid>
		<description>Hi Ola,

I just heard your episode on Ioke at SE-Radio and found this blog as I was browsing for more information on Ioke...

While I am sort of ambivalent about natural language support in programming languages, I quite like the approach you've taken.

As many commenters already have pointed out, there are notable precedents of AppleScript and Excel macros that are multi-lingual, but from what I've heard, the multi-lingual feature of these is a thin veneer of presentation over the core language itself, just short of simple string replacement.

I like your approach a fair bit more, because it is a more stable experience for the native language user and it defines an explicit dependency on the native language DSL, the code is written in.

In this way, while it is sure difficult to read the code for anyone outside the cultural domain of that particular natural language, on the plus side is that the natural language of variables at leas matches operators and keywords. I can't say how much it pains me to see franch, german or swedish identifiers intermixed with english code and keywords...</description>
		<content:encoded><![CDATA[<p>Hi Ola,</p>
<p>I just heard your episode on Ioke at SE-Radio and found this blog as I was browsing for more information on Ioke&#8230;</p>
<p>While I am sort of ambivalent about natural language support in programming languages, I quite like the approach you&#8217;ve taken.</p>
<p>As many commenters already have pointed out, there are notable precedents of AppleScript and Excel macros that are multi-lingual, but from what I&#8217;ve heard, the multi-lingual feature of these is a thin veneer of presentation over the core language itself, just short of simple string replacement.</p>
<p>I like your approach a fair bit more, because it is a more stable experience for the native language user and it defines an explicit dependency on the native language DSL, the code is written in.</p>
<p>In this way, while it is sure difficult to read the code for anyone outside the cultural domain of that particular natural language, on the plus side is that the natural language of variables at leas matches operators and keywords. I can&#8217;t say how much it pains me to see franch, german or swedish identifiers intermixed with english code and keywords&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RubyConf India by Sidu</title>
		<link>http://olabini.com/blog/2010/02/rubyconf-india/#comment-28762</link>
		<dc:creator>Sidu</dc:creator>
		<pubDate>Sat, 20 Feb 2010 13:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://olabini.com/blog/?p=695#comment-28762</guid>
		<description>It's interesting you say that, because we're having a really hard time keeping up with demand we're seeing for Ruby. 2% of a multi-trilion dollar market is a multi-billion dollar market. There's no need to involve a marketing guru to figure this out, unless you want simple entertainment.</description>
		<content:encoded><![CDATA[<p>It&#8217;s interesting you say that, because we&#8217;re having a really hard time keeping up with demand we&#8217;re seeing for Ruby. 2% of a multi-trilion dollar market is a multi-billion dollar market. There&#8217;s no need to involve a marketing guru to figure this out, unless you want simple entertainment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RubyConf India by chris</title>
		<link>http://olabini.com/blog/2010/02/rubyconf-india/#comment-28655</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Thu, 18 Feb 2010 03:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://olabini.com/blog/?p=695#comment-28655</guid>
		<description>feel really sorry for Ruby,  although you guys are putting so much energy in it,  it doesn't seem to take off.  

It's still sitting around 2% in the tiobe ranking. I think it will never get more following. It had its window of opportunity, that window is closed. you can check any good marketing guru, they will confirm that.</description>
		<content:encoded><![CDATA[<p>feel really sorry for Ruby,  although you guys are putting so much energy in it,  it doesn&#8217;t seem to take off.  </p>
<p>It&#8217;s still sitting around 2% in the tiobe ranking. I think it will never get more following. It had its window of opportunity, that window is closed. you can check any good marketing guru, they will confirm that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RubyConf India by Swapnil Kharwadkar</title>
		<link>http://olabini.com/blog/2010/02/rubyconf-india/#comment-28475</link>
		<dc:creator>Swapnil Kharwadkar</dc:creator>
		<pubDate>Sat, 13 Feb 2010 10:16:17 +0000</pubDate>
		<guid isPermaLink="false">http://olabini.com/blog/?p=695#comment-28475</guid>
		<description>Gr8!!</description>
		<content:encoded><![CDATA[<p>Gr8!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RubyConf India by Satish Talim</title>
		<link>http://olabini.com/blog/2010/02/rubyconf-india/#comment-28358</link>
		<dc:creator>Satish Talim</dc:creator>
		<pubDate>Tue, 09 Feb 2010 10:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://olabini.com/blog/?p=695#comment-28358</guid>
		<description>Ola, looking forward to meeting you at the conference.</description>
		<content:encoded><![CDATA[<p>Ola, looking forward to meeting you at the conference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on QCon San Francisco recap by Akita</title>
		<link>http://olabini.com/blog/2008/11/qcon-san-francisco-recap-2/#comment-28045</link>
		<dc:creator>Akita</dc:creator>
		<pubDate>Tue, 02 Feb 2010 22:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://olabini.com/blog/?p=494#comment-28045</guid>
		<description>&lt;strong&gt;Akita...&lt;/strong&gt;

QCon San Francisco recap &#124; Ola Bini: Programming Language ... was a very useful post....</description>
		<content:encoded><![CDATA[<p><strong>Akita&#8230;</strong></p>
<p>QCon San Francisco recap | Ola Bini: Programming Language &#8230; was a very useful post&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JRuby on Rails on Google App Engine by Clasamente Fotbal</title>
		<link>http://olabini.com/blog/2009/04/jruby-on-rails-on-google-app-engine/#comment-27371</link>
		<dc:creator>Clasamente Fotbal</dc:creator>
		<pubDate>Mon, 18 Jan 2010 17:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://olabini.com/blog/?p=555#comment-27371</guid>
		<description>I am new to GAE sorry if it is silly question,
is it possible to deploy directly my existing application in GAE, Or we need to start from scratch
thanks in advance.</description>
		<content:encoded><![CDATA[<p>I am new to GAE sorry if it is silly question,<br />
is it possible to deploy directly my existing application in GAE, Or we need to start from scratch<br />
thanks in advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
