Skip to content

clojure/clojurescript

Folders and files

NameName
Last commit message
Last commit date
Feb 20, 2024
Jul 8, 2018
Dec 22, 2017
Mar 4, 2021
Mar 16, 2021
Nov 5, 2021
May 19, 2023
Mar 20, 2020
Apr 18, 2024
Oct 21, 2024
Aug 14, 2023
Aug 23, 2020
Jun 18, 2020
Jan 23, 2024
Mar 29, 2018
Aug 24, 2018
Jan 23, 2024
Mar 27, 2024
Jul 20, 2011
Mar 27, 2024
Aug 14, 2023
Mar 27, 2024

Repository files navigation

What is ClojureScript?

ClojureScript is a compiler for Clojure that targets JavaScript. It is designed to emit JavaScript code which is compatible with the advanced compilation mode of the Google Closure optimizing compiler.

Official web site: https://clojurescript.org

Releases and dependency information

Latest stable release: 1.11.132

Clojure deps.edn dependency information:

org.clojure/clojurescript {:mvn/version "1.11.132"}

Leiningen dependency information:

[org.clojure/clojurescript "1.11.132"]

Maven dependency information:

<dependency>
  <groupId>org.clojure</groupId>
  <artifactId>clojurescript</artifactId>
  <version>1.11.132</version>
</dependency>

Getting Started

Questions, Feedback?

Please point all of your questions and feedback to the Clojure mailing list. There is a community run ClojureScript user mailing list and the IRC channel, #clojurescript on freenode.net, is quite active. There is also a community run Slack channel. The Jira bug/feature tracking application is located at https://clojure.atlassian.net/browse/CLJS. Before submitting issues please read the Reporting Issues page first.

Developers Welcome

ClojureScript operates under the same license as Clojure. All contributors must have a signed CA (Contributor's Agreement) and submit their patch via the appropriate channels. If you're interested in contributing to the project, please see the contributing page on clojure.org. For more information about working on the compiler and testing check the Developer section of the wiki.

YourKit

YourKit has given an open source license for their profiler, greatly simplifying the profiling of ClojureScript performance.

YourKit supports open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of YourKit Java Profiler and YourKit .NET Profiler, innovative and intelligent tools for profiling Java and .NET applications.

License

Copyright (c) Rich Hickey. All rights reserved. The use and
distribution terms for this software are covered by the Eclipse
Public License 1.0 (https://opensource.org/license/epl-1-0/)
which can be found in the file epl-v10.html at the root of this
distribution. By using this software in any fashion, you are
agreeing to be bound by the terms of this license. You must
not remove this notice, or any other, from this software.