var fDesc=new Array(); fDesc[0] = "Ypsilon Scheme System has been developed as a fundamental technology for LittleWing Pinball Construction System. It is named after Yoshikatsu Fujita, the author of the program. It is distributed by BSD-like License.
The pinball game rules are described in C or C . Though they have great advantages in processing speed, there are some difficulties in development because C language stops the program immediately upon encountering an error. It makes debugging programs very difficult.
Ypsilon makes programming game rules very easy and safe. Of course, the advantages of using Ypsilon are not only for pinball games. It is good for applications of any kind that require quick, interactive processing as it is in conformity with the latest R6RS and provides complete R6RS standard libraries."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }