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

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.

Awesome Lists containing this project

README

          

[![GitHub release](https://img.shields.io/github/release/elliotchance/ok.svg)](https://github.com/elliotchance/ok/releases/)
[![Build Status](https://travis-ci.org/elliotchance/ok.svg?branch=master)](https://travis-ci.org/elliotchance/ok)
[![codecov](https://codecov.io/gh/elliotchance/ok/branch/master/graph/badge.svg)](https://codecov.io/gh/elliotchance/ok)
[![License: MIT](https://img.shields.io/badge/license-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Join the chat at https://gitter.im/ok-lang/community](https://badges.gitter.im/ok-lang/community.svg)](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.