Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelsbradleyjr/macros4macros
Macros and supporting functions for macro development and debugging in ClojureScript projects.
https://github.com/michaelsbradleyjr/macros4macros
Last synced: about 2 months ago
JSON representation
Macros and supporting functions for macro development and debugging in ClojureScript projects.
- Host: GitHub
- URL: https://github.com/michaelsbradleyjr/macros4macros
- Owner: michaelsbradleyjr
- Created: 2013-11-19T03:39:06.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-26T22:39:21.000Z (about 11 years ago)
- Last Synced: 2024-11-17T20:56:05.524Z (2 months ago)
- Language: Clojure
- Homepage:
- Size: 199 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# macros4macros
Macros and supporting functions for macro development and debugging in ClojureScript projects.
## Releases and Dependency Information
Latest release: 0.1.2
* [All Released Versions](https://clojars.org/macros4macros/versions)
[Leiningen](https://github.com/technomancy/leiningen) dependency information:
```clj
[org.clojure/clojure "1.5.1"]
[org.clojure/clojurescript "0.0-2127"]
```## Copyright and License
This software is Copyright (c) 2013 by Michael Bradley, Jr.
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](http://michaelsbradleyjr.github.io/macros4macros/epl-v10.html) at the [root](https://github.com/michaelsbradleyjr/macros4macros/tree/master/) 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.