rickroll-lang icon indicating copy to clipboard operation
rickroll-lang copied to clipboard

Proposition for key words

Open leenapps opened this issue 4 years ago • 4 comments
trafficstars

class Rick : Singer{
  // constructor
  gonna_make_you()
    i.hariColor=red
  understand
  // private variables
  Inside var hairColor;
  // public variable 
  Stranger var concertLocation {
    // getter
     get_this_from {
      return I.concertLocation
    }
  }

  
  // member functions
  gonna sing(){
    tell_you_how_im_feeling ("we're no strangers to love")
  }

  gonna giveYouUp(){
    fatalError()
  }
  gonna letYouDown(){
    fatalError()
  }
}

leenapps avatar Nov 08 '21 23:11 leenapps

Thank you for your advice! However, we decide only to change the function keyword, but not to change the fundamental syntax.

SatinWukerORIG avatar Nov 09 '21 00:11 SatinWukerORIG

I have some ideas! desert you can be used to raise exceptions. a full commitment's what I'm thinking of could be used for aync programming (I don't know how, lol). I'm still thinking what run around use-case would be...

Rudxain avatar Oct 19 '22 20:10 Rudxain

a keyword for async would be nice (so i can make a discord bot lol)

FusionSid avatar Oct 20 '22 06:10 FusionSid

This is a very late reply, I know hahaha. I will try to add the async keyword and finish it by today. I'm sorry that I did not fulfill your valuable requests.

SatinWukerORIG avatar Jun 18 '23 03:06 SatinWukerORIG