<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Sleep Developers Google Group</title>
  <link>http://groups.google.com/group/sleep-developers</link>
  <description>Sleep is a Perl-inspired scripting language for the Java platform. This group is the discussion of Sleep for end-user scripters and those who integrate it with their applications. Let the party begin: http://sleep.dashnine.org/</description>
  <language>en</language>
  <item>
  <title>Sleep on Blackberry</title>
  <link>http://groups.google.com/group/sleep-developers/browse_frm/thread/3a138ef755f0dd38/a8e7258723ad7e31?show_docid=a8e7258723ad7e31</link>
  <description>
  Is anyone using sleep on a blackberry device? &lt;br&gt; Also, is it possible to embed a sleep script in the sleep.jar, or in another .jar file? &lt;br&gt; Sent via BlackBerry by AT&amp;amp;T
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/sleep-developers/browse_frm/thread/3a138ef755f0dd38/a8e7258723ad7e31?show_docid=a8e7258723ad7e31</guid>
  <author>
  brettwcarr...@hotmail.com
  (Brett Carroll )
  </author>
  <pubDate>Fri, 13 Nov 2009 16:29:12 UT
</pubDate>
  </item>
  <item>
  <title>Re: [sleep-developers] Re: Can I interrupt a running sleep instance?</title>
  <link>http://groups.google.com/group/sleep-developers/browse_frm/thread/f609e52e361f4d28/4f64323b695e852a?show_docid=4f64323b695e852a</link>
  <description>
  Hi Lance, &lt;br&gt; I think that will work fine them, throwing a null exception is one &lt;br&gt; way to tell the Sleep interpreter to halt all action and just stop at &lt;br&gt; the next instruction. There is a race condition though where if an &lt;br&gt; instruction is about to call a Return happens, your thread gets &lt;br&gt; called where you do the flagging, the Return executes and flags a
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/sleep-developers/browse_frm/thread/f609e52e361f4d28/4f64323b695e852a?show_docid=4f64323b695e852a</guid>
  <author>
  rsmu...@gmail.com
  (Raphael Mudge)
  </author>
  <pubDate>Wed, 09 Sep 2009 12:36:08 UT
</pubDate>
  </item>
  <item>
  <title>Re: [sleep-developers] Re: Can I interrupt a running sleep instance?</title>
  <link>http://groups.google.com/group/sleep-developers/browse_frm/thread/f609e52e361f4d28/db3c4672c3402dee?show_docid=db3c4672c3402dee</link>
  <description>
  Sorry, I should have said the script was being called and interrupted from &lt;br&gt; within Java.I haven&#39;t looked at continuations yet - I&#39;ve only just started &lt;br&gt; looking at Sleep, but looking at an earlier post on this list, what I ended &lt;br&gt; up doing, was calling : &lt;br&gt; &lt;p&gt;scriptInstance.getScriptEnviro nment().flagReturn(null,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/sleep-developers/browse_frm/thread/f609e52e361f4d28/db3c4672c3402dee?show_docid=db3c4672c3402dee</guid>
  <author>
  groli...@gmail.com
  </author>
  <pubDate>Wed, 09 Sep 2009 08:13:45 UT
