GithubHelp home page GithubHelp logo

clr.tools.namespace's Introduction

clr.tools.namespace

A port of clojure/tools.namespace library to ClojureCLR.

From the original README:

Tools for managing namespaces in Clojure. Parse ns declarations from source files, extract their dependencies, build a graph of namespace dependencies within a project, update that graph as files change, and reload files in the correct order.

This is only about namespace dependencies within a single project. It has nothing to do with Leiningen, Maven, JAR files, or repositories.

Releases

Nuget reference:

PM> Install-Package clojure.tools.namespace

Leiningen/Clojars reference:

[org.clojure.clr/tools.namespace "1.2.0"]

Notes on the ported code

The namespaces are the same as in the original to simplify porting code using the original. Thus, clojure.tools.namespace.find, clojure.tools.namespace.dir, etc.

See the original's API documentation for details.

clojure.tools.namespace

NOTE: The clojure.tools.namespace namespace is deprecated in the original. Therefore, we did not port it. Please use the clojure.tools.namspace.* namespaces instead.

clojure.tools.namespace.move

NOTE: The clojure.tools.namespace.move namespace is marked and 'ALPHA and subject to change'. We have not ported it yet.

clojure.tools.namespace.find

We did not implement searching in JAR files.

Copyright and License

Original Clojure(JVM) code:

Copyright © 2012 Stuart Sierra All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 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.

clr.tools.namespace's People

Contributors

dmiller avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.