Skip to content

Commit 2cc2491

Browse files
authored
Merge pull request #765 from roman01la/clojurescript-topic
Add ClojureScript topic
2 parents f813286 + b1c13b2 commit 2cc2491

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
11.1 KB
Loading

topics/clojurescript/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
aliases: cljs
3+
created_by: Rich Hickey
4+
display_name: ClojureScript
5+
github_url: https://github.com/clojure/clojurescript
6+
logo: clojurescript.png
7+
related: clojure, clj, language
8+
released: July 20, 2011
9+
short_description: ClojureScript is a compiler for Clojure that targets JavaScript.
10+
topic: clojurescript
11+
url: https://clojurescript.org/
12+
---
13+
ClojureScript is a compiler for Clojure that targets JavaScript. It emits JavaScript code which is compatible with the advanced compilation mode of the Google Closure optimizing compiler. ClojureScript combines the reach of the JavaScript platform, the flexibility and interactive development of Clojure, and the whole-program optimization of Google Closure to provide the most powerful language for programming the web.

0 commit comments

Comments
 (0)