Category:Sparkling: Difference between revisions

Content added Content deleted
Line 96: Line 96:
== Performance ==
== Performance ==


The reference implementation, being an interpreted language, doesn't have an outstandingly good performance. However, its speed is quite decent, and is mostly comparable to that of Lua (which is sometimes considered one of the fastest scripting languages available).
The reference implementation, being an interpreted language, doesn't have performance comparable to statically-typed, natively compiled or JITed languages. However, its speed is quite decent, and is mostly comparable to that of Lua, which is often considered the fastest interpreted scripting language available.


== Extensibility ==
== Extensibility ==