<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sooey &#187; objective-c</title>
	<atom:link href="http://old-journal.sooey.com/tag/objective-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://old-journal.sooey.com</link>
	<description></description>
	<lastBuildDate>Fri, 04 Dec 2009 08:44:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Objective-Cの読みづらさ</title>
		<link>http://old-journal.sooey.com/2008/07/04/739/</link>
		<comments>http://old-journal.sooey.com/2008/07/04/739/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 04:11:09 +0000</pubDate>
		<dc:creator>juno</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[objective-c]]></category>

		<guid isPermaLink="false">http://www.sooey.com/journal/?p=739</guid>
		<description><![CDATA[メソッドコールをbracketで囲むという程度の知識はあったけど、kuwamoto.org » Blog Archive » Objective C, readability, and language designを読んだら泣けてきた。
]]></description>
			<content:encoded><![CDATA[<p>メソッドコールをbracketで囲むという程度の知識はあったけど、<a href="http://kuwamoto.org/2008/07/02/objective-c-readability-and-language-design/">kuwamoto.org » Blog Archive » Objective C, readability, and language design</a>を読んだら泣けてきた。</p>
]]></content:encoded>
			<wfw:commentRss>http://old-journal.sooey.com/2008/07/04/739/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java が C++ を抜き去る</title>
		<link>http://old-journal.sooey.com/2005/11/27/57/</link>
		<comments>http://old-journal.sooey.com/2005/11/27/57/#comments</comments>
		<pubDate>Sun, 27 Nov 2005 05:44:56 +0000</pubDate>
		<dc:creator>juno</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.sooey.com/journal/2005/11/27/57/</guid>
		<description><![CDATA[Java history was made today! ということで、sourceforge.net の言語毎の登録プロジェクト数で Java が C++ を抜いてトップとなったそうです。PHP も4位と健闘していますね。

また、「Objective-C よりは少ないが Lisp や Pascal よりはプロジェクト数が多い」として Java は Ruby を警戒したほうがよい、とも。Ruby のプロジェクトは rubyforge に行っちゃってる分が結構ある気がするんだけどどうなんでしょう。
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jroller.com/page/matsh?entry=java_history_was_made_today">Java history was made today!</a> ということで、sourceforge.net の言語毎の登録プロジェクト数で Java が C++ を抜いてトップとなったそうです。PHP も4位と健闘していますね。</p>

<p>また、「Objective-C よりは少ないが Lisp や Pascal よりはプロジェクト数が多い」として Java は Ruby を警戒したほうがよい、とも。Ruby のプロジェクトは rubyforge に行っちゃってる分が結構ある気がするんだけどどうなんでしょう。</p>
]]></content:encoded>
			<wfw:commentRss>http://old-journal.sooey.com/2005/11/27/57/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FinderにSubversion/CVS用の機能を追加する</title>
		<link>http://old-journal.sooey.com/2005/03/29/490/</link>
		<comments>http://old-journal.sooey.com/2005/03/29/490/#comments</comments>
		<pubDate>Mon, 28 Mar 2005 17:02:11 +0000</pubDate>
		<dc:creator>juno</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.sooey.com/journal/2005/03/29/490/</guid>
		<description><![CDATA[Mac OS XのFinderにCVSやSubversion用のコマンドを追加するcvsFinderやSCPluginといったソフトウェアがあります。一体どうやって実装しているのだろうと不思議に思っていたのですが、mach_injectやmach_overrideという画期的なライブラリがあるのですね。
]]></description>
			<content:encoded><![CDATA[<p>Mac OS XのFinderにCVSやSubversion用のコマンドを追加する<a href="http://cvsfinder.sourceforge.net/">cvsFinder</a>や<a href="http://scplugin.tigris.org/">SCPlugin</a>といったソフトウェアがあります。一体どうやって実装しているのだろうと不思議に思っていたのですが、<a href="http://rentzsch.com/mach_inject">mach_inject</a>や<a href="http://rentzsch.com/mach_override">mach_override</a>という画期的なライブラリがあるのですね。</p>
]]></content:encoded>
			<wfw:commentRss>http://old-journal.sooey.com/2005/03/29/490/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OCMock</title>
		<link>http://old-journal.sooey.com/2004/09/07/351/</link>
		<comments>http://old-journal.sooey.com/2004/09/07/351/#comments</comments>
		<pubDate>Tue, 07 Sep 2004 04:31:20 +0000</pubDate>
		<dc:creator>juno</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.sooey.com/journal/2004/09/07/351/</guid>
		<description><![CDATA[Objective-C用のモックオブジェクト実装 OCMock。
]]></description>
			<content:encoded><![CDATA[<p>Objective-C用のモックオブジェクト実装 <a href="http://www.mulle-kybernetik.com/software/OCMock/">OCMock</a>。</p>
]]></content:encoded>
			<wfw:commentRss>http://old-journal.sooey.com/2004/09/07/351/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QuickLite 1.5 Beta</title>
		<link>http://old-journal.sooey.com/2004/09/01/347/</link>
		<comments>http://old-journal.sooey.com/2004/09/01/347/#comments</comments>
		<pubDate>Wed, 01 Sep 2004 02:53:22 +0000</pubDate>
		<dc:creator>juno</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.sooey.com/journal/2004/09/01/347/</guid>
		<description><![CDATA[SQLiteをCocoaでラップしてMac OS X(Objective-C)から容易に利用できるようにしたライブラリQuickLiteがリリースされました。ライセンスは独自のもののようですが、そんなにヘンな条件は付いていないので扱いやすいのではないかと思います。
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sqlite.org/">SQLite</a>をCocoaでラップしてMac OS X(Objective-C)から容易に利用できるようにしたライブラリ<a href="http://www.webbotech.com/">QuickLite</a>がリリースされました。ライセンスは独自のもののようですが、そんなにヘンな条件は付いていないので扱いやすいのではないかと思います。</p>
]]></content:encoded>
			<wfw:commentRss>http://old-journal.sooey.com/2004/09/01/347/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->