We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d5054 commit c0dd343Copy full SHA for c0dd343
README.md
@@ -5,7 +5,7 @@ ClojureScript is a new language for front-end web development. It compiles to
5
JavaScript for use in the browser.
6
7
ClojureScript is fundamentally different from JavaScript and other
8
-compile-to-JS languages like Dart, CoffeeScript, and LiveScript. It uses a
+compile-to-JS languages like Dart, CoffeeScript, and TypeScript. It uses a
9
more powerful yet simpler syntax, it employs useful defaults to combat the "new
10
spaghetti code" that is mutatable stateful objects, and it supports a lot of UI
11
data-binding patterns at a native language level.
0 commit comments