chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] new eggs


From: Andrei Barbu
Subject: [Chicken-users] new eggs
Date: Sat, 16 Feb 2013 09:26:49 -0500

Hi,

I've got a bunch of eggs that are ready to go.


These have documentation and are meant as end-user libraries:

nondeterminism - carry out nondeterministic computations with a more
flexible interface than the amb egg
    https://github.com/abarbu/nondeterminism
csp - constraint satisfaction solvers built on top of the above
    https://github.com/abarbu/csp
AD - performs automatic differentiation, takes a function over real
numbers and augments it to return the derivative along with its result
    https://github.com/abarbu/AD
define-structure - a record which provides stateful operations that
are safe in nondeterministic computations, automatic exports, default
reader and printer, and qobischeme-compatible accessor functions
    https://github.com/abarbu/define-structure

These are more infrastructure-oriented and for now come with less documentation:

traversal - various list and vector traversal functions
    https://github.com/abarbu/traversal
linear-algebra - operations on vectors and matrices
    https://github.com/abarbu/linear-algebra
scheme2c-compatibility - misc stuff to make Chicken more compatible
with Scheme->C
    https://github.com/abarbu/scheme2c-compatibility

They all come with associated wiki pages.

Much of this was written in large part by Jeffrey Mark Siskind (much
of it as part of QobiScheme) along with Siddharth Narayanaswamy and
myself.
Could someone make these accessible via chicken-install? Thanks!




Thanks!
Andrei



reply via email to

[Prev in Thread] Current Thread [Next in Thread]