<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/sleep-developers</id>
  <title type="text">Sleep Developers Google Group</title>
  <subtitle type="text">
  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/
  </subtitle>
  <link href="/group/sleep-developers/feed/atom_v1_0_msgs.xml" rel="self" title="Sleep Developers feed"/>
  <updated>2009-11-13T16:29:12Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Brett Carroll </name>
  <email>brettwcarr...@hotmail.com</email>
  </author>
  <updated>2009-11-13T16:29:12Z</updated>
  <id>http://groups.google.com/group/sleep-developers/browse_frm/thread/3a138ef755f0dd38/a8e7258723ad7e31?show_docid=a8e7258723ad7e31</id>
  <link href="http://groups.google.com/group/sleep-developers/browse_frm/thread/3a138ef755f0dd38/a8e7258723ad7e31?show_docid=a8e7258723ad7e31"/>
  <title type="text">Sleep on Blackberry</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Raphael Mudge</name>
  <email>rsmu...@gmail.com</email>
  </author>
  <updated>2009-09-09T12:36:08Z</updated>
  <id>http://groups.google.com/group/sleep-developers/browse_frm/thread/f609e52e361f4d28/4f64323b695e852a?show_docid=4f64323b695e852a</id>
  <link href="http://groups.google.com/group/sleep-developers/browse_frm/thread/f609e52e361f4d28/4f64323b695e852a?show_docid=4f64323b695e852a"/>
  <title type="text">Re: [sleep-developers] Re: Can I interrupt a running sleep instance?</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <email>groli...@gmail.com</email>
  </author>
  <updated>2009-09-09T08:13:45Z</updated>
  <id>http://groups.google.com/group/sleep-developers/browse_frm/thread/f609e52e361f4d28/db3c4672c3402dee?show_docid=db3c4672c3402dee</id>
  <link href="http://groups.google.com/group/sleep-developers/browse_frm/thread/f609e52e361f4d28/db3c4672c3402dee?show_docid=db3c4672c3402dee"/>
  <title type="text">Re: [sleep-developers] Re: Can I interrupt a running sleep instance?</title>
  <summary type="html" xml:space="preserve">
  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,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Raphael Mudge</name>
  <email>rsmu...@gmail.com</email>
  </author>
  <updated>2009-09-08T20:40:01Z</updated>
  <id>http://groups.google.com/group/sleep-developers/browse_frm/thread/39e1cecac3fb402a/e5aa7ebc77d72bed?show_docid=e5aa7ebc77d72bed</id>
  <link href="http://groups.google.com/group/sleep-developers/browse_frm/thread/39e1cecac3fb402a/e5aa7ebc77d72bed?show_docid=e5aa7ebc77d72bed"/>
  <title type="text">After the Deadline (Sleep-based startup) Acquired by Automattic, Inc.</title>
  <summary type="html" xml:space="preserve">
  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.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Raphael Mudge</name>
  <email>rsmu...@gmail.com</email>
  </author>
  <updated>2009-09-08T14:53:31Z</updated>
  <id>http://groups.google.com/group/sleep-developers/browse_frm/thread/f609e52e361f4d28/71a31c03b4b52f6a?show_docid=71a31c03b4b52f6a</id>
  <link href="http://groups.google.com/group/sleep-developers/browse_frm/thread/f609e52e361f4d28/71a31c03b4b52f6a?show_docid=71a31c03b4b52f6a"/>
  <title type="text">Re: [sleep-developers] Can I interrupt a running sleep instance?</title>
  <summary type="html" xml:space="preserve">
  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;);
  </summary>
  </entry>
  <entry>
  <author>
  <name>Lance White</name>
  <email>groli...@gmail.com</email>
  </author>
  <updated>2009-09-08T14:06:33Z</updated>
  <id>http://groups.google.com/group/sleep-developers/browse_frm/thread/f609e52e361f4d28/7a221cee5d4ebf7f?show_docid=7a221cee5d4ebf7f</id>
  <link href="http://groups.google.com/group/sleep-developers/browse_frm/thread/f609e52e361f4d28/7a221cee5d4ebf7f?show_docid=7a221cee5d4ebf7f"/>
  <title type="text">Can I interrupt a running sleep instance?</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Gaurav Sharma</name>
  <email>gaurav7.sha...@aricent.com</email>
  </author>
  <updated>2009-07-15T05:15:11Z</updated>
  <id>http://groups.google.com/group/sleep-developers/browse_frm/thread/9a56db4d8670002a/d083c4ad17f11f6d?show_docid=d083c4ad17f11f6d</id>
  <link href="http://groups.google.com/group/sleep-developers/browse_frm/thread/9a56db4d8670002a/d083c4ad17f11f6d?show_docid=d083c4ad17f11f6d"/>
  <title type="text">RE: [sleep-developers] Re: How to execute another script from sleep</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Raphael Mudge</name>
  <email>rsmu...@gmail.com</email>
  </author>
  <updated>2009-07-14T14:45:24Z</updated>
  <id>http://groups.google.com/group/sleep-developers/browse_frm/thread/9a56db4d8670002a/2e133b18b97d1ae9?show_docid=2e133b18b97d1ae9</id>
  <link href="http://groups.google.com/group/sleep-developers/browse_frm/thread/9a56db4d8670002a/2e133b18b97d1ae9?show_docid=2e133b18b97d1ae9"/>
  <title type="text">Re: [sleep-developers] How to execute another script from sleep</title>
  <summary type="html" xml:space="preserve">
  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;));
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alen</name>
  <email>gaurav1....@gmail.com</email>
  </author>
  <updated>2009-07-14T08:11:21Z</updated>
  <id>http://groups.google.com/group/sleep-developers/browse_frm/thread/9a56db4d8670002a/903ab20373abe9ca?show_docid=903ab20373abe9ca</id>
  <link href="http://groups.google.com/group/sleep-developers/browse_frm/thread/9a56db4d8670002a/903ab20373abe9ca?show_docid=903ab20373abe9ca"/>
  <title type="text">How to execute another script from sleep</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Poarman</name>
  <email>pour...@twcny.rr.com</email>
  </author>
  <updated>2009-04-30T19:58:21Z</updated>
  <id>http://groups.google.com/group/sleep-developers/browse_frm/thread/d2561536469ba781/bd523900bc761319?show_docid=bd523900bc761319</id>
  <link href="http://groups.google.com/group/sleep-developers/browse_frm/thread/d2561536469ba781/bd523900bc761319?show_docid=bd523900bc761319"/>
  <title type="text">Re: Sleep 2.1 - update 4</title>
  <summary type="html" xml:space="preserve">
  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.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Raphael Mudge</name>
  <email>rsmu...@gmail.com</email>
  </author>
  <updated>2009-04-30T04:24:35Z</updated>
  <id>http://groups.google.com/group/sleep-developers/browse_frm/thread/d2561536469ba781/8912934a7951dcbf?show_docid=8912934a7951dcbf</id>
  <link href="http://groups.google.com/group/sleep-developers/browse_frm/thread/d2561536469ba781/8912934a7951dcbf?show_docid=8912934a7951dcbf"/>
  <title type="text">Sleep 2.1 - update 4</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Raphael Mudge</name>
  <email>rsmu...@gmail.com</email>
  </author>
  <updated>2009-02-25T19:49:16Z</updated>
  <id>http://groups.google.com/group/sleep-developers/browse_frm/thread/600ad6bda757bf3b/d39a0924518d5344?show_docid=d39a0924518d5344</id>
  <link href="http://groups.google.com/group/sleep-developers/browse_frm/thread/600ad6bda757bf3b/d39a0924518d5344?show_docid=d39a0924518d5344"/>
  <title type="text">Announce: After the Deadline Launch</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Raphael Mudge</name>
  <email>rsmu...@gmail.com</email>
  </author>
  <updated>2009-02-06T05:28:08Z</updated>
  <id>http://groups.google.com/group/sleep-developers/browse_frm/thread/c5aebca6191a357e/396faba9a875425d?show_docid=396faba9a875425d</id>
  <link href="http://groups.google.com/group/sleep-developers/browse_frm/thread/c5aebca6191a357e/396faba9a875425d?show_docid=396faba9a875425d"/>
  <title type="text">Fwd: [MeetingReminder] February ACM Meeting Announcement - Adventures in AI: Writing a Spelling Corrector - This Wednesday!</title>
  <summary type="html" xml:space="preserve">
  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!
  </summary>
  </entry>
  <entry>
  <author>
  <name>Raphael Mudge</name>
  <email>rsmu...@gmail.com</email>
  </author>
  <updated>2009-01-16T19:00:09Z</updated>
  <id>http://groups.google.com/group/sleep-developers/browse_frm/thread/df33409d34d1b45d/6bd4481a8425bfef?show_docid=6bd4481a8425bfef</id>
  <link href="http://groups.google.com/group/sleep-developers/browse_frm/thread/df33409d34d1b45d/6bd4481a8425bfef?show_docid=6bd4481a8425bfef"/>
  <title type="text">Re: What is the syntax for having multi-line literals?</title>
  <summary type="html" xml:space="preserve">
  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;;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Raphael Mudge</name>
  <email>rsmu...@gmail.com</email>
  </author>
  <updated>2009-01-16T18:52:29Z</updated>
  <id>http://groups.google.com/group/sleep-developers/browse_frm/thread/df33409d34d1b45d/25f45bad9cbf9253?show_docid=25f45bad9cbf9253</id>
  <link href="http://groups.google.com/group/sleep-developers/browse_frm/thread/df33409d34d1b45d/25f45bad9cbf9253?show_docid=25f45bad9cbf9253"/>
  <title type="text">Re: [sleep-developers] What is the syntax for having multi-line literals?</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
</feed>
