ClojureScript

ClojureScript compiler and core runtime library.

Лицензия

Лицензия

Категории

Категории

Clojure Языки программирования
Группа

Группа

com.cemerick
Идентификатор

Идентификатор

clojurescript
Последняя версия

Последняя версия

1.9.922
Дата

Дата

Тип

Тип

jar
Описание

Описание

ClojureScript
ClojureScript compiler and core runtime library.
Ссылка на сайт

Ссылка на сайт

https://github.com/clojure/clojurescript
Система контроля версий

Система контроля версий

https://github.com/clojure/clojurescript

Скачать clojurescript

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.cemerick/clojurescript/ -->
<dependency>
    <groupId>com.cemerick</groupId>
    <artifactId>clojurescript</artifactId>
    <version>1.9.922</version>
</dependency>
// https://jarcasting.com/artifacts/com.cemerick/clojurescript/
implementation 'com.cemerick:clojurescript:1.9.922'
// https://jarcasting.com/artifacts/com.cemerick/clojurescript/
implementation ("com.cemerick:clojurescript:1.9.922")
'com.cemerick:clojurescript:jar:1.9.922'
<dependency org="com.cemerick" name="clojurescript" rev="1.9.922">
  <artifact name="clojurescript" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cemerick', module='clojurescript', version='1.9.922')
)
libraryDependencies += "com.cemerick" % "clojurescript" % "1.9.922"
[com.cemerick/clojurescript "1.9.922"]

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
org.clojure : clojure jar 1.8.0
com.google.javascript : closure-compiler-unshaded jar v20170806
org.clojure : google-closure-library jar 0.0-20170809-b9c14c6b
org.clojure : data.json jar 0.2.6
org.mozilla : rhino jar 1.7R5
org.clojure : tools.reader jar 1.0.5

provided (1)

Идентификатор библиотеки Тип Версия
com.cognitect : transit-clj jar 0.8.300

test (1)

Идентификатор библиотеки Тип Версия
org.clojure : test.check jar 0.10.0-alpha2

Модули Проекта

Данный проект не имеет модулей.

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: http://clojurescript.org

Releases and dependency information

Latest stable release: 1.10.764

Leiningen dependency information:

[org.clojure/clojurescript "1.10.764"]

Maven dependency information:

<dependency>
  <groupId>org.clojure</groupId>
  <artifactId>clojurescript</artifactId>
  <version>1.10.764</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 http://dev.clojure.org/jira/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 (http://opensource.org/licenses/eclipse-1.0.php)
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.
com.cemerick

Clojure

Версии библиотеки

Версия
1.9.922
1.9.921