AndroidForth в Android Market

Icon for AndroidForth 1.6.2 AndroidForth (v. 1.6.2)
Разработано gusthy

A simple Forth interpreter based on SFI, modified to support arrays, nested loops, return stack and so on.
More features are coming :)

Simply put your Forth code to /sdcard/main.fth and start this app.
Special word syntax:
BUTTON:
(width height id label_key label_len handler_key handler_len -- )

Event handler must be a user defined word, cannot be primitive!

TEXTBOX:
shows an one-line editable textbox.
(width height id -- )

GETTEXT:
reads content of textbox with given id.
(id -- key length)

ALERTDIALOG:
Shows a dialog without any button, you must give title and message as input.
(title_key title_length msg_key msg_length -- )

DIAL:
Calls a phone number, the input is a string.

(key length -- )

Example:

: BUTTONPRESS S" You typed: " 100 GETTEXT ALERTDIALOG ;
30 50 100 TEXTBOX
30 50 105 S" Press me! " S" BUTTONPRESS" BUTTON


If you have questions or ideas, feel free to contact me at gusthy@gmail.com!



Бесплатно

Категория: Инструменты
Закачек: 100-500
Размер: 33.4 KB
Опубликовано: 2012-05-19
Обновлено: 2012-05-19

Баркод для AndroidForth
Воспользуйтесь сканером штрихкодов для быстрой установки этого приложения на ваш телефон!
Права доступа: 1 (показать/скрыть полный список)

Системное имя пакета: hu.gusthy.android.forth

Видео и снимки экрана

Снимок экрана androidforth
 

Комментарии и оценки пользователей для AndroidForth

[2011-06-16] Jeff Fox:
It does work and can really allow program creation in combination with a good editor (sheditor works). The implementation of S" is very wrong in v1.6
[2011-05-21] Gary:
Crashes the Samsung Galaxy Tab
Страница:  1