タグ

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

タグの絞り込みを解除

Lispに関するpunitanのブックマーク (10)

  • 第2回 Quicklispによるライブラリ環境

    Common Lispのライブラリを利用するのに、以前はASDF-Installを使っていました。しかし、ASDF-Installは外部のシェルコマンドに依存するためWindowsでの利用が面倒だったり、接続先のサーバが落ちていてダウンロードできなかったり、ダウンロードできたとしてもビルドできないといったことが多くありました。 これを解決するためにZach Beaneが開発したのがQuicklispです。現在BETA公開中で、いくつか制限事項はありますが、誰でも利用できるようになっています。 Quicklisp BETA セットアップ まずはQuicklisp自身をインストールします。以下のリンクからQuicklispをダウンロードしてください。 Quicklispをダウンロードする あなたのLisp処理系 (きっとSBCL以外でしょうね) を起動し、以下のコードを実行してください。 (l

    punitan
    punitan 2011/03/21
  • 第1回 Common Lisp処理系のインストール

    同僚の深町さんと「モダンCommon Lisp」シリーズを初めることになりました。今回はCommon Lisp処理系のインストール方法について解説します。 どの処理系を使うか Common Lispには処理系が多数存在するため、プログラミングを初める前に、まずどの処理系を使うか決めなくてはなりません。商用ならAllegro CLでほぼ一択のようですが、お金がかかりますし、プロプライエタリソフトウェアですから、今回は候補から除外します。 無料で手に入る(フリーな)処理系としてはSBCLが有名です。多くのライブラリでサポートされている処理系であり、コンパイラの品質が高い(速いコードが生成される)という強みを持っていますが、スレッドサポートがかなり怪しいらしく(未確認)、またコンパイルに非常に時間がかかるという問題を持っています(開発のテンポに影響)。 SBCL以外には、例えばCLISPなどがあ

    punitan
    punitan 2011/03/21
  • Lisp interpreter in 90 lines of C++

    I've enjoyed reading Peter Norvig's recent articles on Lisp. He implements a Scheme interpreter in 90 lines of Python in the first, and develops it further in the second. Just for fun I wondered if I could write one in C++. My goals would be 1. A Lisp interpreter that would complete Peter's Lis.py test cases correctly... 2. ...in no more than 90 lines of C++. Although I've been thinking about this

  • not found

    punitan
    punitan 2010/09/09
  • Download On Lisp

    With thanks to Alan Apt of Prentice Hall for giving me back the copyright and Chip Coldwell for reproducing it from the original tex files, here finally is a digital version of On Lisp. [600K Compressed Postscript File] [1412K Postscript File] [1030K PDF File] This is identical to the printed version, except that nine diagrams are missing. If you see a blank figure, that's what happened. These unf

  • Shibuya.lisp

    punitan
    punitan 2010/08/30
  • 【ELIS復活祭(その1)】「若い人にLISPの技術を伝えたい」,伝説のLISPマシン「ELIS」のイベントが開催

    LISPというプログラミング言語がある。FORTRANに次いで古い言語だとされ,主に人工知能やエキスパート・システムの研究・開発に使われてきた。現在ではあまり開発者人口は多くないが,若い技術者が中心になってLISPに特化したコミュニティ「Shibuya.lisp」を立ち上げたり,長らく絶版だった「初めての人のためのLISP」という書籍が復刊されたりするなど,再び注目を集めつつある。 人工知能の研究が華やかなりし1980年代前後には,LISPの実行をハードウエアでサポートするコンピュータ,いわゆる「LISPマシン」(Wikipediaの記述)と呼ばれる製品カテゴリが存在した。その一つが,NTT 電気通信研究所が開発し,NTTインテリジェントテクノロジ(現在のNTTアイティ)が1987年に発売した「ELIS」というワークステーションである。世界で初めて1チップLSIのCPUで実現されたLISP

    【ELIS復活祭(その1)】「若い人にLISPの技術を伝えたい」,伝説のLISPマシン「ELIS」のイベントが開催
    punitan
    punitan 2010/08/20
  • Lisp一夜漬け

    Lisp 一夜漬け 「Lisp 一夜漬け」は、ソフトバンクの月刊誌『Oh!X』の 1995年10月号〜1995年12月号に掲載された Lisp 講座です。 ここでは、掲載当時の X68000 に特化した部分などは削除してあります。 (ということは、1995年12月号掲載ぶんは全削除です) Lispの書き方 (1997.09.26 21:55) Lisp の世界 関数という概念 書き方 変数 制御と述語 関数定義 リスト (1997.10.01 00:50) Lisp におけるデータ型 ドット対 ドット対からリストへ nil について リストの定義 リストを扱う関数 リストを扱うプログラムを作る

    punitan
    punitan 2010/06/27
  • Practical Common Lisp

    that book is dead sexy —Xach on #lisp (more blurbs) This page, and the pages it links to, contain text of the Common Lisp book Practical Common Lisp published by Apress These pages now contain the final text as it appears in the book. If you find errors in these pages, please send email to book@gigamonkeys.com. These pages will remain online in perpetuity—I hope they will serve as a useful introdu

    punitan
    punitan 2010/06/26
  • (書籍)On Lisp ポールグラハム

    On Lisp is a comprehensive study of advanced Lisp techniques, with bottom-up programming as the unifying theme. It gives the first complete description of macros and macro applications. The book also covers important subjects related to bottom-up programming, including functional programming, rapid prototyping, interactive development, and embedded languages. The final chapter takes a deeper look

    punitan
    punitan 2010/06/17
  • 1