タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

schemeに関するdragon3のブックマーク (2)

  • GMailにアクセス - (new Hatena).blog()

    IMAP で GMail にアクセスし、メール一覧を表示するプログラムを PLT Scheme で作ってみました。 SSL 接続の他、メールのタイトル等のデコードの方法、syntax-case でのマクロの作り方といったポイントにも触れていきたいと思います。 SSL ライブラリ PLT には IMAP その他ネットワーク関連のライブラリは充実しているんですが、SSL 接続だけちょっと手間が要るみたいです。次のようなライブラリを作る必要があります。 ssl-url.ss: ;; Reference: http://schemecookbook.org/view/Scm/SslUrl #lang scheme/base (require scheme/unit net/url-structs net/url-sig net/url-unit net/tcp-sig net/ssl-tcp-un

    GMailにアクセス - (new Hatena).blog()
  • The Little Schemer

    The book is a new edition of The Little LISPer, Third Edition. We have substantially revised the existing material and added a chapter and a half. The book and its sequel, The Seasoned Schemer, appeared with MIT Press in December 1995. The chapter includes the discussion of the Y operator from "Why Y Works". Enjoy! Table of ContentsForeword by Gerald J. SussmanPrefaceSample ChapterErrataGoogle Gro

  • 1