-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.htm
216 lines (186 loc) · 9.75 KB
/
index.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
<TITLE>Io Language CLR
</TITLE>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<META name="GENERATOR" content="hevea 1.10">
<STYLE type="text/css">
.li-itemize{margin:1ex 0ex;}
.li-enumerate{margin:1ex 0ex;}
.dd-description{margin:0ex 0ex 1ex 4ex;}
.dt-description{margin:0ex;}
.toc{list-style:none;}
.thefootnotes{text-align:left;margin:0ex;}
.dt-thefootnotes{margin:0em;}
.dd-thefootnotes{margin:0em 0em 0em 2em;}
.footnoterule{margin:1em auto 1em 0px;width:50%;}
.caption{padding-left:2ex; padding-right:2ex; margin-left:auto; margin-right:auto}
.title{margin:2ex auto;text-align:center}
.center{text-align:center;margin-left:auto;margin-right:auto;}
.flushleft{text-align:left;margin-left:0ex;margin-right:auto;}
.flushright{text-align:right;margin-left:auto;margin-right:0ex;}
DIV TABLE{margin-left:inherit;margin-right:inherit;}
PRE{text-align:left;margin-left:0ex;margin-right:auto;}
BLOCKQUOTE{margin-left:4ex;margin-right:4ex;text-align:left;}
TD P{margin:0px;}
.boxed{border:1px solid black}
.textboxed{border:1px solid black}
.vbar{border:none;width:2px;background-color:black;}
.hbar{border:none;height:2px;width:100%;background-color:black;}
.hfill{border:none;height:1px;width:200%;background-color:black;}
.vdisplay{border-collapse:separate;border-spacing:2px;width:auto; empty-cells:show; border:2px solid red;}
.vdcell{white-space:nowrap;padding:0px;width:auto; border:2px solid green;}
.display{border-collapse:separate;border-spacing:2px;width:auto; border:none;}
.dcell{white-space:nowrap;padding:0px;width:auto; border:none;}
.dcenter{margin:0ex auto;}
.vdcenter{border:solid #FF8000 2px; margin:0ex auto;}
.minipage{text-align:left; margin-left:0em; margin-right:auto;}
.marginpar{border:solid thin black; width:20%; text-align:left;}
.marginparleft{float:left; margin-left:0ex; margin-right:1ex;}
.marginparright{float:right; margin-left:1ex; margin-right:0ex;}
.theorem{text-align:left;margin:1ex auto 1ex 0ex;}
.part{margin:2ex auto;text-align:center}
.lstlisting{font-family:monospace;white-space:pre;margin-right:auto;margin-left:0pt;text-align:left}
</STYLE>
<LINK REL=STYLESHEET type="text/css" HREF="../../synrc.css">
<meta name="Author" content="Loc">
<meta http-equiv="expires" content="Tue, 01 Jan 2020 1:00:00 GMT" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=IE10,chrome=1" />
</HEAD>
<BODY >
<!--HEVEA command line is: /usr/bin/hevea index.tex -o index.htm -->
<!--HTMLHEAD-->
<div class="nonselectedwrapper white" style="padding: 30 10 0 0;margin: 0 0 -12 0;">
<div class="verywidecol">
<nobr>
<a href="http://synrc.com/index.htm">
<img style="float:left;margin-right:10px;" src="http://synrc.com/images/synrc.png" border="0"></a>
</nobr>
</div>
</div>
<div class="clear"></div>
<hr size="1">
<div class="nonselectedwrapper" style="margin-top:10px;margin-bottom:10px;background-color: #eeeeee;">
<div class="verywidecol">
<table bgcolor="white" cellpadding=0 cellspacing=0 width=100%>
<tbody bgcolor="#eeeeee"><tr height="50" align="center" valign="center">
<script language="JavaScript">
<!--
var args = (window.location).toString().split('/');
var page_name = args[args.length-1];
if(page_name == 'index.htm' || page_name ==''){ // Home
document.write('<td width=20%> <div class="menu">Home</div> </td>');
}else{
document.write('<td width=20%> <div class="menu"><a href="http://synrc.com/index.htm">Home</a></div> </td>');
}
if(page_name == 'research.htm'){
document.write('<td width=20%> <div class="menu">Showcase</div> </td>');
}else{
document.write('<td width=20%> <div class="menu"><a href="http://synrc.com/research.htm">Showcase</a></div> </td>');
}
if(page_name == 'github.htm'){
document.write('<td width=20%> <div class="menu">Apps</div> </td>');
}else{
document.write('<td width=20%> <div class="menu"><a href="http://synrc.com/github.htm">Apps</a></div> </td>');
}
if(page_name == 'feedback.htm'){
document.write('<td width=20%> <div class="menu">Contacts</div> </td>');
}else{
document.write('<td width=20%> <div class="menu"><a href="http://synrc.com/feedback.htm">Contacts</a></div> </td>');
}
// -->
</script>
<td width=20% background="http://synrc.com/images/dots2.jpg"> </td>
</tr></tbody></table>
</div>
</div>
<!--ENDHTML-->
<!--CUT DEF section 1 --><DIV CLASS="nonselectedwrapper">
<DIV CLASS="article">
<DIV CLASS="toc">
<!--TOC section TOC-->
<H2 CLASS="section"><!--SEC ANCHOR -->TOC</H2><!--SEC END --><!--TOC paragraph -->
<H5 CLASS="paragraph"><!--SEC ANCHOR --></H5><!--SEC END --><P>
<A HREF="doc/overview.htm">Overview</A> <BR>
<A HREF="doc/primitives.htm">1. Primitives</A> <BR>
<A HREF="doc/object.htm">2. Object</A> <BR>
</P></DIV>
<DIV CLASS="articlecol">
<!--TOC section Io Language CLR-->
<H2 CLASS="section"><!--SEC ANCHOR -->Io Language CLR</H2><!--SEC END --><P>As some of us are fans of Smalltalk and LISP, we cannot pass the
beautiful syntaxic forth start-up. Io — one of simplest but very powerful
languages. Inspired by Smalltalk its simplified syntax free from
syntax trash. We implemented Io Language Virtual Machine and Read
eval Print Loop for .NET CLR.</P><TABLE CLASS="display dcenter"><TR VALIGN="middle"><TD CLASS="dcell"><TABLE CLASS="display"><TR><TD CLASS="dcell" ALIGN="center">1</TD></TR>
<TR><TD CLASS="hbar"></TD></TR>
<TR><TD CLASS="dcell" ALIGN="center">π</TD></TR>
</TABLE></TD><TD CLASS="dcell"> = </TD><TD CLASS="dcell"><TABLE CLASS="display"><TR><TD CLASS="dcell" ALIGN="center"><TABLE CLASS="display"><TR VALIGN="middle"><TD CLASS="dcell">2</TD><TD CLASS="dcell"><FONT SIZE=5>√</FONT></TD><TD CLASS="dcell"><TABLE border=0 cellspacing=1 cellpadding=0><TR><TD CLASS="hbar"></TD></TR>
<TR><TD ALIGN=center NOWRAP>2</TD></TR>
</TABLE></TD></TR>
</TABLE></TD></TR>
<TR><TD CLASS="hbar"></TD></TR>
<TR><TD CLASS="dcell" ALIGN="center">9801</TD></TR>
</TABLE></TD><TD CLASS="dcell"><TABLE CLASS="display"><TR><TD CLASS="dcell" ALIGN="center">∞</TD></TR>
<TR><TD CLASS="dcell" ALIGN="center"><FONT SIZE=6>∑</FONT></TD></TR>
<TR><TD CLASS="dcell" ALIGN="center"><I>n</I>=0</TD></TR>
</TABLE></TD><TD CLASS="dcell"><TABLE CLASS="display"><TR><TD CLASS="dcell" ALIGN="center">(4<I>n</I>)!(1103+26390</TD></TR>
<TR><TD CLASS="hbar"></TD></TR>
<TR><TD CLASS="dcell" ALIGN="center">(<I>n</I>!)<SUP>4</SUP>396<SUP>4<I>n</I></SUP></TD></TR>
</TABLE></TD></TR>
</TABLE><P>Io Manual: <A HREF="http://synrc.com/research/io/doc/overview.htm">http://synrc.com/research/io/doc/overview.htm</A></P><!--TOC subsection References-->
<H3 CLASS="subsection"><!--SEC ANCHOR -->References</H3><!--SEC END --><P>Please checkout also the original <A HREF="http://iolanguage.com/">Io Language</A> sources maintained by
Io’s author — <A HREF="http://dekorte.com/">Steve Dekorte</A>. Also you may notice
<A HREF="news://news.gmane.org/gmane.comp.lang.io">comp.lang.io</A>
newsgroup available at gmane news archive.</P><P>
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'synrc'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</P></DIV>
</DIV>
</DIV><DIV CLASS="clear"> </DIV><!--CUT END -->
<!--HTMLFOOT-->
<div class="nonselectedwrapper">
<div class="verywidecol">
<div style="width:100%;height:300px;float:left;font-size:14pt;" align=center>
<hr size=1>
<span class="logo_font" style="font-size:14pt;">
<b><font color="#0033cc">syn</font><font color="#ff0000">rc</font></b></span> uses H<FONT SIZE=1><sup>E</sup></FONT>V<FONT SIZE=1><sup>E</sup></FONT>A<br>
<a href="http://build.synrc.com/">Сontinuous Integration</a> |
<a href="http://synrc.com/news">Events</a> |
<a href="http://voxoz.com">Erlang PaaS</a> |
<a href="http://synrc.com/music">Music</a><br>
<a href="http://synrc.com/privacy.htm">Privacy Policy</a> |
<a href="http://synrc.com/feedback.htm">Feedback</a> |
<a href="http://synrc.com/brandbook.htm">Brandbook</a><br>
Copyright © 2005–2013 <a href="http://synrc.com/index.htm"> Synrc Research Center s.r.o.</a>
</div>
</div>
</div>
<div class="clear"></div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-29227518-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript" src="http://synrc.com/hi.js"></script>
<!--ENDHTML-->
</BODY>
</HTML>