Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposition for key words #32

Open
leenapps opened this issue Nov 8, 2021 · 4 comments
Open

Proposition for key words #32

leenapps opened this issue Nov 8, 2021 · 4 comments

Comments

@leenapps
Copy link

leenapps commented Nov 8, 2021

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()
  }
}
@SatinWukerORIG
Copy link
Member

SatinWukerORIG commented Nov 9, 2021

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

@Rudxain
Copy link
Member

Rudxain commented Oct 19, 2022

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...

@FusionSid
Copy link
Member

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

@SatinWukerORIG
Copy link
Member

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.

This was referenced Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants