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
- Host: GitHub
- URL: https://github.com/aamulumi/extreme-typescript
- Owner: AamuLumi
- License: mit
- Created: 2024-11-11T18:59:23.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-16T23:27:40.000Z (5 months ago)
- Last Synced: 2024-12-17T00:36:54.165Z (5 months ago)
- Language: TypeScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)