forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 1
Lib fmt
Graydon Hoare edited this page Jul 27, 2013
·
6 revisions
Module editing plan template
- Proposed editor: your name
- Date proposed: date of proposal
- Link: link to email
- "RFC: User-implementable format specifiers w/ compile-time checks" 2013-05-03
- "Redesigning fmt!" 2013-07-26
- Some notes in "bikeshedding println() and friends"
- Standard: standard - link to docs - ...
- Standard: standard - link to docs - ...
- Technique: ICU/Java-stype MessageFormat - http://www.icu-project.org/apiref/icu4j/com/ibm/icu/text/MessageFormat.html - http://docs.oracle.com/javase/1.4.2/docs/api/java/text/MessageFormat.html
Something like the MessageFormat specifier should be our default, given that it's the leading approach to the needs of i18n.
- Language: C++ - boost format
- Language: Java - java.text.MessageFormat - java.util.Formatter
- Language: Common Lisp - Format
- Language: Python 3 - Format strings
- Language: C/POSIX - ICU MessageFormat - Printf
- Language: C#/.NET - Formatting types
- Language: Go - go.fmt
- Language: JS - MessageFormat.js
- Pull request: link to bug
- note
- note
- note