This package browser is in early development. Mind the rough edges.

guile-srfi-234 1.0.0-1.2c7c3df

Topological sorting module for Guile Scheme

Topological sorting is an algorithm that takes a graph consisting of nodes and other nodes that depend on them, forming a partial order, and returns a list representing a total ordering of the graph. If the graph is cyclic, the topological sort will fail. The procedure topological-sort returns three values. If sorting succeeds, the first value contains the result and the second and third are #false. If sorting fails, the result is #false and the second and third value may provide additional information about the error.

Installation

Install guile-srfi-234 1.0.0-1.2c7c3df as follows:

guix install guile-srfi-234@1.0.0-1.2c7c3df

Or install the latest version:

guix install guile-srfi-234

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.