(defun iedit-symbol-in-defun () "Enter `iedit-mode' to rename the symbol in current function, or exit it." (interactive) (if iedit-mode (progn...
分类:
其他好文 时间:
2015-01-07 20:44:02
阅读次数:
161
如zerop // 判断参数是否为0的函数listp // 判断参数是否是列表的函数p 是 predicate 的缩写predicate['pred?k?t]vi. 断言In the jargon used by the early Lisp researchers, a predicate ref...
分类:
其他好文 时间:
2015-01-05 16:21:59
阅读次数:
106
1、通常我们在使用emacs学习elisp时,先打开一个测试用的文件如lisp.el,这时emacs会自动切换成Emacs-lisp模式如下:在这个lisp.el中输入我们想要学习的各种语法即可。2、列表与函数的区别在官方手册里有如下内容:The single apostrophe, ', that...
分类:
系统相关 时间:
2015-01-04 20:55:00
阅读次数:
310
Re: Generators (iterators) for Gnu EmacsFrom:Richard StallmanSubject:Re: Generators (iterators) for Gnu EmacsDate:Mon, 08 Dec 2014 15:59:22 -0500[[[ T...
分类:
系统相关 时间:
2015-01-04 20:53:21
阅读次数:
224
ANSI Common lisp ExercisesANSI Common lisp Exerciseslisp ExercisesOnline-read address: ANSI Common lispANSI Common lisp ExercisesChapter 2 习题Chapter 3...
分类:
其他好文 时间:
2014-12-27 13:53:47
阅读次数:
220
??
题目要求给出的函数需要完成以下三件事:
写一个函数,接受三个数作为参数判断三个数中较大的两个数计算较大两个数的平方和(两个数的平方之和)
我们从后往前,一步步完成这三个任务。
CSDN没有Lisp。用Python的标记了
#lang racket
;;SICP 1.3
;;try 1
(define (square x)(* x x))
(define (sum x y)(+...
分类:
其他好文 时间:
2014-12-25 22:07:19
阅读次数:
177
在使用Emacs两年之后,突然很想深入的看看这个日常生活中离不开的神器。要做到这一点,必然绕不开emacs lisp这一关。官方推荐的教程:http://gnu.april.org/software/emacs/manual/eintr.html或从百度盘中下载链接: http://pan.baid...
分类:
系统相关 时间:
2014-12-25 20:00:36
阅读次数:
152
2014/12/18~2014/12/20 打算从vim换用emacs,开始emacs入门emacs启动的时候需要加载初始化文件。 When Emacs is started, it normally tries to load a Lisp program from aninitializati....
分类:
系统相关 时间:
2014-12-25 12:43:51
阅读次数:
254
本人擅长Ai、Fw、Fl、Br、Ae、Pr、Id、Ps等软件的安装与卸载,精通CSS、JavaScript、PHP、ASP、C、C++、C#、Java、Ruby、Perl、Lisp、python、Objective-C、ActionScript、Pascal、spss、sas等单词的拼写,熟悉Win...
分类:
其他好文 时间:
2014-12-18 18:33:07
阅读次数:
186
BatchProc是基于AutoCAD二次开发的批处理插件。将程序加载到CAD中,使用自定义的Lisp代码就可对多个文档进行批量操作。
1.文件说明
此程序来自明经CAD社区名为"秋枫"的网友提供,本人通过测试对本程序的使用方法进行说明,以提高CAD图形处理的效率。源程序下载链接如下:
http:/...
分类:
其他好文 时间:
2014-12-16 13:24:37
阅读次数:
1252