[racket-users] Re: Formatting Function

2015-10-15 Thread Taro Annual
2015年10月13日火曜日 3時28分13秒 UTC+9 George Neuner:
> On Mon, 12 Oct 2015 12:28:56 -0400, Deren Dohoda
>  wrote:
> 
> >Probably racket/format is what you need to look at.
> >http://docs.racket-lang.org/reference/strings.html#%28mod-path._racket%2Fformat%29
> 
> 
> Or  SRFI 48:
> 
> http://docs.racket-lang.org/srfi/srfi-std/srfi-48.html
> 
> racket/format is more capable, but the SRFI fomat may be simpler to
> use if you are just looking for something like C printf().
> 
> George

Thank you, Daren.
Thank you, George.

I'm just busy this week and I'm not willing to ignore.

Taro

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[racket-users] Re: Formatting Function

2015-10-12 Thread George Neuner
On Mon, 12 Oct 2015 12:28:56 -0400, Deren Dohoda
 wrote:

>Probably racket/format is what you need to look at.
>http://docs.racket-lang.org/reference/strings.html#%28mod-path._racket%2Fformat%29


Or  SRFI 48:

http://docs.racket-lang.org/srfi/srfi-std/srfi-48.html

racket/format is more capable, but the SRFI fomat may be simpler to
use if you are just looking for something like C printf().

George

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.