2016년 12월 6일 화요일

TTSneo

TTSneo

TTSneo
Paradigm Procedure type programming programming in Japanese language
Appearance time TTS March, 2000
TTSneo May, 2002
Developer When I say
The latest release Ver. 1.85.2146 (November 8, 2010)
The language that was affected Visual BasicLogo writer
Platform Microsoft Windows
Website TTSneo official site

TTSneo (titi S neo-) is one of the script type programming languages. When the developer says. Can work; the OS is Windows98/Me/2000/XP. Although there are some functions restrictions, even NT and 95 are available. It almost supports Vista/7. The former title Technology Terminal Script (technology terminal script).

Table of contents

Summary

For a Japanese base, I can make the source code of the program in form near Japanese. In addition, I am good at figure relations mainly, but gradually decline because I am based on the source code of the logo writer in language making because other functions and orders are strengthened in an important point recently.

The main body is made in Visual Basic6.0, and the source code is not shown. Because it is an interpreter type, the execution speed is slow.

Because most GUI parts prepared for by Visual Basic are available, and the cooperation with outside DLL and API is possible, I can make the application that is higher than an existing function.

In addition, it carries RAD such as Visual Basic and can perform development of the application easily.

I changed the development language to .NET Framework, and, on July 27, 2008, beta release of newspeak "professional Dell" which renovated grammar or specifications was released.

Language specifications

Basic

Not an object-oriented language, it is a procedure-oriented language. Therefore, the made program in this way resembles BASIC closely in form carried out in turn from the first line.

I put an order and substitution and start a new line and it is basic grammar that a life law enters the party in form that to be an order, or substitution comes again and starts a new line again, but can put plural orders in で party basically.

After having carried out an order to display a window when I make general application to display a window, and to work, I enter the message loop by a "wait" order. When TTSneo received a window message, "a procedure" described after a "wait" order after this is carried out, and it supports the input from a user by GUI. といったように program is satisfied.

Nothing must produce a window by all means. Such one only has good look.

It is divided into an order and the wind such as the function. A thing, the order that the function works and pays a value are structure only processing without returning a value. However, the grammar is different.

The contents of the concrete program are comprised of form describing an order or substitution many times. I do not use the function alone.

Order

I give it an order to start "○○ so that a verb comes in form called □□" later. I can release expression of the end of a sentence (in "change it" which "please change it").

Function

"△△ is ,□□(○○,●●,...It becomes the form called). I handle it, and a thing paying a value by all means is a function. I cannot use the function by a supporting role of an order and the substitution alone. In addition, I use it in form to substitute for a variable by all means. However, from version 1.67.1963, the original order, function use alone was enabled. But this is only an original order to the last. The writing styles are as follows.

'conventional writing style
The variable a procedure name ("A")
I display a procedure name ("A")

'new writing style
Procedure name ("A")




Procedure

Using a procedure, I can pass processing around. The source code becomes small by using this, and a program without waste can make the speed fast, too.

At "[procedure name] ([procedure name] is changed into a favorite thing), the end of the procedure, the procedure" writes, "it is over" and expresses the beginning of procedure.

I have only to write a procedure name like an order to call a procedure.

Using a procedure, I can make one's own order and function.

A variable and naming convention

For a Japanese base, I can use Japanese for a natural variable name. The variable is managed all by character string, and the declaration is not necessary. "... can do the substitution in form such as ..." "... = ...", and the variable that is not defined when I substitute it is generated automatically. In addition, it is necessary to write space and comma (,), full size comma (,) after "ha" when I substitute it using "ha". (in the case of =, it is not necessary)

Other grammar

を is available as the mark that an order ended in, but this is ignored. However, I can put plural orders in the party in what を uses.

It is until the next newline and can express the comment (computer) following sign (half size or full size) of "'" (apostrophe) such as BASIC, "//" or "ー". I cope with block comment from TTSneo1.5 and I bind it in /* and */ and express it.

Example of Hello!world of TTSneo

 "" Of indication ー "[newline]" is full size in "Hello! [newline] world". 

Outside link

This article is taken from the Japanese Wikipedia TTSneo

This article is distributed by cc-by-sa or GFDL license in accordance with the provisions of Wikipedia.

Wikipedia and Tranpedia does not guarantee the accuracy of this document. See our disclaimer for more information.

In addition, Tranpedia is simply not responsible for any show is only by translating the writings of foreign licenses that are compatible with CC-BY-SA license information.

0 개의 댓글:

댓글 쓰기