Skip to content

Commit

Permalink
improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
uriva committed Aug 13, 2023
1 parent 06a6263 commit 621165e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Buckets to pipelines](https://www.ku.ac.ae/wp-content/uploads/2019/11/Oil-and-gas-pipelines-running-through-the-desert_resized.jpg)

`gamla` is a functional programming library for Javascript/Typescript.
`gamla` is a zero-deps functional programming library for Javascript/Typescript.

## Installation

Expand All @@ -14,11 +14,12 @@ deno: `import { pipe } from "https://deno.land/x/gamla/src/index.ts";`

This library allows you to write in typescript/javascript using composition.

It has two main advantages over similar libs:
It has two main advantages over the native functional APIs and similar libs
(`ramda` and `lodash`):

1. It supports mixing async and sync functions
1. As oppposed to `ramda` and other libraries it keeps typing information, so
you get type safety when programming in pipelines.
1. It keeps typing information, so you get type safety when programming in
pipelines.

## Use cases

Expand Down

0 comments on commit 621165e

Please sign in to comment.