Popularity
0.6
Declining
Activity
0.0
Stable
1
1
0

Monthly Downloads: 32
Programming language: Haskell
License: GNU General Public License v2.0 only
Tags: Data Structures    

subzero alternatives and similar packages

Based on the "Data Structures" category.
Alternatively, view subzero alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of subzero or a related project?

Add another 'Data Structures' Package

README

<!-- SubZero, A haskell library to provide a useful data structure Copyright (C) 2017 Tristan Wibberley

This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -->

subzero

This library was created to provide an intuitive description for straightforward problems like fizzbuzz.

In the case of fizzbuzz, there is an indexed space which has an answer at each point. Ideally we should be able to describe the solution in those terms.

In general this library ends up supporting concepts like containers of optional values, nondeterministic values, etc - unless I find that doesn't work how I expected.

It's a small library and, if and once perfected, probably ought to be a basic facility for anyone from an imperative background.


*Note that all licence references and agreements mentioned in the subzero README section above are relevant to that project's source code only.