DEV Community

Discussion on: What was your win this week?

Collapse
 
bauripalash profile image
Palash Bauri πŸ‘»

This week , I finished designing a programming language , MewMew , which let's one program in cats' language.

GitHub logo bauripalash / mewmew

/ᐠqꞈqᐟ\ MewMew Programming Language - Program in Cats' Language

/ᐠqꞈqᐟ\ MewMew Programming Language

Program in Cats' Language

MewMew 🐱 is an Esoteric Just for Fun programming language. You can use MewMew to program in cats' language.

πŸŽ‰ Get Started

😸 Integers

There's no concept of numbers (eg. 1 2 3 4 100) in MewMew, instead we use mews. 1 mew is equal to 1 , therefor mewmew = 2 , mewmewmew = 3 , mewmewmewmewmewmewmewmewmewmew = 10. (You got the Idea right)

😸 Operators

MewMew supports a few types of operators =>

  • + -> Addition
  • - -> Subtraction
  • * -> Multiplication
  • / -> Division
  • ** -> Power
  • ~ -> Absolute Value
  • - -> Unary Minus
  • > -> Greater than
  • >= -> Greater than equal to
  • < -> Less than
  • <= -> Less than equal to
  • == -> Is Equal to
  • != -> Not Equal to
  • & -> And
  • | -> Or
  • % -> Modulus (Remainder)

😸 Identifiers

MewMew…