foof


Alex Shinnです。

ホームページ

http://synthcode.com/


「foof」って何?


注意


過去


現在

  -- gauche.reload      - ファイルシステムで変更されたモジュールを積み直す
  -- binary.pack        - Perlのpack/unpack互換のルーチン
  -- util.lcs           - Longest Common Subsequence
  -- util.let-objects   - OO 局所定義
  -- util.huffman       - データ圧縮
  -- util.combinations  - 組合せ
  -- file.find          - util.searchで実現する中
  -- text.gettext       - まだドキュメントされてない
  -- term.*             - ANSIカラー、stty等
  -- irc.*              - net.*で実現する中
  -- vc.*               - 版数管理

未来

  -- util.hex         - utility to format hexdumps
  -- util.inheritance - lightweight inheritance module
  -- util.units       - (si-parse-number "32M") => 33554432
  -- util.search      - general search, a*search, etc.
  -- util.memoize     - procedure memoization
  -- util.gzip        - with-input-from-gzipped-file

まだAPIを決めってない

  -- net.client - abstract module for net clients
  -- net.server - abstract module for net servers
  -- net.smtp   - SMTP net client with send-mail utility procedure
  -- net.nntp   - NNTP net client with post-article utility procedure
  -- net.http   - HTTP net client
  -- net.ftp    - FTP net client

これは別のプロジェクトになる

  -- binary.elf     - read/write ELF formatted files
  -- binary.asm     - sexp-based assembler
  -- binary.asm.x86 - x86 backend assembler

Last modified : 2013/04/30 23:59:47 UTC