<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>termware Google Group</title>
  <link>http://groups.google.com/group/termware</link>
  <description>Group, devoted to termware http://www.gradsoft.ua/products/termware_eng.html</description>
  <language>en</language>
  <item>
  <title>termware-2.3.1 release</title>
  <link>http://groups.google.com/group/termware/browse_thread/thread/ff645b820fbf84cf/5c141e19c3cb9c5f?show_docid=5c141e19c3cb9c5f</link>
  <description>
  TermWare-2.3.1 is out. &lt;br&gt; source and binary distributions, as usually, can be downloaded from &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.gradsoft.ua/products/termware_eng.html&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/termware/browse_thread/thread/ff645b820fbf84cf/5c141e19c3cb9c5f?show_docid=5c141e19c3cb9c5f</guid>
  <author>
  ruslan.s.shevche...@gmail.com
  </author>
  <pubDate>Mon, 18 Aug 2008 09:26:11 UT
</pubDate>
  </item>
  <item>
  <title>Re: PrintLn and long numbers</title>
  <link>http://groups.google.com/group/termware/browse_thread/thread/21c75706af9128a8/6140cb90cdbe1648?show_docid=6140cb90cdbe1648</link>
  <description>
  Thanks - will be fionxed in 2.3.1 &lt;br&gt; &lt;p&gt; Yes. Will be implemented in next release. &lt;br&gt; (Note, that if you don&#39;t want to wait, than changes to TermWare1.jj &lt;br&gt; for this will be near trivial and we accept patches ;) )
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/termware/browse_thread/thread/21c75706af9128a8/6140cb90cdbe1648?show_docid=6140cb90cdbe1648</guid>
  <author>
  ruslan.s.shevche...@gmail.com
  </author>
  <pubDate>Tue, 22 Jul 2008 14:41:31 UT
</pubDate>
  </item>
  <item>
  <title>Re: PrintLn and long numbers</title>
  <link>http://groups.google.com/group/termware/browse_thread/thread/21c75706af9128a8/46a66e4492f2dc60?show_docid=46a66e4492f2dc60</link>
  <description>
  On Mon, 21 Jul 2008 11:02:58 -0700 (PDT) &lt;br&gt; &amp;lt;ruslan.s.shevche...@gmail.com &amp;gt; wrote me: &lt;br&gt; Sorry, it were not System.out.println, but System.err.println, like &lt;br&gt; System.err.println(&amp;quot;Number format exception:&amp;quot;+ex.toString()); &lt;br&gt; in TermWare1.jj &lt;br&gt; It would be nice to have such lines migrated to use IEnv for exception
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/termware/browse_thread/thread/21c75706af9128a8/46a66e4492f2dc60?show_docid=46a66e4492f2dc60</guid>
  <author>
  l...@toril.ru
  (Evgeny Chukreev)
  </author>
  <pubDate>Mon, 21 Jul 2008 18:20:47 UT
</pubDate>
  </item>
  <item>
  <title>Re: PrintLn and long numbers</title>
  <link>http://groups.google.com/group/termware/browse_thread/thread/21c75706af9128a8/7ffc4624889acbf8?show_docid=7ffc4624889acbf8</link>
  <description>
  1. We have no System.out.println in sources, instead we pass to &lt;br&gt; system callback interface IEnv, &lt;br&gt; which incapsulate all output. &lt;br&gt; I.e. to handle output by own methods, you must &lt;br&gt; a) create class IEnv whith own implementation of getOutput(), &lt;br&gt; getLog() and show() &lt;br&gt; b) pass own env to system with help of TermSystem.setEnv method
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/termware/browse_thread/thread/21c75706af9128a8/7ffc4624889acbf8?show_docid=7ffc4624889acbf8</guid>
  <author>
  ruslan.s.shevche...@gmail.com
  </author>
  <pubDate>Mon, 21 Jul 2008 18:02:58 UT
