[Gauche-devel-jp] Re: slib:format

Back to archive index

Alex Shinn foof****@synth*****
2003年 12月 18日 (木) 11:12:20 JST


At Thu, 18 Dec 2003 10:18:45 +0900, Kimura Fuyuki wrote:
> 
> なお、さっき指摘されて気づいたのですが、2d6以降のslibからはformatが抜
> かれています。
> 
> The `format.scm' package was removed because it was not reentrant.
> 
> だそうです。(infoのサンプルでは使っていたりするので注意が必要)

こちらにreentrantのformatがあります:

  http://synthcode.com/scheme/cl-format.scm

まだ全てのCLの機能がないのに、Gaucheのformatのスーパーセットだし、私の使
いとして十番だと思います:

  > (use util.cl-format)
  > (cl-format "~,3F" 3.14159)
  "3.142"
  > (cl-format "~@R" 1997)
  "MCMXCVII"

-- 
Alex



Gauche-devel-jp メーリングリストの案内
Back to archive index