</pubDate>
  </item>
  <item>
  <title>After the Deadline (Sleep-based startup) Acquired by Automattic, Inc.</title>
  <link>http://groups.google.com/group/sleep-developers/browse_frm/thread/39e1cecac3fb402a/e5aa7ebc77d72bed?show_docid=e5aa7ebc77d72bed</link>
  <description>
  Hi guys, &lt;br&gt; Man, I&#39;ve been meaning to say something for awhile but couldn&#39;t until &lt;br&gt; today. After the Deadline, the SaaS solution built in Sleep to check &lt;br&gt; spelling, style, and grammar has been acquired by Automattic, Inc. &lt;br&gt; Today it went live on WordPress.com powering the writing checking for &lt;br&gt; millions of bloggers.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/sleep-developers/browse_frm/thread/39e1cecac3fb402a/e5aa7ebc77d72bed?show_docid=e5aa7ebc77d72bed</guid>
  <author>
  rsmu...@gmail.com
  (Raphael Mudge)
  </author>
  <pubDate>Tue, 08 Sep 2009 20:40:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: [sleep-developers] Can I interrupt a running sleep instance?</title>
  <link>http://groups.google.com/group/sleep-developers/browse_frm/thread/f609e52e361f4d28/71a31c03b4b52f6a?show_docid=71a31c03b4b52f6a</link>
  <description>
  Hi Lance, &lt;br&gt; Are you trying to create a mechanism for signaling a running script &lt;br&gt; to stop? I recommend creating your own mechanism using continuations &lt;br&gt; and having your scripts use it. Something like this: &lt;br&gt; &lt;p&gt;inline checkSafe &lt;br&gt; { &lt;br&gt; if (whatever condition you want) &lt;br&gt; { &lt;br&gt; callcc { &lt;br&gt; warn(&amp;quot;Function $1 is now paused&amp;quot;);
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/sleep-developers/browse_frm/thread/f609e52e361f4d28/71a31c03b4b52f6a?show_docid=71a31c03b4b52f6a</guid>
  <author>
  rsmu...@gmail.com
  (Raphael Mudge)
  </author>
  <pubDate>Tue, 08 Sep 2009 14:53:31 UT
</pubDate>
  </item>
  <item>
  <title>Can I interrupt a running sleep instance?</title>
  <link>http://groups.google.com/group/sleep-developers/browse_frm/thread/f609e52e361f4d28/7a221cee5d4ebf7f?show_docid=7a221cee5d4ebf7f</link>
  <description>
  Subject says it all really - Is it possible to interrupt a running &lt;br&gt; sleep instance, whether it be in a loop, or a user defined function, &lt;br&gt; and if it is currently executing a user defined function, can that &lt;br&gt; function get notified that the script has been interrupted? &lt;br&gt; &lt;p&gt;Cheers &lt;br&gt; &lt;p&gt;Lance
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/sleep-developers/browse_frm/thread/f609e52e361f4d28/7a221cee5d4ebf7f?show_docid=7a221cee5d4ebf7f</guid>
  <author>
  groli...@gmail.com
  (Lance White)
  </author>
  <pubDate>Tue, 08 Sep 2009 14:06:33 UT
</pubDate>
  </item>
  <item>
  <title>RE: [sleep-developers] Re: How to execute another script from sleep</title>
  <link>http://groups.google.com/group/sleep-developers/browse_frm/thread/9a56db4d8670002a/d083c4ad17f11f6d?show_docid=d083c4ad17f11f6d</link>
  <description>
  Hi Raphael, &lt;br&gt; &lt;p&gt;I checked the second form of exec function. It&#39;s working well for me :-) &lt;br&gt; &lt;p&gt;Thanks for your suggestion. &lt;br&gt; &lt;p&gt;Warm Regards &lt;br&gt; - Alen &lt;br&gt; &lt;p&gt;-----Original Message----- &lt;br&gt; Sent: Tuesday, July 14, 2009 8:15 PM &lt;br&gt; To: sleep-developers@googlegroups. com &lt;br&gt; &lt;p&gt;Hi Alen &lt;br&gt; There is a second form of exec that accepts an array where the command
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/sleep-developers/browse_frm/thread/9a56db4d8670002a/d083c4ad17f11f6d?show_docid=d083c4ad17f11f6d</guid>
  <author>
  gaurav7.sha...@aricent.com
  (Gaurav Sharma)
  </author>
  <pubDate>Wed, 15 Jul 2009 05:15:11 UT
</pubDate>
  </item>
  <item>
  <title>Re: [sleep-developers] How to execute another script from sleep</title>
  <link>http://groups.google.com/group/sleep-developers/browse_frm/thread/9a56db4d8670002a/2e133b18b97d1ae9?show_docid=2e133b18b97d1ae9</link>
  <description>
  Hi Alen &lt;br&gt; There is a second form of exec that accepts an array where the command &lt;br&gt; and each argument is represented as an array element. This is &lt;br&gt; probably what you want as it allows you to use whitespace in each &lt;br&gt; argument. &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://sleep.dashnine.org/manual/exec.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;$handle = exec(@(&amp;quot;expect&amp;quot;, &amp;quot;try.exp&amp;quot;, &amp;quot;arg1&amp;quot;, &amp;quot;arg2&amp;quot;, &amp;quot;arg3&amp;quot;, &amp;quot;aa bb cc&amp;quot;));
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/sleep-developers/browse_frm/thread/9a56db4d8670002a/2e133b18b97d1ae9?show_docid=2e133b18b97d1ae9</guid>
  <author>
  rsmu...@gmail.com
  (Raphael Mudge)
  </author>
  <pubDate>Tue, 14 Jul 2009 14:45:24 UT
</pubDate>
  </item>
  <item>
  <title>How to execute another script from sleep</title>
  <link>http://groups.google.com/group/sleep-developers/browse_frm/thread/9a56db4d8670002a/903ab20373abe9ca?show_docid=903ab20373abe9ca</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I want to execute an Expect script from sleep script. So, i am using &lt;br&gt; the &amp;quot;exec&amp;quot; function as following: &lt;br&gt; $handle = exec(&amp;quot;expect try.exp arg1 arg2 arg3 arg4&#39;&amp;quot;); &lt;br&gt; &lt;p&gt;It runs fine if there is no whitespace in any of the arg&amp;lt;n&amp;gt;. &lt;br&gt; I want to ask how to pass the argument which has some whitespaces in
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/sleep-developers/browse_frm/thread/9a56db4d8670002a/903ab20373abe9ca?show_docid=903ab20373abe9ca</guid>
  <author>
  gaurav1....@gmail.com
  (Alen)
  </author>
  <pubDate>Tue, 14 Jul 2009 08:11:21 UT
</pubDate>
  </item>
  <item>
  <title>Re: Sleep 2.1 - update 4</title>
  <link>http://groups.google.com/group/sleep-developers/browse_frm/thread/d2561536469ba781/bd523900bc761319?show_docid=bd523900bc761319</link>
  <description>
  Awesome Raph! Thanx for the update) overloaded in especially) &lt;br&gt; although i am sure i will use the other capabilities as well at some &lt;br&gt; time or other.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/sleep-developers/browse_frm/thread/d2561536469ba781/bd523900bc761319?show_docid=bd523900bc761319</guid>
  <author>
  pour...@twcny.rr.com
  (Poarman)
  </author>
  <pubDate>Thu, 30 Apr 2009 19:58:21 UT
</pubDate>
  </item>
  <item>
  <title>Sleep 2.1 - update 4</title>
  <link>http://groups.google.com/group/sleep-developers/browse_frm/thread/d2561536469ba781/8912934a7951dcbf?show_docid=8912934a7951dcbf</link>
  <description>
  Hello everyone, &lt;br&gt; Tonight I&#39;ve released Sleep 2.1-u4. This release is mostly fixes &lt;br&gt; that have accumulated over the past several months. Sleep is seeing &lt;br&gt; a lot of use on my end powering the backend for http:// &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.afterthedeadline.com&quot;&gt;[link]&lt;/a&gt;. &lt;br&gt; Here is a summary of the changes: &lt;br&gt; - This release fixes several issues for multi-threaded scripts. I&#39;m
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/sleep-developers/browse_frm/thread/d2561536469ba781/8912934a7951dcbf?show_docid=8912934a7951dcbf</guid>
  <author>
  rsmu...@gmail.com
  (Raphael Mudge)
  </author>
  <pubDate>Thu, 30 Apr 2009 04:24:35 UT
</pubDate>
  </item>
  <item>
  <title>Announce: After the Deadline Launch</title>
  <link>http://groups.google.com/group/sleep-developers/browse_frm/thread/600ad6bda757bf3b/d39a0924518d5344?show_docid=d39a0924518d5344</link>
  <description>
  Dear friends, &lt;br&gt; On behalf of Dashnine Media, I&#39;m proud to announce the launch of &lt;br&gt; After the Deadline, a suite of writing improvement tools for web &lt;br&gt; applications. &lt;br&gt; There is a misconception that everyone who writes anything important &lt;br&gt; is using Microsoft Office. With the rise of blogs, wikis, and &lt;br&gt; collaborative web systems this is changing. The interface on these
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/sleep-developers/browse_frm/thread/600ad6bda757bf3b/d39a0924518d5344?show_docid=d39a0924518d5344</guid>
  <author>
  rsmu...@gmail.com
  (Raphael Mudge)
  </author>
  <pubDate>Wed, 25 Feb 2009 19:49:16 UT
</pubDate>
  </item>
  <item>
  <title>Fwd: [MeetingReminder] February ACM Meeting Announcement - Adventures in AI: Writing a Spelling Corrector - This Wednesday!</title>
  <link>http://groups.google.com/group/sleep-developers/browse_frm/thread/c5aebca6191a357e/396faba9a875425d?show_docid=396faba9a875425d</link>
  <description>
  Hi there, &lt;br&gt; Next week I&#39;m talking to the Syracuse, NY ACM chapter about my writing &lt;br&gt; improvement technology. I&#39;m doing some fun work with neural networks (in &lt;br&gt; Sleep of course) to help make smarter writing improvement tools. &lt;br&gt; Announcement is below. &lt;br&gt; -- Raphael &lt;br&gt; ---------- Forwarded message ---------- &lt;br&gt; AI: Writing a Spelling Corrector - This Wednesday!
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/sleep-developers/browse_frm/thread/c5aebca6191a357e/396faba9a875425d?show_docid=396faba9a875425d</guid>
  <author>
  rsmu...@gmail.com
  (Raphael Mudge)
  </author>
  <pubDate>Fri, 06 Feb 2009 05:28:08 UT
</pubDate>
  </item>
  <item>
  <title>Re: What is the syntax for having multi-line literals?</title>
  <link>http://groups.google.com/group/sleep-developers/browse_frm/thread/df33409d34d1b45d/6bd4481a8425bfef?show_docid=6bd4481a8425bfef</link>
  <description>
  My apologies, I forgot a semicolon. &lt;br&gt; &lt;p&gt;$x = &amp;quot;this &lt;br&gt; is &lt;br&gt; a &lt;br&gt; multiline &lt;br&gt; literal&amp;quot;;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/sleep-developers/browse_frm/thread/df33409d34d1b45d/6bd4481a8425bfef?show_docid=6bd4481a8425bfef</guid>
  <author>
  rsmu...@gmail.com
  (Raphael Mudge)
  </author>
  <pubDate>Fri, 16 Jan 2009 19:00:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: [sleep-developers] What is the syntax for having multi-line literals?</title>
  <link>http://groups.google.com/group/sleep-developers/browse_frm/thread/df33409d34d1b45d/25f45bad9cbf9253?show_docid=25f45bad9cbf9253</link>
  <description>
  Multiline literals? We don&#39;t need no steenking multiline literals! &lt;br&gt; I think this is a good point, I will look at the documentation and &lt;br&gt; include this as a potential addition. In the meantime, here is how &lt;br&gt; you do multiline literals in Sleep: &lt;br&gt; &lt;p&gt;$x = &amp;quot;this &lt;br&gt; is &lt;br&gt; a &lt;br&gt; multiline &lt;br&gt; literal!&amp;quot; &lt;br&gt; &lt;p&gt;It works with single quoted expressions as well. If you&#39;re looking
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/sleep-developers/browse_frm/thread/df33409d34d1b45d/25f45bad9cbf9253?show_docid=25f45bad9cbf9253</guid>
  <author>
  rsmu...@gmail.com
  (Raphael Mudge)
  </author>
  <pubDate>Fri, 16 Jan 2009 18:52:29 UT
</pubDate>
  </item>
  </channel>
</rss>
