changeset 1:61a6dc88cb54

add background
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Wed, 26 Feb 2014 20:23:37 +0900
parents abdf74c8bc76
children c2afa5a6b9a7
files index.html
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Wed Feb 26 20:12:17 2014 +0900
+++ b/index.html	Wed Feb 26 20:23:37 2014 +0900
@@ -32,7 +32,10 @@
         <h3>Background</h3>
 	<ul>
 	  <li>Our laboratory suggests a programming language which is called Continuation based C (CbC).</li>
-	  <li>On the CbC program, a callee does not return to a caller. </li>
+	  <li>On the CbC program, a callee does not return to a caller. <ul>
+	      <li>CbC is suitable for a state transition base programming. </li>
+	      <li>It means that It is suitable for programming with parallel computing platform. (like a OpenCL, CUDA, Cerium) </li>
+	  </ul></li>
 	</ul>
       </article>