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

f-string support #175

Open
paulbellamy opened this issue Dec 4, 2019 · 2 comments
Open

f-string support #175

paulbellamy opened this issue Dec 4, 2019 · 2 comments

Comments

@paulbellamy
Copy link

It would be awesome to support python3.6 f-strings, introduced here. For example:

name = 'paul'
message =  'hello'
str = f'{name} says {message}'
@LightAndLight
Copy link
Contributor

Hey Paul, thanks for the interest :)

I definitely agree, but I'm not actively working on hpython right now. Are you currently using the library for anything? If there is a large enough demand, I can make a case for spending some quality time on it.

@paulbellamy
Copy link
Author

Ah, got it. We're using it to parse our python codebase and generate some api clients based on it. So far super impressed, and it has been great, so thanks for the library. :)

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