-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.tex
38 lines (31 loc) · 1.37 KB
/
index.tex
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
\input{../../synrc.hva}
%HEVEA \loadcssfile{../../synrc.css}
\renewcommand{\images}{http://synrc.com/research/io/images}
\begin{document}
\title{Io Language CLR}
\author{Maxim Sokhatsky}
%HEVEA \begin{divstyle}{nonselectedwrapper}
%HEVEA \begin{divstyle}{article}
\input{toc}
%HEVEA \begin{divstyle}{articlecol}
\section*{Io Language CLR}
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.
\begin{displaymath}
\frac{1}{\pi} = \frac{2\sqrt{2}}{9801}\sum^{\infty}_{n=0}\frac{(4n)!(1103+26390}{(n!)^{4}396^{4n}}
\end{displaymath}
Io Manual: \footahref{http://synrc.com/research/io/doc/overview.htm}{http://synrc.com/research/io/doc/overview.htm}
\subsection*{References}
Please checkout also the original \footahref{http://iolanguage.com/}{Io Language} sources maintained by
Io's author --- \footahref{http://dekorte.com/}{Steve Dekorte}. Also you may notice
\footahref{news://news.gmane.org/gmane.comp.lang.io}{comp.lang.io}
newsgroup available at gmane news archive.
%HEVEA \rawhtmlinput{templates/disqus.htx}
%HEVEA \end{divstyle}
%HEVEA \end{divstyle}
%HEVEA \end{divstyle}
%HEVEA \begin{divstyle}{clear}{~}\end{divstyle}
\end{document}