clojurescript

Clojure to JS compiler

  • 所有者: clojure/clojurescript
  • 平台:
  • 许可证: Eclipse Public License 1.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图







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.597

Leiningen dependency information:

[org.clojure/clojurescript "1.10.597"]

Maven dependency information:

<dependency>
  <groupId>org.clojure</groupId>
  <artifactId>clojurescript</artifactId>
  <version>1.10.597</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.

主要指标

概览
名称与所有者clojure/clojurescript
主编程语言Clojure
编程语言Clojure (语言数: 7)
平台
许可证Eclipse Public License 1.0
所有者活动
创建于2011-07-20 23:29:13
推送于2025-06-13 09:47:12
最后一次提交2025-06-13 05:47:11
发布数227
最新版本名称r1.12.42 (发布于 )
第一版名称v0.0 (发布于 2011-10-13 06:25:48)
用户参与
星数9.3k
关注者数351
派生数792
提交数6.2k
已启用问题?
问题数0
打开的问题数0
拉请求数110
打开的拉请求数7
关闭的拉请求数103
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?
资源目录

Clojure

Clojure是一种强大、实用且快速的编程语言,具有一组有用的功能,它们共同形成一个简单、连贯和强大的工具。(Cloju...
资源目录

clojure-site

clojure.org 网站。(clojure.org site)
测试工具、框架及库

test.check

用于 Clojure 的 QuickCheck。「QuickCheck for Clojure」