GitXplorerGitXplorer
a

Caper

public
10 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
be05f13f3189c7717cd14a223b0cb3b188fe5bb1

preludes now only allowed at top of reagent definition

aaturon committed 12 years ago
Unverified
24c4b448e5198a692c5b20f12f60c195341e2a08

make postlude action an expression. fixed bug in with-postlude. all tests passing.

aaturon committed 12 years ago
Unverified
6c72152a3747c938d2f2feb0a7666521cbf68e4f

A little work.

ssamth committed 12 years ago
Unverified
bb3aca1b689e475208a8aea59a2e43cb6178108f

is a function, is not.

ssamth committed 12 years ago
Unverified
f5f5048a2ac900500918ac97ecd1dcabffff397d

finished library refactoring. tests not yet passing.

aaturon committed 12 years ago
Unverified
1e7227d982e125b05c31c51a011f7011d84c9430

polishing reagent core forms, beginning reagent base

aaturon committed 12 years ago

README

The README file for this repository.

Caper: concurrent and parallel extensions to Racket

Directory structure

  • core: an implementation of reagents both as combinators and an embedded DSL

  • data: concurrent data structures built from reagents

  • sync: synchronization primitives built from reagents

  • tests: all testing code

  • bench: benchmarking infrastructure and specific benchmarks

  • by-hand: hand-coded versions of data structures and synchronizers, for comparison purposes