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

String formatting #16

Open
gustavwilliam opened this issue Dec 27, 2020 · 0 comments
Open

String formatting #16

gustavwilliam opened this issue Dec 27, 2020 · 0 comments

Comments

@gustavwilliam
Copy link
Member

Formatting strings is an important part of any language. Here's one possible way to do it

>>> "Gustav" :name var
>>> "Hello {0}!" {name}] format println
"Hello Gustav!"

This would use linked lists to store the values to replace the placeholders in the string with. Just like in python, we could include some interesting options for the formatting (by changing what is inside the {} in the string).

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

1 participant