Skip to content

Commit 81cc7db

Browse files
committed
Abstract
1 parent 18d03f6 commit 81cc7db

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

index.html

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,33 @@ <h1>Functional IoT</h1>
4141
</nav>
4242
<section>
4343

44-
### UNDER CONSTRUCTION ###
45-
4644
<h3>
4745
<a name="whatis" class="anchor" href="#whatis"><span class="octicon octicon-link"></span></a>What is Functional IoT?</h3>
4846

49-
<p><a href="http://en.wikipedia.org/wiki/Internet_of_Things">The Internet of Things (or IoT for short)</a> refers to uniquely identifiable objects and their virtual representations in an Internet-like structure.</p>
47+
<p><a href="http://en.wikipedia.org/wiki/Internet_of_Things">The Internet of Things</a> (or IoT for short) refers to uniquely identifiable objects
48+
and their virtual representations in an Internet-like structure.
49+
Imagine IoT devices are:</p>
50+
51+
<ul>
52+
<li>connected to the internet</li>
53+
<li>developed in a short time</li>
54+
<li>storing personal data</li>
55+
<li>secure</li>
56+
<li>more intelligence</li>
57+
<li>inexpensive</li>
58+
</ul>
59+
60+
<p>C language can design the IoT devices such like that? No, can't. We need the language that is good for system programming with strong type,
61+
to develop IoT device more safety more drastic approach.</p>
62+
63+
<p>The <b>Functional IoT</b> is a wrestling mat that strong typed languages fight on, to become the champion of system programming language.</p>
64+
65+
<h3>
66+
<a name="whatis" class="anchor" href="#demovideo"><span class="octicon octicon-link"></span></a>Demo video</h3>
67+
<p>T.B.D.</p>
5068

5169
<h3>
52-
<a name="lang" class="anchor" href="#lang"><span class="octicon octicon-link"></span></a>What language will be used?</h3>
70+
<a name="lang" class="anchor" href="#lang"><span class="octicon octicon-link"></span></a>What language will challenge?</h3>
5371

5472
<h4><a href="http://ajhc.metasepi.org/">Ajhc</a> (Haskell)</h4>
5573
<h4><a href="http://www.ats-lang.org/">ATS</a> (ML)</h4>

0 commit comments

Comments
 (0)