普段はfirefoxなんだけど、いまはsafariでブログ記事。
それで、手軽にリンクを作成したくて。
Apple - Safari - Safari Extensions Gallery
SafariでCreateLinkの代わりとしてFormat LinkでタブのURLコピペ : 或る阿呆の記
さくっと作れそうな気もするけど、make link....
でも、きっと難しんだろうな。。。
brew install leiningen
sudo port install maven3 sudo port select --set maven maven3
$ port search gauche
gauche @0.9.3.3 (lang)
A script interpreter based on Scheme
gauche-c-wrapper @0.6.1_1 (lang)
c-wrapper is a FFI (Foreign Function Interface) for Gauche.
gauche-dbd-mysql @0.2.1_1 (databases)
Gauche database driver for MySQL
gauche-dbd-pg @0.2.1 (databases)
Gauche database driver for PostgreSQL
gauche-gl @0.4.4 (lang)
OpenGL binding for the Gauche
gauche-gtk @0.4.1 (lang)
Gauche extension module to use GTK
gauche-readline @0.1_1 (devel)
gauche-readline adds input line editing feature to Gauche
Found 7 ports.
$ sudo port install gauche-readline入れてみたけど、いまいち使い方がわからず。
$ port contents gauche-readline
Port gauche-readline contains:
/opt/local/share/gauche-0.9/site/lib/readline.scm
/opt/local/share/gauche-0.9/site/lib/readline/history.scm
/opt/local/share/gauche-0.9/site/lib/readline/keymap.scm
/opt/local/share/gauche-0.9/site/lib/readline/term-util.scm
$ sudo port install rlwrap
$ which rlwrap
/opt/local/bin/rlwrap使い方
$ rlwrap goshこれで矢印がきくようになった。。。。
open Eclipse.app/
./DIST gen
./configure
make
echo "/* Generated automatically from gc config header; do not edit. */" > gauche/config_threads.h
grep '^#define GC_[0-9A-Z_]*THREADS' ../gc/include/private/config.h >> gauche/config_threads.h || :
GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" gosh -l./preload -I../src -I../lib geninsn ./vminsn.scm
/bin/sh: gosh: command not found
make[1]: *** [gauche/vminsn.h] Error 127
make: *** [all] Error 1
./configureしたらできた。
make
/usr/local/bin/gosh
Gauche scheme shell, version 0.9.3.3 [utf-8,pthreads], x86_64-apple-darwin13.0.0
/usr/local/bin/gosh -Vになった。
Gauche scheme shell, version 0.9.4_pre3 [utf-8,pthreads], x86_64-apple-darwin13.0.0
/opt/local/bin/goshにあるわけで、実行時の指定は、ports版のほうが先だけど.... まあいいか