<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Posts tagged sawzall  - Entropy and Ecstasy</title><link>http://aaron.maenpaa.ca/blog/tags/sawzall/</link><description>The most recent ranting and ravings of a madman.</description><lastBuildDate>Sun, 22 May 2016 05:32:35 GMT</lastBuildDate><generator>PyRSS2Gen-1.0.0</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>cat in Sawzall (redux)</title><link>http://aaron.maenpaa.ca/blog/entries/2010/11/20/cat_in_sawzall_redux/</link><description>&lt;p&gt;After playing with Sawsall a little bit more, I have a slightly better version of cat than &lt;a class="reference external" href="http://aaron.maenpaa.ca/blog/entries/2010/11/05/cat_in_sawzall/"&gt;the last one I posted&lt;/a&gt;:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;w: string = input;
emit stdout &amp;lt;- w;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;This gets rid of the table and makes the program one whole line shorter &lt;tt class="docutils literal"&gt;:)&lt;/tt&gt;&lt;/p&gt;
</description><guid isPermaLink="true">http://aaron.maenpaa.ca/blog/entries/2010/11/20/cat_in_sawzall_redux/</guid><pubDate>Sat, 20 Nov 2010 15:57:37 GMT</pubDate></item><item><title>cat in Sawzall</title><link>http://aaron.maenpaa.ca/blog/entries/2010/11/05/cat_in_sawzall/</link><description>&lt;p&gt;Google's &lt;a class="reference external" href="http://lambda-the-ultimate.org/node/4123"&gt;Sawzall language has been open-sourced&lt;/a&gt; (pronouced: saws all). After I heard the news, I came to the conclusion that I needed to write a program in the language named after the &lt;a class="reference external" href="http://www.google.com/images?hl=en&amp;amp;expIds=17259,25228,26637,26765,27051,27356,27404,27447&amp;amp;sugexp=ldymls&amp;amp;xhr=t&amp;amp;q=sawzall&amp;amp;cp=4&amp;amp;qe=c2F3eg&amp;amp;qesig=ch0r9-Mgd6vgFR1XRXZwFA&amp;amp;pkc=AFgZ2tnj5zhWPB_vDoZHmw7HAL8QOHTB6RdPM_Vsj3yWDqXgdpacTgknJRJ5BiBpg9asXN7JBvePi40pmi7YZSZVq5dB3OGGwQ&amp;amp;um=1&amp;amp;ie=UTF-8&amp;amp;source=og&amp;amp;sa=N&amp;amp;tab=wi&amp;amp;biw=1043&amp;amp;bih=707"&gt;reciprocating saw&lt;/a&gt;. So here it is, my first program in &lt;a class="reference external" href="http://code.google.com/p/szl/"&gt;Sawzal&lt;/a&gt; (cat.szl):&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;out: table text of word: string;
w: string = input;
emit out &amp;lt;- w;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;It's pretty much an implementation of &lt;tt class="docutils literal"&gt;cat&lt;/tt&gt;, which feels like the log analysis/filtering language version of &lt;a class="reference external" href="http://en.wikipedia.org/wiki/Hello_world_program"&gt;Hello World!&lt;/a&gt;.&lt;/p&gt;
</description><guid isPermaLink="true">http://aaron.maenpaa.ca/blog/entries/2010/11/05/cat_in_sawzall/</guid><pubDate>Fri, 05 Nov 2010 20:29:36 GMT</pubDate></item></channel></rss>