Skip to content

ConorOBrien-Foxx/o

 
 

Repository files navigation

O

Build Status Latest Release Issues in progress

O is a esoteric programming language used for CodeGolf. It was inspired by languages like GolfScript, Pyth, K, and ><>, but it has grown into its own language with many cool features. The current interpreter is written in C. You can find the old Java interpreter on the java-interpreter branch.

All documentation for the language is on ReadTheDocs. You can try the language out online at Heroku.

Throughput Graph

Examples

Here are some examples of O.

Hello World

"Hello, World!

Try it online

Factorial

H,;]*

Try it online

Cat

i

Try it online

Fibonacci

0J;1Kpj{K:VJ+:KpV:J;}d

Try it online

About

⭕ is a stack-based golfing esoteric language inspired by GolfScript, Pyth, and K.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 57.8%
  • CoffeeScript 19.6%
  • Python 10.4%
  • HTML 7.6%
  • JavaScript 4.2%
  • Makefile 0.4%