https://github.com/bfontaine/k99
99 K Problems
https://github.com/bfontaine/k99
experiment k
Last synced: 4 months ago
JSON representation
99 K Problems
- Host: GitHub
- URL: https://github.com/bfontaine/k99
- Owner: bfontaine
- License: mit
- Created: 2017-01-25T22:22:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-29T21:58:07.000Z (over 9 years ago)
- Last Synced: 2025-10-10T17:15:57.879Z (8 months ago)
- Topics: experiment, k
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 99 K Problems
This repository represents my attempt at learning [K][] using the open-source
implementation [Kona][].
[K]: https://en.wikipedia.org/wiki/K_(programming_language)
[Kona]: https://kona.github.io/#/
## Setup
[Install Kona](https://github.com/kevinlawler/kona#installation). On macOS with
Homebrew you can use the following command:
brew install bfontaine/languages/kona
## Solutions
You can test the solutions with the following command:
echo | k k99.k k99_test.k
* `k99.k` contains the solutions
* `k99_test.k` contains basic tests
## Resources
It is unsurprisingly hard to find resources about K given its name and the size
of its community (small).
* [Kona’s wiki](https://github.com/kevinlawler/kona/wiki)
* [Intro to K](https://www.cs.nyu.edu/courses/fall02/G22.3033-007/kintro.html)
* [Verbs](https://github.com/kevinlawler/kona/wiki/Verbs-Classification) aka
basic operations