answersLogoWhite

0

What is differences between JavaScript and livescript?

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Best Answer

JavaScript is LiveScript. It was renamed to gain popularity. The JavaScript name was rejected by then Sun Microsystems who owned the Java trademark. Now the official name is ECMAScript, while it is still commonly referred to as JavaScript. In internet Explorer it is called JScript. Different names, same language.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is differences between JavaScript and livescript?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Who invented JavaScript?

JavaScript was created by Netscape programmer Brendan Eich. The web scripting language was first released under the name of LiveScript as part of Netscape Navigator 2.0 in September 1995. It was renamed JavaScript on December 4, 1995.


Why does javascript and java have so similar names?

Marketing and politics.Javascript was initially called LiveScript, but it was renamed by the marketing department hoping to ride on the then recent popularity of Java.See related link for a brief history.


Why was javascript invented?

JavaScript was crated as an alternative to the failing Java. It was originally created as LiveScript by Brendan Eich for NetScape. The goal of the language was to create a lightweight and easy to learn language with the ability to script the behavior of web page content. In 1995, Netscape created one of the first web browsers. They wanted to have a "glue language" for web designers to add interactivity to web pages and to connect web pages and plug-in content such as Java applets. After Java became popular, they changed its name from the initial "LiveScript" to the name it has today.


How did javascript begin?

JavaScript started, because Netscape wanted to add a glue language for web designers to its web browser in 1995. Java made it to their web browser a little earlier and quickly gained popularity, so they changed JavaScript's name from the initial LiveScript to the name it has today.


How is javascript used?

JavaScript is used to make HTML DHTML or Dynamic HTML. Provides a lot more interactivity between the web page and the browser provided JavaScript is not turned off.


Is actionscript better than javascript and What is the differences between javascript and Actionscript?

When you can choose between them, Javascript is better simply because it is an open standard supported by all browsers, while Actionscript is proprietary (owned by Adobe) and needs a browser plugin to run. Actionscript is unavoidable when working with Flash. Actually, to make this judgment based on Javascript being open source is too simplistic. Javascript is a prototyped language, and therefore is not truly object-oriented, which can make it slow and difficult to develop large applications in. Actionscript 3.0 is object-oriented and therefore can support complex design patterns and more robust applications. In addition, Javascript is rendered differently depending on the browser supporting it. Therefore, performance of Javascript applications varies widely. Because AS3 runs in the Flash player its performance is consistent across many devices.


How can you be a JavaScript Expert?

Becoming a Javascript expert requires thorough knowledge of the following:programming fundamentals (data types, algorithms, control structures, logic, etc.)the differences between browsers (the event model, for instance is different between Internet Explorer and other browsers)javascript syntaxfunctional/procedural/object-oriented programmingHTML (as DOM manipulation is one of the primary uses of javascript)experience: create your own projects, work on open source projects, this will give you experience and allow you to learn from more experienced programmerstenacity: it doesn't happen overnight; as with anything, you will have to work hard to become an expert


Differentiate between javascript and HTML?

Differentiate a pilot and a plane!


Origin of java script?

JavaScript was developed at Netscape in the mid 90s. During it's development it had the code name "Mocha." When it was initially released to the public in September 1995, it was called "LiveScript." The name was changed to JavaScript during a minor release of Netscape's software in December 1995. It is generally held that the name change was either a marketing ploy by Netscape to latch onto Java--the hot new web language from Sun (now Oracle.) Some however point out that the change may have been part of a deal between Netscape and Sun in which Netscape bundled the Java run-time into their browsers.


What is the difference between Javascript and Jquery?

JavaScript is a scripting language that is mainly used within a web browser. Jquery is a library of javascript code that can be used together with your javascript program. A set of functions that can preform common tasks is provided, which will reduce the amount of code that you have to write yourself.


What is the difference between javascript and java programming langugage?

JavaScript and java are 2 completely different things. JavaScript is in web pages to make it more interesting and java is a complex computing language devised from c + c++.


How can we use script tag in java?

to implement javascript embed the statements between <script> n </script>,,, and include any scripting language. eg:<script LANGUAGE="javascript"> block of codes </script>