├── README.md ├── epl-v10.html ├── examples └── ants │ └── core.clj ├── project.clj ├── src └── net │ └── cgrand │ ├── megaagent.clj │ ├── megaatom.clj │ └── megaref.clj └── test └── net └── cgrand └── megaref_test.clj /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrand/megaref/HEAD/README.md -------------------------------------------------------------------------------- /epl-v10.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrand/megaref/HEAD/epl-v10.html -------------------------------------------------------------------------------- /examples/ants/core.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrand/megaref/HEAD/examples/ants/core.clj -------------------------------------------------------------------------------- /project.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrand/megaref/HEAD/project.clj -------------------------------------------------------------------------------- /src/net/cgrand/megaagent.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrand/megaref/HEAD/src/net/cgrand/megaagent.clj -------------------------------------------------------------------------------- /src/net/cgrand/megaatom.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrand/megaref/HEAD/src/net/cgrand/megaatom.clj -------------------------------------------------------------------------------- /src/net/cgrand/megaref.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrand/megaref/HEAD/src/net/cgrand/megaref.clj -------------------------------------------------------------------------------- /test/net/cgrand/megaref_test.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrand/megaref/HEAD/test/net/cgrand/megaref_test.clj --------------------------------------------------------------------------------