Hecl
The Mobile Scripting Language
Links:
Home
Documentation
Online Journal / Latest News
Examples
Applets
Hecl Builder
Supported phones
SourceForge Project
Mailing List
IRC
: #hecl on irc.freenode.net
Download
But please bear in mind that the latest code in subversion is usually the "best" code!
Hecl cell phone emulator: MIDP2.0 version
Write the script:
Emulator:
set defform [lcdui.form -title "Demo Form"] $defform setcurrent
Hecl cell phone emulator: MIDP1.0 version
Write the script:
Emulator:
set main [textbox label Hecl code { } len 200 text "A sample textbox"]; setcurrent $main;
Hecl Applet
Write the script:
Script output:
set i 0 while {< $i 10} { puts "i is $i" incr $i }
These examples require Java and Javascript.