https://github.com/elliotchance/ok
🆗 - a strongly-duck-typed language.
https://github.com/elliotchance/ok
language
Last synced: 6 months ago
JSON representation
🆗 - a strongly-duck-typed language.
- Host: GitHub
- URL: https://github.com/elliotchance/ok
- Owner: elliotchance
- License: mit
- Created: 2020-06-04T04:55:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-04T05:02:09.000Z (over 4 years ago)
- Last Synced: 2025-03-29T23:41:13.251Z (7 months ago)
- Topics: language
- Language: Go
- Homepage:
- Size: 26.5 MB
- Stars: 19
- Watchers: 3
- Forks: 5
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/elliotchance/ok/releases/)
[](https://travis-ci.org/elliotchance/ok)
[](https://codecov.io/gh/elliotchance/ok)
[](https://opensource.org/licenses/MIT)
[](https://gitter.im/ok-lang/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)**ok** is a strongly-duck-typed language. It has the rigidness and runtime
safety of a strongly-typed language while providing a lot flexibility through
interfaces and a simplified typing system.You can try it now (with examples) at [play.getok.dev](https://play.getok.dev),
or read more about the language highlights in
[Why OK?](https://github.com/elliotchance/ok/wiki/Why-OK%3F).[Visit the wiki](https://github.com/elliotchance/ok/wiki) for full
documentation.