Languages Features Creators Calendar CSV Resources Blog About Pricing Add Language
GitHub icon

OK

OK - Programming language

< >

OK is a programming language created in 2021 by Jesse Duffield.

#1596on PLDB 2Years Old 177Users
0Books 0Papers

Try now: Web

Welcome to the future of programming languages: OK?


Example from the web:
let divide = fn(a, b) { return switch b { case 0: [NO!, "cannot divide by zero"]; default: [a / b, ""]; }; }; result = divide(5, 0) switch result[1] { case "": puts(result[0]) default: puts(result[1]) // prints "cannot divide by zero" }
basic4android.html 路 ok.html 路 elfe.html

View source

- Build the next great programming language Search v2023 Day 205 Docs Acknowledgements Traffic Traffic Today Mirrors GitHub feedback@pldb.com