Category:LiveCode: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
No edit summary
Line 16: Line 16:
** iOS
** iOS
** Android
** Android
** Web servers, as a plugin
** Web Servers (with LiveCode sever)
** Web Browser HTML5 Engine (as of version 8)
*Having a full interface toolkit with native widgets on all platforms
*Having a full interface toolkit with native widgets on all platforms
*Incorporating modern language features like regex, associative arrays, support for internet protocols, etc.
*Incorporating modern language features like regex, associative arrays, support for internet protocols, etc.
*Supporting color natively (HyperCard die-hards are now breathing a sigh of relief)
*Supporting color natively (HyperCard die-hards are now breathing a sigh of relief)
** As of version 8 LiveCode includes an additional, strictly typed language variant called LiveCodeBuilder (LCB) which allows access to foreign code libraries (currently supports C libraries only, support for others to be added)

Revision as of 18:52, 14 January 2016

Language
LiveCode
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Compiled (bytecode)
Garbage collected: Yes
See Also:
Listed below are all of the tasks on Rosetta Code which have been solved using LiveCode.

LiveCode (formerly known as Revolution) is a byte-code compiled language created by Runtime Revolution

It is inspired by HyperCard/HyperTalk, but goes far beyond that heritage by:

  • Creating applications that run on:
    • OS X
    • Mac Classic
    • Windows
    • Unix
    • iOS
    • Android
    • Web Servers (with LiveCode sever)
    • Web Browser HTML5 Engine (as of version 8)
  • Having a full interface toolkit with native widgets on all platforms
  • Incorporating modern language features like regex, associative arrays, support for internet protocols, etc.
  • Supporting color natively (HyperCard die-hards are now breathing a sigh of relief)
    • As of version 8 LiveCode includes an additional, strictly typed language variant called LiveCodeBuilder (LCB) which allows access to foreign code libraries (currently supports C libraries only, support for others to be added)

Subcategories

This category has only the following subcategory.

@

Pages in category "LiveCode"

The following 128 pages are in this category, out of 128 total.

M