Lisp for iOS, Android, and OS X.Creating mobile applications shouldn't require you to do everything in Java and Objective-C. With mocl, you can put your application logic into a shared Lisp library that runs on iOS, Android, and even OS X. Furthermore, since mocl runs an expansive subset of Common Lisp, an ANSI standard like C, you can also run your CL code on other implementations, and target the
Why I Like CALL-WITH-* Style In Macros # hacking, June 6th 2007 One, fairly common, style of writing macros is to expand WITH-* into CALL-WITH-*: (defmacro with-foo ((foo) &body body) `(call-with-foo (lambda (,foo) ,@body))) (defun call-with-foo (function) (let (foo) (unwind-protect (funcall function (setf foo (get-foo))) (when foo (release-foo foo))))) There are several advantages to this, in com
SLIME の公式ページ から入手可能です.現在は ArmedBearCL, AllegroCL, CLISP , Corman Lisp, CMUCL, ECL, LispWorks, OpenMCL, SBCL, Scieneer Common Lisp といった処理系に対応.( Scheme48 に対応した SLIME48 もあります) 別プロセスで起動した lisp 処理系とソケット経由で通信する 関数の引数表示 シンボルの補完機能 ( **例:** ``m-v-b TAB => multiple-value-bind`` ) コマンド一発で HyperSpec が引ける コンパイラの note, warning, error をソース上で示してくれる(下線が引かれて,カーソルを合わせると詳細がでる) 親切なデバッガ(バックトレース上でカーソルを合せると詳細が表示されたりとか) 現
Go to the first, previous, next, last section, table of contents. リストとS式 リストを扱うEmacsのキーは通常,Control-Metaに割り当てるのが習慣 です.それらは対応するControl-やMeta-のキーの機能に似た働き をします.これらのコマンドは,プログラム言語で使われる式を扱うように作ら れていますが,他の言語(英語でも)かっこが使われているなら,やはり便利に使 用できます. コマンドは2つに分類されます.1つはリスト(かっこでまとめられたグループ) だけを扱います.それらは,かっこ類`()',`[]',`{}'(使っ ている言語でこれらはつねに対でなければなりません),及びかっこそのものを 表すのに使うエスケープ文字以外の文字は考慮しません. もう1つのコマンドは式やS式を扱います.S式とは Symbo
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く