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

Do away with python-style ident? #1159

Open
arjunmenon opened this issue Jul 3, 2024 · 1 comment
Open

Do away with python-style ident? #1159

arjunmenon opened this issue Jul 3, 2024 · 1 comment

Comments

@arjunmenon
Copy link

Hi, I just discovered this project. Congratulations on achieving such high performance over luajit.

One suggestion, not sure how it will ring but just putting it out. Possible to do away with python-style ident?
Whitespace like that make it, to some extent, less approachable without IDE. Simple statements on newlines does the job and make it easier to script without worrying too much about visual alignment.

Curly braces are a nice addition for anyone used to a c-style lang.

Thoughts?

@borisbat
Copy link
Collaborator

borisbat commented Jul 4, 2024

can already use curly bracers. i.e. block can be open on the same line, and from that point on nested blocks are that of C style. and ; is required. we are currently discussing explicit C-style syntax via option \ code of policies.

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

2 participants