- Mastering JavaScript
- Ved Antani
- 169字
- 2021-07-16 09:31:28
A little bit of history
In 1993, the Mosaic browser of National Center for Supercomputing Applications (NCSA) was one of the first popular web browsers. A year later, Netscape Communications created the proprietary web browser, Netscape Navigator. Several original Mosaic authors worked on Navigator.
In 1995, Netscape Communications hired Brendan Eich with the promise of letting him implement Scheme (a Lisp dialect) in the browser. Before this happened, Netscape got in touch with Sun Microsystems (now Oracle) to include Java in the Navigator browser.
Due to the popularity and easy programming of Java, Netscape decided that a scripting language had to have a syntax similar to that of Java. This ruled out adopting existing languages such as Python, Tool Command Language (TCL), or Scheme. Eich wrote the initial prototype in just 10 days ( was Mocha, coined by Marc Andreessen. Netscape later changed it to LiveScript, for trademark reasons. In early December 1995, Sun licensed the trademark Java to Netscape. The language was renamed to its final name, JavaScript.
- WildFly:New Features
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- Vue.js 2 and Bootstrap 4 Web Development
- Java從入門到精通(第5版)
- 我的第一本算法書
- Python計算機視覺編程
- Java開發入行真功夫
- Mastering Google App Engine
- Python編程實戰
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- LabVIEW虛擬儀器入門與測控應用100例
- Modern C++ Programming Cookbook
- Natural Language Processing with Python Quick Start Guide
- Python趣味編程與精彩實例
- C語言程序設計實踐