Skip to content

Commit c0dd343

Browse files
committed
mention typescript
1 parent 68d5054 commit c0dd343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ClojureScript is a new language for front-end web development. It compiles to
55
JavaScript for use in the browser.
66

77
ClojureScript is fundamentally different from JavaScript and other
8-
compile-to-JS languages like Dart, CoffeeScript, and LiveScript. It uses a
8+
compile-to-JS languages like Dart, CoffeeScript, and TypeScript. It uses a
99
more powerful yet simpler syntax, it employs useful defaults to combat the "new
1010
spaghetti code" that is mutatable stateful objects, and it supports a lot of UI
1111
data-binding patterns at a native language level.

0 commit comments

Comments
 (0)