foamdino / async-workshop

Get going with core.async

Home Page:www.core-async.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get going with core.async

This repository holds the materials for 'Get going with core.async', a workshop being presented at Lambda Jam Chicago 2014 and Strange Loop 2014.

Starting the tutorial

Once you have cloned the repository, you should be by default on the a-minimal-client branch. To get things fully started, just follow these steps:

  1. In a terminal window, run lein repl.
  2. You can now browse the tutorial website from http://localhost:9000.
  3. You will probably want to run lein cljsbuild auto chat-demo in separate REPL window.

If you are an experienced ClojureScript developer and want to connect your editor to a browser REPL, you can use the REPL environment in @user/repl-env once you have started the server the first time.

A note for OS X users

It appears that this tutorial requires Java 7 or newer, but the default is Java 6. Please update your Java.

Legal stuff

Copyright © 2014 Daniel Solano Gómez All rights reserved.

Except as otherwise noted:

Included works

About

Get going with core.async

www.core-async.info


Languages

Language:JavaScript 63.9%Language:HTML 30.6%Language:Clojure 3.3%Language:CSS 2.3%