</pubDate>
  </item>
  <item>
  <title>Re: PrintLn and long numbers</title>
  <link>http://groups.google.com/group/termware/browse_thread/thread/21c75706af9128a8/f13ecac3ab3060d7?show_docid=f13ecac3ab3060d7</link>
  <description>
  1. We have no System.out.println in sources &lt;br&gt; //instead we passing env object, which user can substitute to own. &lt;br&gt; &lt;p&gt;So, to redirect outpot to own logger, write class which implements &lt;br&gt; IEnv (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.gradsoft.ua/rus/Products/termware/jdocs/ua/gradsoft/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; termware/IEnv.html) &lt;br&gt; and set one as output to system, like
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/termware/browse_thread/thread/21c75706af9128a8/f13ecac3ab3060d7?show_docid=f13ecac3ab3060d7</guid>
  <author>
  ruslan.s.shevche...@gmail.com
  </author>
  <pubDate>Mon, 21 Jul 2008 17:54:24 UT
</pubDate>
  </item>
  <item>
  <title>PrintLn and long numbers</title>
  <link>http://groups.google.com/group/termware/browse_thread/thread/21c75706af9128a8/5c745147e3d149c4?show_docid=5c745147e3d149c4</link>
  <description>
  Termware is a very good framework for high level computations. But &lt;br&gt; there is a room to grow. Is there ongoing work to remove &lt;br&gt; System.out.println from the sources and add a support for long number &lt;br&gt; values? &lt;br&gt; &lt;p&gt;For example, &lt;br&gt; &lt;p&gt;TermSystem termSystem = &lt;br&gt; new TermSystem (new FirstTopStrategy (),
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/termware/browse_thread/thread/21c75706af9128a8/5c745147e3d149c4?show_docid=5c745147e3d149c4</guid>
  <author>
  l...@toril.ru
  (Akshaal)
  </author>
  <pubDate>Sun, 20 Jul 2008 16:38:45 UT
</pubDate>
  </item>
  <item>
  <title>Parser/Printer plugins for Java and Grapviz dot</title>
  <link>http://groups.google.com/group/termware/browse_thread/thread/747b6ebfb2225d4c/819a59bd57f2d769?show_docid=819a59bd57f2d769</link>
  <description>
  Good day. &lt;br&gt; &lt;p&gt;I&#39;m glad to inform, that parser/printer termware plugins for java and &lt;br&gt; graphviz languages are available as separate downloads from &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.gradsoft.ua/products/termware_eng.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Regards.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/termware/browse_thread/thread/747b6ebfb2225d4c/819a59bd57f2d769?show_docid=819a59bd57f2d769</guid>
  <author>
  ruslan.s.shevche...@gmail.com
  </author>
  <pubDate>Sun, 11 May 2008 17:21:09 UT
</pubDate>
  </item>
  <item>
  <title>TermWare-2.3.0 final release</title>
  <link>http://groups.google.com/group/termware/browse_thread/thread/a86792b68073b05a/07a00cd7548e4ca0?show_docid=07a00cd7548e4ca0</link>
  <description>
  is published on &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.gradsoft.ua/products/termware_eng.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Changes from prerelease in most are cosmetics. More interesting parts &lt;br&gt; (parsers/printers for languages) will be later ;)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/termware/browse_thread/thread/a86792b68073b05a/07a00cd7548e4ca0?show_docid=07a00cd7548e4ca0</guid>
  <author>
  ruslan.s.shevche...@gmail.com
  </author>
  <pubDate>Sat, 10 May 2008 06:01:20 UT
</pubDate>
  </item>
  <item>
  <title>TermWare-2.3.0 release candidate</title>
  <link>http://groups.google.com/group/termware/browse_thread/thread/c40c6d2c7e2b0878/33cd5878e4f7c785?show_docid=33cd5878e4f7c785</link>
  <description>
  TermWare-2.3.0 release candidate is uploaded to group files. We will &lt;br&gt; test during next few weeks, then next release will be available from &lt;br&gt; gradsoft.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/termware/browse_thread/thread/c40c6d2c7e2b0878/33cd5878e4f7c785?show_docid=33cd5878e4f7c785</guid>
  <author>
  ruslan.s.shevche...@gmail.com
  </author>
  <pubDate>Tue, 25 Mar 2008 00:04:26 UT
</pubDate>
  </item>
  </channel>
</rss>
