An open API service indexing awesome lists of open source software.

https://github.com/raviqqe/lazy-ein

JSON meets Haskell.
https://github.com/raviqqe/lazy-ein

concurrent functional parallel programming-language

Last synced: 9 months ago
JSON representation

JSON meets Haskell.

Awesome Lists containing this project

README

          

# Ein

[![Circle CI](https://img.shields.io/circleci/project/github/raviqqe/lazy-ein/master.svg?style=flat-square)](https://circleci.com/gh/raviqqe/lazy-ein)
[![Codecov](https://img.shields.io/codecov/c/github/raviqqe/lazy-ein.svg?style=flat-square)](https://codecov.io/gh/raviqqe/lazy-ein)
[![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/raviqqe/lazy-ein.svg?style=flat-square)](https://codeclimate.com/github/raviqqe/lazy-ein)
[![Go Report Card](https://goreportcard.com/badge/github.com/raviqqe/lazy-ein?style=flat-square)](https://goreportcard.com/report/github.com/raviqqe/lazy-ein)
[![License](https://img.shields.io/github/license/raviqqe/lazy-ein.svg?style=flat-square)](LICENSE)

JSON meets Haskell.

## Introduction

Ein is a functional programming language which combines JSON's simplicity
with Haskell's purity and laziness.

## License

[MIT](LICENSE)