marcopollivier / clojure-por-exemplo

Clojure by Example

Home Page:http://kimh.github.io/clojure-by-example/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Clojure by Example

http://kimh.github.io/clojure-by-example/

License:Other


Languages

Language:JavaScript 90.1%Language:SCSS 5.4%Language:CSS 1.6%Language:Shell 1.1%Language:HTML 1.0%Language:Ruby 0.7%Language:Dockerfile 0.1%