Jump to content

User:Editor142: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Editor142 (talk | contribs)
No edit summary
Editor142 (talk | contribs)
No edit summary
Line 4: Line 4:
| screenshot = [[Image:SunLabsLively.png|center|250px|Lively Demo]]
| screenshot = [[Image:SunLabsLively.png|center|250px|Lively Demo]]
| caption = Lively examples running in Safari
| caption = Lively examples running in Safari
| developer = Sun Labs
| developer = Sun Microsystems Laboratories
| latest_release_version = 0.8.5
| latest_release_version = 0.8.5
| latest_release_date = {{release_date|2009|4|6}}
| latest_release_date = {{release_date|2009|4|6}}

Revision as of 12:01, 6 April 2009

Lively
Developer(s)Sun Microsystems Laboratories
Stable release
0.8.5 / April 6, 2009 (2009-04-06)
TypeProgramming
LicenseMIT
Websitehttp://livelykernel.sunlabs.com/

The Sun Labs Lively Kernel is a web programming environment developed at Sun Microsystems Laboratories. The Lively Kernel supports desktop-style applications with rich graphics and direct manipulation capabilities, but without the installation or upgrade hassles that conventional desktop applications have. The system is written entirely in the JavaScript programming language, a language supported by all the web browsers, with the intent that the system can run in commercial web browsers without installation or any plug-in components. The system leverages the dynamic characteristics of the JavaScript language to make it possible to create, modify and deploy applications on the fly, using tools built into the system itself. In addition to its application execution capabilities, the Lively Kernel can also function as an integrated development environment (IDE), making the whole system self-sufficient and able to improve and extend itself dynamically.

Section One

Section Two

Section Three

Example code

console.log('Lively');

References

External links