Jump to content

User:Editor142: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Editor142 (talk | contribs)
Editor142 (talk | contribs)
m Replaced content with '==External links== */Lively'
 
Line 1: Line 1:
{{Infobox Software
| name = Lively
| logo =
| screenshot = [[Image:LivelySunLabs.jpg|center|250px|Lively Demo]]
| caption = Lively examples running in Safari
| developer = Sun Microsystems Laboratories
| latest_release_version = 0.8.5
| latest_release_date = {{release_date|2009|4|6}}
| operating_system =
| genre = [[Web development]]
| license = [[MIT license|MIT]]
| website = http://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.

== Overview ==

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 ==
<source lang="javascript">
console.log('Lively');
</source>

== References ==
{{refbegin}}
{{refend}}

==External links==
==External links==
*[http://livelykernel.sunlabs.com/ Project Page]
*[http://livelykernel.sunlabs.com/mailman/listinfo/general Mailng List]
*[http://research.sun.com/projects/lively/index.xhtml Examples]
*[[/Lively]]
*[[/Lively]]

Latest revision as of 05:38, 9 November 2009

[edit]