pax_global_header 0000666 0000000 0000000 00000000064 13706600162 0014513 g ustar 00root root 0000000 0000000 52 comment=aa6351492609e18d35fc8ed15f3424595ff6d067
tools.analyzer.jvm-tools.analyzer.jvm-1.1.0/ 0000775 0000000 0000000 00000000000 13706600162 0021046 5 ustar 00root root 0000000 0000000 tools.analyzer.jvm-tools.analyzer.jvm-1.1.0/.gitignore 0000664 0000000 0000000 00000000172 13706600162 0023036 0 ustar 00root root 0000000 0000000 /target
/lib
/classes
/checkouts
*.jar
*.class
.lein-deps-sum
.lein-failures
.lein-plugins
.lein-repl-history
.nrepl-port
tools.analyzer.jvm-tools.analyzer.jvm-1.1.0/CHANGELOG.md 0000664 0000000 0000000 00000021376 13706600162 0022670 0 ustar 00root root 0000000 0000000 Changelog
========================================
Since tools.analyzer.jvm version are usually cut simultaneously with a tools.analyzer version, check also the tools.analyzer [CHANGELOG](https://github.com/clojure/tools.analyzer/blob/master/CHANGELOG.md) for changes on the corresponding version, since changes in that library will reflect on this one.
- - -
* Release next
* Bumpd dep on core.memoize to latest
* Release 1.0.0 on 18 Feb 2020
* Avoid calling `update-ns-map` on known pure vars
* Release 0.7.3 on 2 Dec 2019
* Bumped deps
* Release 0.7.2 on 16 Jan 2018
* Correctly handle deftype analysis when `let` is excluded
* Release 0.7.1 on 21 Jun 2017
* Correctly handle array classes
* Release 0.7.0 on 14 Feb 2017
* Release 0.7.0-alpha1 on 26 Jan 2017
* Added handle-evaluation-exception opts to `analyze+eval`
* Changed `analyze+eval`'s default behaviour on eval exception
* Stop caching maybe-class-from-string as it implicitely relies on dynamic state
* Make analyze work from nested invocations -- remove state mutation
* Release 0.6.10 on 17 Jun 2016
* Fix ns munging
* Release 0.6.9 on 10 Nov 2015
* Correctly check for recur on case :then branches
* Release 0.6.8 on 3 Nov 2015
* Fixed eof check in tools.reader usage
* Avoid reflection on catch local
* Fix context in analyze+eval statement
* Release 0.6.7 on 23 Apr 2015
* Add support for reader conditionals
* Ensure *file* is correctly bound in analyze-ns
* Fixed emit-form for :host-interop
* Release 0.6.6 on 23 Feb 2015
* Small performance enhancements
* Added validate-recur pass
* Renamed annotate-methods to annotate-host-info
* Fixed class resolution
* Added macroexpand-all
* Fixed ::resolved-op handling in analyze+eval
* Release 0.6.5 on 20 Nov 2014
* Ensure *ns* is correctly bound during analysis
* Removed analyze' and analyze+eval'
* Improvements in class resolution
* Release 0.6.4 on 03 Nov 2014
* Disallow def of a symbol that maps to a Class
* Made the target of a host interop expression privilege classnames over the lexical scope, as in clojure
* Preserve correct meta on emit-form
* Validate the target of a new expression
* Fixed bug that caused the symbols used as primitive type hints to be interpreted as classes in host interop expressions
* Made update-ns-map! an optional global-env field
* Enhanced source-info support on analyze+eval
* Release 0.6.3 on 27 Oct 2014
* Better interop method matcher
* Fixed a bug when using analyze+eval and lein uberjar caused by Compiler/LOADER being unbound during macroexpansion
* Faster maybe-class impl
* Release 0.6.1 on 13 Oct 2014
* Significant performance enhancements
* Made Class literals shadow Vars
* Fixed a bug in :arglists automatic tag qualification
* :env :locals are no longer uniquified by default, can be changed via pass-opts
* Fixed tag validation
* Removed annotate-class-id, annotate-internal-name, ensure-tag, collect, collect-closed-overs and clear-locals, moved to tools.emiter.jvm
* Fixed a bug in the method resolution code, caused some unnecessary reflection
* Added opts and env args to analyze-ns, consistent with the other analyze functions
* Made emit-form with :qualified-symbols qualify def symbol
* Release 0.6.0 on 18 Sep 2014
* Started using clojure.tools.analyzer.passes/schedule to schedule the default passes and configured all the passes
* Reduced the set of default passes, removed: annotate-class-id, annotate-internal-name, ensure-tag
* Changed the interface of the collect pass
* Added default-passes and default-passes-opts to the clojure.tools.analyzer.jvm namespace
* Release 0.5.6 on 02 Sep 2014
* Fixed a bug in classify-invoke that caused default-exprs in keyword invoke expressions to be lost
* Release 0.5.5 on 31 Aug 2014
* Fixed analyze-ns analysis caching
* Qualify :arglists class names
* Release 0.5.4 on 21 Aug 2014
* Added optional unresolved symbol handler, configurable via :passes-opts
* Release 0.5.3 on 14 Aug 2014
* Compare contexts with isa? rather than =
* Fixed a reflection warning
* Fixed a bug in the :protocol-invoke nodes that caused ast/children to crash
* Release 0.5.2 on 09 Aug 2014
* Fixed emit-form
* Imported collect pass from tools.analyzer
* Fixed infer-tag for :def
* Release 0.5.1 on 09 Aug 2014
* Allow ^:const values to be unboxed
* Made :keyword a children in :keyword-invoke
* Added optional Var tag inference, configurable via :passes-opts
* Added optional wrong tag handler, configurable via :passes-opts
* Added optional mismatched arity handler, configurable via :passes-opts
* Release 0.5.0 on 29 Jul 2014
* BREAKING CHANGE: changed :protocol-invoke and :keyword-invoke fields
* Made :host-interop :assignable?
* Release 0.4.0 on 26 Jul 2014
* BREAKING CHANGE: update to new :class field for :new and :catch nodes
* Elide source info metadata on :reify, :fn
* Fixed performance regression
* Added :qualified-symbols option to emit-form, deprecate :qualified-vars
* Don't promote :invoke to :keyword-invoke when the keyword is namespaced
* Added analyze-ns
* Fixed some wrong contexts
* Fixed and enhanced :tag/:arglists inference for :try nodes
* Fixed handling of void bodies in loops
* Collect closed-overs on :try
* Release 0.3.0 on 21 Jun 2014
* BREAKING API CHANGE: Updated to new :context
* Fixed 1-arity macroexpand-1
* validate throws on Var not found
* Release 0.2.2 on 13 Jun 2014
* Added 1-arity version of macroexpand-1
* Made analyze+eval handle exceptions via ExceptionThrown
* Fixed a bug in the validate pass that caused some instance-methods to stay unresolved
* Keep :raw-forms on analyze+eval
* Update \*ns\* in each call to analyze+eval
* Release 0.2.1 on 08 Jun 2014
* Made run-passes dynamic
* Made analyze-host-expr and classify-invoke preserve the original AST fields
* Release 0.2.0 on 05 Jun 2014
* BREAKING API CHANGE: Updated to new global env interface
* Made analyze+eval attach the result of evaluating the form to the AST
* Release 0.1.0-beta13 on 11 Mar 2014
* Don't run cleanup on analyze, added analyze' and analyze+eval' that run it
* Added :top-level true to constructed :do nodes
* Added 3-arity to analyze taking an optional map of options
* Fixes regarding :fn-method :o-tag/:tag handling
* Release 0.1.0-beta12 on 25 Apr 2014
* Default to (empty-env) if env not provided
* Fix a bug in check-recur with case
* Release 0.1.0-beta11 on 18 Apr 2014
* Performance enhancements on reflection utils
* Workaround for a weird behaviour of clojure.reflect on interfaces
* Fix for annotate-tag and validate-loop-locals interaction
* Improve logic of try-best-match
* Improve handling of Void tag
* Fix handling of tag on constructor that defer to runtime reflection
* Fix validate-loop-locals when the return type of the loop changed after the invalidation
* Added :qualified-vars option to emit-form
* Release 0.1.0-beta10 on 1 Apr 2014
* Fix validate-loop-locals handling of tag
* merge &form meta into mfrom meta to preserve source info during macroexpansion
* Release 0.1.0-beta9 on 29 Mar 2014
* Macroexpand evaluates :inline/:inline-arities to allow using the inlined version
in the fn body
* Fix fn name munging
* Fix annotate-loops handling of statements
* Update the ns map in the env after macroexpansion as some interning might
happen at macroexpansion time
* Added analyze+eval
* Pass (:locals env) as &env instead of env, macros that use (keys &env) now work
* Fix binding init tag
* Fix create-var handling of meta
* Release 0.1.0-beta8 on 11 Mar 2014
* Removed :name in env for the :fn name, moved in a tools.analyzer.jvm pass
* Added docstrings
* Add annotate-internal-name pass
* Add warn-on-reflection pass
* clear-locals is *compiler-options* aware
* Release 0.1.0-beta7 on 28 Feb 2014
* Moved :should-not-clear annotation from annotate-branch to clear-locals
* Release 0.1.0-beta6 on 27 Feb 2014
* Bind Compiler/LOADER to a new DynamicClassLoader on every analyze call to avoid
problems regarding deftype redefinitions
* Fix handling of meta by create-var
* Release 0.1.0-beta5 on 26 Feb 2014
* Clear :catch locals
* Added "this" clearing where possible (CLJ-1250)
* Clear unused bindings
* Attach the correct :tag on instance call/field instances
* Fixes to clear-locals pass regarding nested loops
* Release 0.1.0-beta4 on 17 Feb 2014
* Fix validate-loop-locals to short-circuit on nested loops
* Added docstrings
* Correctly clear closed-overs on :once fns
* Correctly clear closed-overs used in closure creation
* Release 0.1.0-beta3 on 15 Feb 2014
* Added annotate-class-id
* clear-locals clears loop locals when possible
* Release 0.1.0-beta2 on 14 Feb 2014
* Memoize only maybe-class and member*, a new deftype invalidates the cache
* Release 0.1.0-beta1 on 11 Feb 2014
* First beta release
tools.analyzer.jvm-tools.analyzer.jvm-1.1.0/CONTRIBUTING.md 0000664 0000000 0000000 00000000735 13706600162 0023304 0 ustar 00root root 0000000 0000000 This is a [Clojure contrib] project.
Under the Clojure contrib [guidelines], this project cannot accept
pull requests. All patches must be submitted via [JIRA].
See [Contributing] on the Clojure website for
more information on how to contribute.
[Clojure contrib]: https://clojure.org/community/contrib_libs
[Contributing]: https://clojure.org/community/contributing
[JIRA]: http://dev.clojure.org/jira/browse/TANAL
[guidelines]: https://clojure.org/community/contrib_howto
tools.analyzer.jvm-tools.analyzer.jvm-1.1.0/LICENSE 0000664 0000000 0000000 00000026374 13706600162 0022067 0 ustar 00root root 0000000 0000000 Eclipse Public License - v 1.0
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
1. DEFINITIONS
"Contribution" means:
a) in the case of the initial Contributor, the initial code and documentation
distributed under this Agreement, and
b) in the case of each subsequent Contributor:
i) changes to the Program, and
ii) additions to the Program;
where such changes and/or additions to the Program originate from and are
distributed by that particular Contributor. A Contribution 'originates'
from a Contributor if it was added to the Program by such Contributor
itself or anyone acting on such Contributor's behalf. Contributions do not
include additions to the Program which: (i) are separate modules of
software distributed in conjunction with the Program under their own
license agreement, and (ii) are not derivative works of the Program.
"Contributor" means any person or entity that distributes the Program.
"Licensed Patents" mean patent claims licensable by a Contributor which are
necessarily infringed by the use or sale of its Contribution alone or when
combined with the Program.
"Program" means the Contributions distributed in accordance with this
Agreement.
"Recipient" means anyone who receives the Program under this Agreement,
including all Contributors.
2. GRANT OF RIGHTS
a) Subject to the terms of this Agreement, each Contributor hereby grants
Recipient a non-exclusive, worldwide, royalty-free copyright license to
reproduce, prepare derivative works of, publicly display, publicly
perform, distribute and sublicense the Contribution of such Contributor,
if any, and such derivative works, in source code and object code form.
b) Subject to the terms of this Agreement, each Contributor hereby grants
Recipient a non-exclusive, worldwide, royalty-free patent license under
Licensed Patents to make, use, sell, offer to sell, import and otherwise
transfer the Contribution of such Contributor, if any, in source code and
object code form. This patent license shall apply to the combination of
the Contribution and the Program if, at the time the Contribution is
added by the Contributor, such addition of the Contribution causes such
combination to be covered by the Licensed Patents. The patent license
shall not apply to any other combinations which include the Contribution.
No hardware per se is licensed hereunder.
c) Recipient understands that although each Contributor grants the licenses
to its Contributions set forth herein, no assurances are provided by any
Contributor that the Program does not infringe the patent or other
intellectual property rights of any other entity. Each Contributor
disclaims any liability to Recipient for claims brought by any other
entity based on infringement of intellectual property rights or
otherwise. As a condition to exercising the rights and licenses granted
hereunder, each Recipient hereby assumes sole responsibility to secure
any other intellectual property rights needed, if any. For example, if a
third party patent license is required to allow Recipient to distribute
the Program, it is Recipient's responsibility to acquire that license
before distributing the Program.
d) Each Contributor represents that to its knowledge it has sufficient
copyright rights in its Contribution, if any, to grant the copyright
license set forth in this Agreement.
3. REQUIREMENTS
A Contributor may choose to distribute the Program in object code form under
its own license agreement, provided that:
a) it complies with the terms and conditions of this Agreement; and
b) its license agreement:
i) effectively disclaims on behalf of all Contributors all warranties
and conditions, express and implied, including warranties or
conditions of title and non-infringement, and implied warranties or
conditions of merchantability and fitness for a particular purpose;
ii) effectively excludes on behalf of all Contributors all liability for
damages, including direct, indirect, special, incidental and
consequential damages, such as lost profits;
iii) states that any provisions which differ from this Agreement are
offered by that Contributor alone and not by any other party; and
iv) states that source code for the Program is available from such
Contributor, and informs licensees how to obtain it in a reasonable
manner on or through a medium customarily used for software exchange.
When the Program is made available in source code form:
a) it must be made available under this Agreement; and
b) a copy of this Agreement must be included with each copy of the Program.
Contributors may not remove or alter any copyright notices contained
within the Program.
Each Contributor must identify itself as the originator of its Contribution,
if
any, in a manner that reasonably allows subsequent Recipients to identify the
originator of the Contribution.
4. COMMERCIAL DISTRIBUTION
Commercial distributors of software may accept certain responsibilities with
respect to end users, business partners and the like. While this license is
intended to facilitate the commercial use of the Program, the Contributor who
includes the Program in a commercial product offering should do so in a manner
which does not create potential liability for other Contributors. Therefore,
if a Contributor includes the Program in a commercial product offering, such
Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
every other Contributor ("Indemnified Contributor") against any losses,
damages and costs (collectively "Losses") arising from claims, lawsuits and
other legal actions brought by a third party against the Indemnified
Contributor to the extent caused by the acts or omissions of such Commercial
Contributor in connection with its distribution of the Program in a commercial
product offering. The obligations in this section do not apply to any claims
or Losses relating to any actual or alleged intellectual property
infringement. In order to qualify, an Indemnified Contributor must:
a) promptly notify the Commercial Contributor in writing of such claim, and
b) allow the Commercial Contributor to control, and cooperate with the
Commercial Contributor in, the defense and any related settlement
negotiations. The Indemnified Contributor may participate in any such claim at
its own expense.
For example, a Contributor might include the Program in a commercial product
offering, Product X. That Contributor is then a Commercial Contributor. If
that Commercial Contributor then makes performance claims, or offers
warranties related to Product X, those performance claims and warranties are
such Commercial Contributor's responsibility alone. Under this section, the
Commercial Contributor would have to defend claims against the other
Contributors related to those performance claims and warranties, and if a
court requires any other Contributor to pay any damages as a result, the
Commercial Contributor must pay those damages.
5. NO WARRANTY
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each
Recipient is solely responsible for determining the appropriateness of using
and distributing the Program and assumes all risks associated with its
exercise of rights under this Agreement , including but not limited to the
risks and costs of program errors, compliance with applicable laws, damage to
or loss of data, programs or equipment, and unavailability or interruption of
operations.
6. DISCLAIMER OF LIABILITY
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION
LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE
EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY
OF SUCH DAMAGES.
7. GENERAL
If any provision of this Agreement is invalid or unenforceable under
applicable law, it shall not affect the validity or enforceability of the
remainder of the terms of this Agreement, and without further action by the
parties hereto, such provision shall be reformed to the minimum extent
necessary to make such provision valid and enforceable.
If Recipient institutes patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Program itself
(excluding combinations of the Program with other software or hardware)
infringes such Recipient's patent(s), then such Recipient's rights granted
under Section 2(b) shall terminate as of the date such litigation is filed.
All Recipient's rights under this Agreement shall terminate if it fails to
comply with any of the material terms or conditions of this Agreement and does
not cure such failure in a reasonable period of time after becoming aware of
such noncompliance. If all Recipient's rights under this Agreement terminate,
Recipient agrees to cease use and distribution of the Program as soon as
reasonably practicable. However, Recipient's obligations under this Agreement
and any licenses granted by Recipient relating to the Program shall continue
and survive.
Everyone is permitted to copy and distribute copies of this Agreement, but in
order to avoid inconsistency the Agreement is copyrighted and may only be
modified in the following manner. The Agreement Steward reserves the right to
publish new versions (including revisions) of this Agreement from time to
time. No one other than the Agreement Steward has the right to modify this
Agreement. The Eclipse Foundation is the initial Agreement Steward. The
Eclipse Foundation may assign the responsibility to serve as the Agreement
Steward to a suitable separate entity. Each new version of the Agreement will
be given a distinguishing version number. The Program (including
Contributions) may always be distributed subject to the version of the
Agreement under which it was received. In addition, after a new version of the
Agreement is published, Contributor may elect to distribute the Program
(including its Contributions) under the new version. Except as expressly
stated in Sections 2(a) and 2(b) above, Recipient receives no rights or
licenses to the intellectual property of any Contributor under this Agreement,
whether expressly, by implication, estoppel or otherwise. All rights in the
Program not expressly granted under this Agreement are reserved.
This Agreement is governed by the laws of the State of New York and the
intellectual property laws of the United States of America. No party to this
Agreement will bring a legal action under this Agreement more than one year
after the cause of action arose. Each party waives its rights to a jury trial in
any resulting litigation.
tools.analyzer.jvm-tools.analyzer.jvm-1.1.0/README.md 0000664 0000000 0000000 00000015143 13706600162 0022331 0 ustar 00root root 0000000 0000000 # tools.analyzer.jvm
An analyzer for Clojure code, written on top of [tools.analyzer](https://github.com/clojure/tools.analyzer), providing additional jvm-specific passes.
* [Example Usage](#example-usage)
* [AST Quickref](#ast-quickref)
* [Releases and Dependency Information](#releases-and-dependency-information)
* [Changelog](#changelog)
* [API Index](#api-index)
* [Developer Information](#developer-information)
* [License](#license)
## Note for REPL usage
The AST `tools.analyzer.jvm` produces contains *a lot* of redundant information and while having this structure in memory will not require an excessive amount of memory thanks to structural sharing, attempting to print the AST of even a relatively small clojure expression can easily produce a several thousand lines output which might make your REPL irresponsive for several seconds or even crash it.
For this reason, when exploring `tools.analyzer.jvm` ASTs on the REPL, I encourage you to:
* set `*print-length*` and `*print-level*` to a small value, like 10
* interactively explore the AST structure, inspecting the `:children` and `:op` fields of a node and the `keys` function rather than printing it to see its content
## Example Usage
Calling `analyze` on the form is all it takes to get its AST (the output has been pretty printed for clarity):
```clojure
user> (require '[clojure.tools.analyzer.jvm :as ana.jvm])
nil
user> (ana.jvm/analyze 1)
{:op :const,
:env {:context :ctx/expr, :locals {}, :ns user},
:form 1,
:top-level true,
:val 1,
:type :number,
:literal? true,
:id 0,
:tag long,
:o-tag long}
```
To get a clojure form out of an AST, use the `emit-form` pass:
```clojure
user> (require '[clojure.tools.analyzer.passes.jvm.emit-form :as e])
nil
user> (e/emit-form (ana.jvm/analyze '(let [a 1] a)))
(let* [a 1] a)
```
Note that the output will be fully macroexpanded.
You can also get an hygienic form back, using the `emit-hygienic-form` pass:
```clojure
user> (e/emit-hygienic-form (ana.jvm/analyze '(let [a 1 a a] a)))
(let* [a__#0 1 a__#1 a__#0] a__#1)
```
As you can see the local names are renamed to resolve shadowing.
The `analyze` function can take an environment arg (when not provided it uses the default empty-env) which allows for more advanced usages, like injecting locals from an outer scope:
```clojure
user> (-> '(let [a a] a)
(ana.jvm/analyze (assoc (ana.jvm/empty-env)
:locals '{a {:op :binding
:name a
:form a
:local :let}}))
e/emit-hygienic-form)
(let* [a__#0 a] a__#0)
```
There's also an `analyze+eval` function that, as the name suggests, evaluates the form after its analysis and stores the resulting value in the `:result` field of the AST, this function should be used when analyzing multiple forms, as the analysis of a clojure form might require the evaluation of a previous one to make sense.
This would not work using `analyze` but works fine when using `analyze+eval`:
```clojure
user> (ana.jvm/analyze+eval '(defmacro x []))
{:op :do,
:top-level true,
:form (do (clojure.core/defn x ([&form &env])) (. (var x) (setMacro)) (var x)),
... ,
:result #'user/x}
user> (ana.jvm/analyze+eval '(x))
{:op :const,
:env {:context :ctx/expr, :locals {}, :ns user},
:form nil,
:top-level true,
:val nil,
:type :nil,
:literal? true,
:tag java.lang.Object,
:o-tag java.lang.Object,
:result nil}
```
To analyze a whole namespace, use `analyze-ns` which behaves like `analyze+eval` and puts the ASTs for each analyzed form in a vector, in order.
```clojure
user> (ana.jvm/analyze-ns 'clojure.string)
[{:op :do,
:result nil,
:top-level true,
:form (do (clojure.core/in-ns (quote clojure.string)) ..),
...}
..]
```
[AST Quickref](http://clojure.github.io/tools.analyzer.jvm/spec/quickref.html)
========================================
Note that the quickref refers to the last stable release of t.a.jvm and might not be valid for the current SNAPSHOT version or for previous ones.
Note also that the documented node fields refer to the output of t.a.jvm/analyze running the default passes and using the default configuration.
## SPONSORSHIP
* Cognitect (http://cognitect.com/) has sponsored tools.analyzer.jvm development (https://groups.google.com/d/msg/clojure/iaP16MHpX0E/EMtnGmOz-rgJ)
* Ambrose BS (https://twitter.com/ambrosebs) has sponsored tools.analyzer.jvm development in his typed clojure campaign (http://www.indiegogo.com/projects/typed-clojure).
## YourKit
YourKit has given an open source license for their profiler, greatly simplifying the profiling of tools.analyzer.jvm performance.
YourKit is kindly supporting open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications. Take a look at YourKit's leading software products:
* YourKit Java Profiler and
* YourKit .NET Profiler.
Releases and Dependency Information
========================================
Latest stable release: 1.0.0
* [All Released Versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.analyzer.jvm%22)
* [Development Snapshot Versions](https://oss.sonatype.org/index.html#nexus-search;gav%7Eorg.clojure%7Etools.analyzer.jvm%7E%7E%7E)
[Leiningen](https://github.com/technomancy/leiningen) dependency information:
```clojure
[org.clojure/tools.analyzer.jvm "1.0.0"]
```
[Maven](http://maven.apache.org/) dependency information:
```xml
org.clojure
tools.analyzer.jvm
1.0.0
```
[Changelog](CHANGELOG.md)
========================================
API Index
========================================
* [CrossClj Documentation](http://crossclj.info/doc/org.clojure/tools.analyzer.jvm/lastest/index.html)
* [API index](http://clojure.github.io/tools.analyzer.jvm)
Developer Information
========================================
* [GitHub project](https://github.com/clojure/tools.analyzer.jvm)
* [Bug Tracker](http://dev.clojure.org/jira/browse/TANAL)
* [Continuous Integration](http://build.clojure.org/job/tools.analyzer.jvm/)
* [Compatibility Test Matrix](http://build.clojure.org/job/tools.analyzer.jvm-test-matrix/)
## License
Copyright © 2013-2018 Nicola Mometto, Rich Hickey & contributors.
Distributed under the Eclipse Public License, the same as Clojure.
tools.analyzer.jvm-tools.analyzer.jvm-1.1.0/docs/ 0000775 0000000 0000000 00000000000 13706600162 0021776 5 ustar 00root root 0000000 0000000 tools.analyzer.jvm-tools.analyzer.jvm-1.1.0/docs/ClojureX_slides.pdf 0000664 0000000 0000000 00000277645 13706600162 0025614 0 ustar 00root root 0000000 0000000 %PDF-1.3
%
4 0 obj
<< /Length 5 0 R /Filter /FlateDecode >>
stream
x}Tn0+(BM F/R P'v!YhKRKpmșݙN'6gB5;xOqh fcɠ5C2>A1!b
dE7H;ZR(~":I.AJILj@3Wo|9Tm]SwǮ|I!%ߡx<&\NIWƗK.w\QJZTE>
endobj
6 0 obj
<< /ProcSet [ /PDF /Text ] /ColorSpace << /Cs2 9 0 R /Cs1 7 0 R >> /Font <<
/TT1 8 0 R >> >>
endobj
11 0 obj
[ 12 0 R 13 0 R ]
endobj
14 0 obj
<< /Length 15 0 R /N 1 /Alternate /DeviceGray /Filter /FlateDecode >>
stream
xWX>HJSF2dATbH!(
--RZ(.nPPKz >|g|= @]ȕHq @8_N¤
@GIp
=`Hr5q(|A:[?
'h%B q*
*kr!ܜ.љ-Mehɖ!6pvC|
ŏDIB