Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 816 Bytes

index.rst

File metadata and controls

34 lines (23 loc) · 816 Bytes

Welcome to Coo-lang documentation!

Coo is a programming language designed and implemented by pwxcoo independently.

Attention!

It's pwxcoo undergraduate graduation project, and it exists some PL design unreasonable, please treat Coo-lang in a critical way while using.

Coo has following characteristics:

  • Turing Completeness
  • Statically Typed
  • Simple Type Inferring
  • Lambda Expression
  • Lazy Evaluation
  • ...
.. toctree::
   :maxdepth: 2

   commenting
   type_system
   variables
   function
   control