https://github.com/tailrecursion/hlisp-template
Leiningen template for HLisp projects.
https://github.com/tailrecursion/hlisp-template
Last synced: about 1 month ago
JSON representation
Leiningen template for HLisp projects.
- Host: GitHub
- URL: https://github.com/tailrecursion/hlisp-template
- Owner: tailrecursion
- Created: 2013-05-01T20:16:00.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-01T20:23:14.000Z (about 13 years ago)
- Last Synced: 2025-12-25T18:44:33.347Z (7 months ago)
- Language: Clojure
- Size: 288 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hlisp
A Leiningen template for creating HLisp projects.
## Documentation
HLisp documentation:
http://github.com/tailrecursion/lein-hlisp
## Usage
Create your project.
```bash
$ lein new hlisp foo
```
Go to your new project root directory.
```bash
$ cd foo
```
Compile your project.
```bash
$ lein hlisp
```
Start a local HTTP server.
```bash
$ cd resources/public && python -m SimpleHTTPServer
```
View the application at http://localhost:8000.
### Note
You can start the HLisp compiler in "watcher" mode and it will recompile files
automatically whenever a source file is changed.
```bash
$ lein hlisp auto
```
## License
Copyright © 2013 Micha Niskin
Distributed under the Eclipse Public License, the same as Clojure.