Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://kimh.github.io/clojure-by-example/
Clojure by Example
https://kimh.github.io/clojure-by-example/
clojure
Last synced: 2 months ago
JSON representation
Clojure by Example
- Host: GitHub
- URL: https://kimh.github.io/clojure-by-example/
- Owner: kimh
- License: other
- Created: 2015-05-16T14:02:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T18:31:34.000Z (about 2 years ago)
- Last Synced: 2024-08-03T23:15:15.223Z (6 months ago)
- Topics: clojure
- Language: JavaScript
- Homepage: http://kimh.github.io/clojure-by-example/
- Size: 1.02 MB
- Stars: 267
- Watchers: 9
- Forks: 43
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Clojure by Example
[![CircleCI](https://circleci.com/gh/kimh/clojure-by-example.svg?style=svg)](https://circleci.com/gh/kimh/clojure-by-example)
This repository hosts code for [Clojure by Example](http://kimh.github.io/clojure-by-example/)
## Development
Run the following commands to run locally.
```
bundle install
bundle exec middleman server
```The command output from middleman tells you the url to access.
## Updating Slate
This site is created based on [Slate](https://github.com/lord/slate). The only way I know to update Slate is copying all files from the new version of Slate repository
and update only what you need for Clojure By Example site.Namely they are
- `source/index.html.md` for the main content
- `source/stylesheets/_variables.scss` for font size
- `source/layouts/layout.erb` for "Clojure By Example" logoSee [this commit](https://github.com/kimh/clojure-by-example/commit/a2872b5660b89af5137a02be7169ae6c788b31b7) as an example.
## Todo
* test
* clean up the confusion in sequence. probably I should use coll where sequence is mentioned because sequence is not data type.
* defrecord
* destructuring
* dissoc in Map