Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/swissmanu/trampoline-typescript
- Owner: swissmanu
- License: mit
- Created: 2017-10-25T11:31:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-25T11:45:00.000Z (over 7 years ago)
- Last Synced: 2024-12-09T09:18:18.617Z (about 2 months ago)
- Topics: functional-programming, pattern, trampoline, typescript
- Language: TypeScript
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/