<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>https://fidoman.ru/w/index.php?action=history&amp;feed=atom&amp;title=Exception_Oriented_Programming</id>
	<title>Exception Oriented Programming - История изменений</title>
	<link rel="self" type="application/atom+xml" href="https://fidoman.ru/w/index.php?action=history&amp;feed=atom&amp;title=Exception_Oriented_Programming"/>
	<link rel="alternate" type="text/html" href="https://fidoman.ru/w/index.php?title=Exception_Oriented_Programming&amp;action=history"/>
	<updated>2026-06-01T20:57:45Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://fidoman.ru/w/index.php?title=Exception_Oriented_Programming&amp;diff=136&amp;oldid=prev</id>
		<title>Sergey: Новая страница: «= Program as the exception handler =  Everything is exception:  * program start  * signals  * async io event  * exceptions themselves  Also there is need of compl...»</title>
		<link rel="alternate" type="text/html" href="https://fidoman.ru/w/index.php?title=Exception_Oriented_Programming&amp;diff=136&amp;oldid=prev"/>
		<updated>2024-01-07T02:38:49Z</updated>

		<summary type="html">&lt;p&gt;Новая страница: «= Program as the exception handler =  Everything is exception:  * program start  * signals  * async io event  * exceptions themselves  Also there is need of compl...»&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Program as the exception handler =&lt;br /&gt;
&lt;br /&gt;
Everything is exception:&lt;br /&gt;
 * program start&lt;br /&gt;
 * signals&lt;br /&gt;
 * async io event&lt;br /&gt;
 * exceptions themselves&lt;br /&gt;
&lt;br /&gt;
Also there is need of complex exception conditions handlers&lt;br /&gt;
&lt;br /&gt;
= Like this =&lt;br /&gt;
&lt;br /&gt;
on Start:&lt;br /&gt;
  raise Output(&amp;quot;Hello world&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
== what about loops? ==&lt;br /&gt;
&lt;br /&gt;
on Start:&lt;br /&gt;
  raise Loop(10)&lt;br /&gt;
&lt;br /&gt;
on Loop(0):&lt;br /&gt;
  raise Output(&amp;quot;done&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
on Loop(n&amp;gt;0):&lt;br /&gt;
  raise Output(&amp;quot;n=&amp;quot;, n) &amp;amp; Loop(n-1)&lt;br /&gt;
&lt;br /&gt;
=== that means that we need to raise many exceptions in one handler ===&lt;br /&gt;
&lt;br /&gt;
And process complex conditions to run handler&lt;/div&gt;</summary>
		<author><name>Sergey</name></author>
	</entry>
</feed>