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

https://github.com/aamulumi/extreme-typescript

Stupid experiments with Typescript to code things only with types
https://github.com/aamulumi/extreme-typescript

Last synced: 26 days ago
JSON representation

Stupid experiments with Typescript to code things only with types

Awesome Lists containing this project

README

        

# ExTS // Extreme Typescript

This repository contains my work on doing stupid things with only Typescript types system.

## Available

- [Integer calculator](./src/integer-calculator.ts) // [Article](https://aamulumi.info/Dev/The-Useless-Type-Calculator-in-Typescript)
- [Sort algorithm](./src/sort-algorithm.ts) // [Article](https://aamulumi.info/Dev/The-Useless-Type-Array-Sorter-in-Typescript)
- [Brainfuck compiler](./src/brainfuck-compiler.ts)

## Current work

- [Decimals](./src/decimals.ts)

## Author words

That's my funny repo. Use my code if you want (especially to teach Typescript) and I sporadically work on this.
Oh, and thanks to all the people who believed in me and my strange sense of entertainment.

## License

[MIT Licence](./LICENSE)