[GD-General] Lua vs. JavaScript
Brought to you by:
vexxed72
From: Brian H. <ho...@py...> - 2003-12-23 17:22:15
|
I've been doing a high-level analysis of different scripting languages, and I was surprised that, on the surface, JavaScript seems to have a lot in common with Lua: - typeless/loosely typed - fundamental type is table - prototype based - C-like syntax - garbage collected - relatively easy to embed Does anyone know of the major differences between the languages other than performance (JavaScript is much slower) and minor language differences like JavaScript's exception handling? Brian |