• Stars
    star
    267
  • Rank 152,729 (Top 4 %)
  • Language
    JavaScript
  • License
    Other
  • Created over 9 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Clojure by Example

Clojure by Example

CircleCI

This repository hosts code for 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. 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" logo

See this commit 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