summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2016-05-05 03:59:48 +0000
committeragc <agc@pkgsrc.org>2016-05-05 03:59:48 +0000
commite64c6e58428372dd4ef721b3fdffc06d47c3cdf9 (patch)
tree1e7b4f5cddb1b90f1c76b1809175f9a7770f98c1 /ham
parent7b03f15aa102eb83f2a56153248b133aa6a06c28 (diff)
downloadpkgsrc-e64c6e58428372dd4ef721b3fdffc06d47c3cdf9.tar.gz
Add duktape 1.5.1, an MIT-licensed Javascript engine.
This is the command-line tool, which uses the recently added libduktape package. Duktape is an embeddable Ecmascript E5/E5.1 engine with a focus on portability and compact footprint. By integrating Duktape into your C/C++ program you can easily extend its functionality through scripting. You can also build the main control flow of your program in Ecmascript and use fast C code functions to do heavy lifting. The terms Ecmascript and Javascript are often considered more or less equivalent, although Javascript and its variants are technically just one environment where the Ecmascript language is used. The line between the two is not very clear in practice: even non-browser Ecmascript environments often provide some browser-specific built-ins. Duktape is no exception, and provides the commonly used print() and alert() built-ins. Even so, we use the term Ecmascript throughout to refer to the language implemented by Duktape.
Diffstat (limited to 'ham')
0 files changed, 0 insertions, 0 deletions