Wak - R6RS porting project
Wak is a collection of Scheme code ported to R6RS.
wak-common
A set of libraries commonly used by the Wak project’s ports.
-
Cloning this repository:
git clone git://gitorious.org/wak/wak-common.git wak-common cd wak-common
Add this repository as a remote to an existing local repository:
git remote add wak-common git://gitorious.org/wak/wak-common.git git fetch wak-common git checkout -b my-local-tracking-branch wak-common/master_or_other_branch
wak-fmt
R6RS adaption of Alex Shinn’s formatting combinator library (http://synthcode.com/scheme/fmt/).
-
Cloning this repository:
git clone git://gitorious.org/wak/wak-fmt.git wak-fmt cd wak-fmt
Add this repository as a remote to an existing local repository:
git remote add wak-fmt git://gitorious.org/wak/wak-fmt.git git fetch wak-fmt git checkout -b my-local-tracking-branch wak-fmt/master_or_other_branch
wak-foof-loop
R6RS adaption of Taylor R. Campell’s foof-loop.scm and nested-foof-loop.scm.
-
Cloning this repository:
git clone git://gitorious.org/wak/wak-foof-loop.git wak-foof-loop cd wak-foof-loop
Add this repository as a remote to an existing local repository:
git remote add wak-foof-loop git://gitorious.org/wak/wak-foof-loop.git git fetch wak-foof-loop git checkout -b my-local-tracking-branch wak-foof-loop/master_or_other_branch
wak-syn-param
R6RS adaption of Taylor R. Campbell’s syn-param.scm.
-
Cloning this repository:
git clone git://gitorious.org/wak/wak-syn-param.git wak-syn-param cd wak-syn-param
Add this repository as a remote to an existing local repository:
git remote add wak-syn-param git://gitorious.org/wak/wak-syn-param.git git fetch wak-syn-param git checkout -b my-local-tracking-branch wak-syn-param/master_or_other_branch
wak-riastreams
R6RS adaption of Taylor R. Campbell’s stream implementation.
-
Cloning this repository:
git clone git://gitorious.org/wak/wak-riastreams.git wak-riastreams cd wak-riastreams
Add this repository as a remote to an existing local repository:
git remote add wak-riastreams git://gitorious.org/wak/wak-riastreams.git git fetch wak-riastreams git checkout -b my-local-tracking-branch wak-riastreams/master_or_other_branch
wak-irregex
R6RS adaption of Alex Shinn’s irregex library.
-
Cloning this repository:
git clone git://gitorious.org/wak/wak-irregex.git wak-irregex cd wak-irregex
Add this repository as a remote to an existing local repository:
git remote add wak-irregex git://gitorious.org/wak/wak-irregex.git git fetch wak-irregex git checkout -b my-local-tracking-branch wak-irregex/master_or_other_branch
wak-parscheme
R6RS adaption of Taylor R. Campbell’s “parscheme” libraries.
-
Cloning this repository:
git clone git://gitorious.org/wak/wak-parscheme.git wak-parscheme cd wak-parscheme
Add this repository as a remote to an existing local repository:
git remote add wak-parscheme git://gitorious.org/wak/wak-parscheme.git git fetch wak-parscheme git checkout -b my-local-tracking-branch wak-parscheme/master_or_other_branch
wak-prometheus
R6RS adaption of Jorgen Schäfer’s prometheus object system.
-
Cloning this repository:
git clone git://gitorious.org/wak/wak-prometheus.git wak-prometheus cd wak-prometheus
Add this repository as a remote to an existing local repository:
git remote add wak-prometheus git://gitorious.org/wak/wak-prometheus.git git fetch wak-prometheus git checkout -b my-local-tracking-branch wak-prometheus/master_or_other_branch
wak-trc-testing
R6RS adaption of Taylor R. Campbell’s testing library.
-
Cloning this repository:
git clone git://gitorious.org/wak/wak-trc-testing.git wak-trc-testing cd wak-trc-testing
Add this repository as a remote to an existing local repository:
git remote add wak-trc-testing git://gitorious.org/wak/wak-trc-testing.git git fetch wak-trc-testing git checkout -b my-local-tracking-branch wak-trc-testing/master_or_other_branch
wak-ssax
R6RS adaption of SSAX.
-
Cloning this repository:
git clone git://gitorious.org/wak/wak-ssax.git wak-ssax cd wak-ssax
Add this repository as a remote to an existing local repository:
git remote add wak-ssax git://gitorious.org/wak/wak-ssax.git git fetch wak-ssax git checkout -b my-local-tracking-branch wak-ssax/master_or_other_branch
More repositories
wak-sxml-tools (Commits, Merge requests, Source tree)
wak-htmlprag (Commits, Merge requests, Source tree)
wak-testeez (Commits, Merge requests, Source tree)
wak-wt-tree (Commits, Merge requests, Source tree)
Activities 
-
Thursday October 27 2011
-
Repository
22:38
Andreas Rottmann updated repository wak/wak-wt-tree
Changed the repository description
-
Commit
22:21
Andreas Rottmann started development of wak/wak-wt-tree
-
Repository
22:20
Andreas Rottmann created repository wak-wt-tree in Wak - R6RS porting project
R6RS adaption of the weight-balanced tree implementation shipped with [MIT/GNU Scheme](http://www...
-
-
Sunday October 02 2011
-
Push
23:55
Andreas Rottmann pushed 1 commit to wak/wak-irregex:master. View diff
master changed from 01fb0f7 to e0304c7
-
-
Tuesday April 19 2011
-
Push
01:04
Andreas Rottmann pushed 3 commits to wak/wak-fmt:master. View diff
master changed from 3fd69c4 to 7024117
-
-
Monday April 04 2011
-
Push
11:09
-
-
Sunday March 27 2011
-
Commit
22:46
Andreas Rottmann started development of wak/wak-testeez
-
Repository
22:46
Andreas Rottmann created repository wak-testeez in Wak - R6RS porting project
R6RS packaging of [Neil Van Dyke's unit testing mechanism](http://www.neilvandyke.org/testeez/).
-
Commit
22:44
Andreas Rottmann started development of wak/wak-htmlprag
-
Repository
22:43
Andreas Rottmann created repository wak-htmlprag in Wak - R6RS porting project
R6RS packaging of [Neil Van Dyke's permissive HTML parser](http://www.neilvandyke.org/htmlprag/).
-
-
Tuesday March 15 2011
-
Push
09:58
Andreas Rottmann pushed 1 commit to wak/wak-fmt:master. View diff
master changed from 4db233b to 3fd69c4
-
-
Sunday September 05 2010
-
Push
12:06
Andreas Rottmann pushed 658e8b8a to wak/wak-ssax:master
Andreas Rottmann on September 05, 2010 12:06 -
Push
12:05
Andreas Rottmann pushed 3b215648 to wak/wak-ssax:master
Andreas Rottmann on September 05, 2010 11:17 -
Push
11:57
Andreas Rottmann pushed c848e4e9 to wak/wak-trc-testing:master
Andreas Rottmann on September 04, 2010 22:55 -
Push
11:50
Andreas Rottmann pushed c7892aef to wak/wak-parscheme:master
Andreas Rottmann on September 04, 2010 19:43 -
Push
11:48
Andreas Rottmann pushed 2 commits to wak/wak-prometheus:master
master changed from 76a3467 to 965fc7e

-
Push
11:44
Andreas Rottmann pushed 3 commits to wak/wak-riastreams:master
master changed from 26ee82e to feec87f

-
Push
11:34
Andreas Rottmann pushed 62682a77 to wak/wak-syn-param:master
Andreas Rottmann on September 04, 2010 18:39 -
Push
11:30
Andreas Rottmann pushed 4718ec97 to wak/wak-foof-loop:master
Andreas Rottmann on September 04, 2010 18:12 -
Push
11:28
-
Push
11:27
Andreas Rottmann pushed 01fb0f78 to wak/wak-irregex:master
Andreas Rottmann on September 04, 2010 18:16 -
Push
11:25
-
-
Saturday September 04 2010
-
Commit
23:48
Andreas Rottmann started development of wak/wak-sxml-tools
-
Repository
23:46
Andreas Rottmann created repository wak-sxml-tools in Wak - R6RS porting project
R6RS adaption of the SXML tools from the [SSAX project](http://ssax.sourceforge.net/).
-
Commit
23:41
Andreas Rottmann committed 5c147305 to wak
-
-
Tuesday August 24 2010
-
Push
22:41
Andreas Rottmann pushed a3df7081 to wak/wak-parscheme:master
Andreas Rottmann on August 24, 2010 22:34 -
Push
22:40
Andreas Rottmann pushed 167e03d7 to wak/wak-irregex:master
Andreas Rottmann on August 24, 2010 22:31 -
Push
22:39
-
-
Sunday August 22 2010
-
Push
17:44
-
-
Wednesday May 19 2010
-
Commit
19:02
Andreas Rottmann started development of wak/wak-ssax
-

