Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 625 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 625 Bytes

catlang

Andrew Nelis:

Python implementation of the cat language ( http://www.cat-language.com ).

I am not actively working on this, however there seems to be enough interest in making it available for people.

Changes or bug fixes are most welcome, submitting them as pull requests here on github would be a good idea.

Otherwise do with this as you will.

Wayne Wiitanen:

I am actively working with catlang.

  • Implemented almost all "standard" cat words
  • Namespaces
  • Importing modules and classes
  • Tag searching
  • Full documentation of every word (function)

Among other things.