Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/swissmanu/trampoline-typescript

Basic Trampolines in TypeScript
https://github.com/swissmanu/trampoline-typescript

functional-programming pattern trampoline typescript

Last synced: about 1 month ago
JSON representation

Basic Trampolines in TypeScript

Awesome Lists containing this project

README

        

# 👟 trampoline-typescript

> Basic Trampolines in TypeScript

## Usage

```
yarn
yarn test
```

## TODO

* [ ] Get rid of initial result in factorial implementation

## Reference

* http://www.datchley.name/recursion-tail-calls-and-trampolines/