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

implement printf() and friends #1

Closed
duckinator opened this issue Jan 5, 2018 · 3 comments
Closed

implement printf() and friends #1

duckinator opened this issue Jan 5, 2018 · 3 comments

Comments

@duckinator
Copy link
Member

It'd be good to have an actual printf(): http://en.cppreference.com/w/c/io/fprintf

But I do also want a more Python-esque format():

format("foo {} {} bar", 3, "meep"); //=> "foo 3 meep bar"
@duckinator
Copy link
Member Author

This is in-progress on the printf branch.

@duckinator
Copy link
Member Author

a lot of stuff from Ali should be pulled out into a library that's not building off an actual standard. format(...), if it ever is implemented, should fall into that category.

@duckinator duckinator changed the title implement printf(), format(), etc? implement printf() and friends Aug 17, 2021
@duckinator
Copy link
Member Author

#46 added a solid printf() implementation. I opened #48 about the functionality related to printing floating point numbers, since I feel that can be a separate thing.

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