emac初步教程和lisp的helloworld和

lisp教程
lisp就当成是括号语言就行了
http://wenku.baidu.com/view/4e570b9951e79b8968022624.html
emacs的windows版本呢的下载
http://ftp.gnu.org/pub/gnu/emacs/windows/emacs-23.1-bin-i386.zip

securecrt里面的 emulation可以选择 emacs的meta键
emacs教程 看附件


apt-get install guile-2.0

插件安装http://forum.ubuntu.org.cn/viewtopic.php?t=344044

root@ubuntu:~# guile
GNU Guile 2.0.5-deb+1-1
Copyright (C) 1995-2012 Free Software Foundation, Inc.

Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.

Enter `,help' for help.
scheme@(guile-user)> 123
$1 = 123
scheme@(guile-user)> 

猜你喜欢

转载自haoningabc.iteye.com/blog/1512910