タグ

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

タグの絞り込みを解除

schemeとemacsに関するantipopのブックマーク (8)

  • EmacsWiki: Par Edit

    ParEdit (paredit.el) is a minor mode for performing structured editing of S-expression data, e.g. Lisp or Scheme source code. ParEdit helps keep parentheses balanced and adds many keys for moving S-expressions and moving around in S-expressions. Its behavior can be jarring for those who may want transient periods of unbalanced parentheses, such as when typing parentheses directly or commenting out

  • ANN: scheme-complete.el - smart tab completion

    scheme-complete.el is a single function that can be used with any Emacs scheme mode. It provides real-time, lexical-scope aware type inferencing tab-completion for any R5RS scheme, with extensibility for implementation-specific features (currently only Chicken and Gauche are customized).For example, given the text (string-ref (n^ where the cursor is represented by ^, typing tab (or whatever you bi

  • 小黒さんのSchemeにおける glint + Emacs + flymake を試してみた - ひげぽん OSとか作っちゃうかMona-

    id:koguro:20080309:1205012807 で公開されている小黒さんの glint を試してみました。 昨日の Gauche.night で発表されていたのものですがこれを待っていました!。 こんな便利なものを作ってくれ小黒さんに感謝。 何ができるか? glint は Gauche 用に書いたソースコードの syntax チェックをしてくれます。 これと Emacs の flymake (Emacs22 からは標準で付属)を組み合わせるとソースの編集中に syntax エラーが分かります。 インストール Gauche 0.8.13 をあらかじめインストールしておいてください。他のバージョンでは動作しない可能性があるので注意してください。 wget http://homepage.mac.com/naoki.koguro/prog/codecheck/codecheck-0.

    小黒さんのSchemeにおける glint + Emacs + flymake を試してみた - ひげぽん OSとか作っちゃうかMona-
  • Gauche でテスト作成支援 gca.el - ひげぽん OSとか作っちゃうかMona-

    昨日、「test* に与えるテスト名の命名が面倒だ」と書いた所、naotoさんから gca.el という koguroさん作の Emacs Lisp を教えていただきました。 これは便利。 gca.el テストケース作成支援のためのツールを作りました(拙作のEmacs用のユーティリティに含めてあります gca-20060903.tar.gz)。 単体テストをきちんと書くのは面倒ですが、通常コードを書くときは、無意識のうちにgosh上で動作確認をしつつコードを書き進めているかと思います。この動作確認の結果を基に単体テストを作成してしまおうというのがこのツールです。 デモ 実際に動作しているデモムービーを見るとわかりやすいです。(GaucheFest:koguroにあります) デモムービー(mov形式) 4.8MB デモムービー(wmv形式) 2.4MB インストール gca.el の先頭に書

    Gauche でテスト作成支援 gca.el - ひげぽん OSとか作っちゃうかMona-
    antipop
    antipop 2007/11/08
    おーーーー!素晴しい。
  • Inferior Gauche Mode

    何?主な機能インタラクティブに評価補完設定DownloadKeys更新履歴Known Bugs式の無いバッファで評価すると…何?Gaucheをもっと活用したいと思うのですが、すでにそこに動いているEmacs Lispを使ってしまって一向にGaucheを使いこなせるようになりません。Gauche用のlisp-interaction-modeのようなものを作って、Emacsを起動したらそこにGaucheが動いているという状態にすれば何のストレスもなくGaucheを使えるようになるのではないかと思って作ったElispです。主な機能インタラクティブに評価式の後で"C-x C-e"と打てば、ミニバッファに評価結果を表示します。 と補完できます。設定ロードパスの通ったところにファイルを置いて、.emacsに(require 'inferior-gauche)等を書いておけば、"M-x inferior

  • gauche-mode.el - 月の塵

  • Thread: [Gauche-devel] ANN: scheme-complete.el - smart tab completion | Gauche

    scheme-complete.el is a single function that can be used with any Emacs scheme mode. It provides real-time, lexical-scope aware type inferencing tab-completion for any R5RS scheme, with extensibility for implementation-specific features (currently only Chicken and Gauche are customized). For example, given the text (string-ref (n^ where the cursor is represented by ^, typing tab (or whatever you b

    antipop
    antipop 2007/10/17
    scheme-complete.el作ったぉ><ノみたいな。いい感じそう!使う。
  • Lispy Days

    Quack は Emacs 用の高機能な Scheme モードです。 Scheme 書く時は大抵コレ使ってます。 (PLT Scheme だけは附属のエディタ使いますが) Quack for Emacs 様々な Scheme 処理系に対応(Gauche もおっけー) マニュアルを読む機能がある SRFI を読む機能がある 見た目もそこそこ。lambda を λ と表示したりとか インストールが簡単(メニューからマウスでほとんど選べる) rlwrap による readline 支援 for Gauche シンプルが信条の Scheme にあって,正規表現を標準装備,ライブラリも結構充実と,何故か Common Lisp より快適な処理系 gauche だが,まだ行編集やコマンドヒストリ機能が無い.Emacs から使う時はあまり困らないのだが,やはり単独で動かすときは行編集機能くらいは欲しい…

  • 1