Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.08 KB

readme.md

File metadata and controls

18 lines (12 loc) · 1.08 KB

Funcj

Javadocs Build Status

A collection of functional-oriented data structures, algorithms and libraries, for Java.

Introduction

funcj is a collection of functional-oriented data structures, algorithms and libraries.

At present the project consists of the following sub-libraries:

  • core - primarily data and control structures.
  • parser - a combinator parser framework.
  • json - a parser and data model for JSON data.
  • codec - a framework for serialising Java data into streams.