<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>BestTechVideos: Category Objective-C Videos</title>
    <link>http://www.bestechvideos.com/category/objective-c?parent_name=objective-c</link>
    <pubDate>Fri, 13 Jul 2007 04:03:11 GMT</pubDate>
    <description>BestTechVideos: Category Objective-C Videos with short descriptions</description>
    <item>
      <title>FScript - a scripting solution for Mac OS X / Cocoa</title>
      <link>http://www.bestechvideos.com/2007/07/08/fscript-a-scripting-solution-for-mac-os-x-cocoa</link>
      <description>&lt;p&gt;Google Tech Talks&lt;br /&gt;
June 18, 2007&lt;br /&gt;
&lt;br /&gt;
ABSTRACT&lt;br /&gt;
&lt;br /&gt;
The project lead of FScript: Philippe Mougin, is in town for Apple's WWDC 2007 in June at   San Francisco and is interested in giving this talk on FScript - a smalltalk-inspired dynamically typed language for rapid development of Mac OS X and Cocoa applications and automation solutions.&lt;br /&gt;
&lt;br /&gt;
FScript is much more than just a scripting language, like smalltalk it provides a set of high level exploration, browsing and development tools which let you explore Objective C libraries as easily as FScript ones.&lt;br /&gt;
&lt;br /&gt;
The talk should be of interest to the Mac group and also more generally to people interested in dynamic languages, OOP, and new programming models, as Philippe will cover some interesting language-level innovations.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/07/08/fscript-a-scripting-solution-for-mac-os-x-cocoa"&gt;Read more about this video&#8230;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Want to control this feed contents?&lt;/b&gt;&amp;nbsp;&lt;a href="http://www.bestechvideos.com/user/all/signup"&gt;Sign up here&lt;/a&gt; and create your own feed!&lt;/p&gt;&lt;hr/&gt;Want more on these topics?&lt;br/&gt;Browse the archive of posts filed under &lt;a href="http://www.bestechvideos.com/category/os"&gt;OS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/conferences"&gt;Conferences&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies"&gt;Companies&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development"&gt;Development&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting"&gt;Broadcasting&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/os/macos"&gt;MacOS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/conferences/techtalks"&gt;Techtalks&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies/google"&gt;Google&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development/smalltalk"&gt;Smalltalk&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development/objective-c"&gt;Objective-C&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/lectures"&gt;Lectures&lt;/a&gt;</description>
      <pubDate>Fri, 13 Jul 2007 04:03:11 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/07/08/fscript-a-scripting-solution-for-mac-os-x-cocoa</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>Objective-C Snippets in Textmate</title>
      <link>http://www.bestechvideos.com/2006/12/04/objective-c-snippets-in-textmate</link>
      <description>&lt;p&gt;It is an impressive display of what can be achieved with a bit of realtime transformations on text typed (in snippets) and context sensitive expansion.&lt;/p&gt;

&lt;p&gt;None of the stuff demonstrated is hardcoded, it is all achieved using the simple extension mechanisms of TextMate, and not even IDEs hardcoded for a given language show this level of grace! :)&lt;/p&gt;

&lt;p&gt;
This shows a few nice features found in the C and Objective-C bundles:
&lt;ul&gt;
	&lt;li&gt;documentation lookup, including following links in man pages&lt;/li&gt;
	&lt;li&gt;reformatting objective-c method signatures&lt;/li&gt;
	&lt;li&gt;auto-insertion of:
&lt;ul&gt;
	&lt;li&gt;start brackets (when at the end position)&lt;/li&gt;
	&lt;li&gt;alloc/init/autorelease (after typing class name)&lt;/li&gt;
	&lt;li&gt;missing includes (based on which functions the source call)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2006/12/04/objective-c-snippets-in-textmate"&gt;Read more about this video&#8230;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Want to control this feed contents?&lt;/b&gt;&amp;nbsp;&lt;a href="http://www.bestechvideos.com/user/all/signup"&gt;Sign up here&lt;/a&gt; and create your own feed!&lt;/p&gt;&lt;hr/&gt;Want more on these topics?&lt;br/&gt;Browse the archive of posts filed under &lt;a href="http://www.bestechvideos.com/category/os"&gt;OS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development"&gt;Development&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting"&gt;Broadcasting&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/os/macos"&gt;MacOS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development/cc"&gt;C and C++&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development/objective-c"&gt;Objective-C&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/screencasts"&gt;Screencasts&lt;/a&gt;</description>
      <pubDate>Mon, 04 Dec 2006 11:02:31 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2006/12/04/objective-c-snippets-in-textmate</guid>
      <author>scoundrel</author>
    </item>
  </channel>
</rss>
