
JavaScript
JavaScript (sometimes shortened to JS) is a lightweight, interpreted, object-oriented language with first-class functions, most known as the scripting language for Web pages, but also used in many non-browser environments.
Clojure is a dynamic programming language that targets the Java Virtual Machine (and the CLR ).
clojure is a dynamic programming language that targets the java virtual machine (and the clr ). it is designed to be a generalpurpose language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. clojure is a compiled language it compiles directly to jvm bytecode, yet remains completely dynamic. every feature supported by clojure is supported at runtime. clojure provides easy access to the java frameworks, with optional type hints and type inference, to ensure that calls to java can avoid reflection.
java-based programming programming-language lisp compilers concurrent functional-language