Improving the implementation of unnested-sequencep predicate121 (8/28/2011 8:12:05 PM) comp.lang.lisp Tentatively, unnested-sequencep would return true if it is given (num num num .... num) or [num num num .... num] perhaps, the definition could be improved. Certainly, it would be compatible with the existing ... bolega
Newbie question on replace-eval-replacement , replace-quote142 (8/26/2011 4:33:47 AM) comp.lang.lisp While searching in groups, I came across the following discussion. http://groups.google.com/group/gnu.emacs.help/browse_thread/thread/c723bde021ea8183/a2afe24ce98ed739?lnk=gst&q=%22\%2C%22+swap#a2afe24ce98ed73... bolega
GURU NEEDED : macro SQUARE(x) for any type x1290 (1/14/2011 6:46:24 AM) comp.lang.c++ Basically, I have spent a few hours experimenting and searching on the
comp.lang.c/c++
Let me use SQR for brevity and saving line
Here are progressively refined macros :
#define SQR(x) ((x)*(x))
#d... bolega
What's the doc of replace-regexp-in-string saying ?16230 (11/21/2010 11:27:54 PM) comp.unix.shell Hello All,
In this doc, its not clear what the role of \' is ?
Can any kind soul give various examples of usage of this to match and
replace regexp with a given STRING , I repeat, in a STRING, not the
b... bolega
C++: A Guide for C Programmers by Sharam Hekmatpour0112 (11/12/2010 1:39:33 AM) comp.lang.c++ Who has read this ebook ? plz raise your right hands ?
Who has read this ebook ? plz raise your left hands ?
There are more good ebooks also below.
Software prototyping, formal methods, and VDM
Author... bolega
Dr Scheme Live Linux Boot CD - Latest Version140 (11/3/2010 12:58:41 AM) comp.lang.scheme Several years ago I downloaded a drscheme live linux boot CD which served me well when I had to boot my PC for any repairs etc. I think it was based on KNOPPIX. It served dual purpose of running scheme and kno... bolega
identity function with an echo side effect8100 (8/10/2010 8:56:30 PM) comp.lang.lisp After searching google groups and emacs apropos extensively, I could
not find a function, perhaps I am missing one that can return
identically return its argument and has a small side effect of echoing
the a... bolega
C interpreter in Lisp/scheme/python36180 (6/13/2010 11:07:54 PM) comp.lang.lisp I am trying to compare LISP/Scheme/Python for their expressiveness.
For this, I propose a vanilla C interpreter. I have seen a book which
writes C interpreter in C.
The criteria would be the small size a... bolega
lambda inside a let or letrec8126 (6/10/2010 5:34:14 AM) comp.lang.lisp My apologies in advance to comp.lang.scheme and comp.lang.lisp.
I am trying to run a certain syntax inside emacs lisp.
I know basically how let works
(let (list of pairs of var value) (function))
Th... gnuist006(60)
Random number generation in LISP or using it438 (6/10/2009 3:21:39 PM) comp.lang.lisp I am a newbie with the following problem. A the outset let me state that the limitation is that I have to use this inside emacs to scramble a set of chosen lines like you do "reverse-region" or "sort-lines". I... gnuist006(60)
Delphi equivalent in Scheme ?1043 (8/20/2008 3:20:05 AM) comp.lang.scheme Is there a Delphi equivalent in the C world or Scheme/LISP world ? Recently, Delphi is in resurgence. In Russia people are using like crazy. For example, Bolega has written a free image processing program scan... gnuist006(60)
Delphi equivalent in the C world or Scheme/LISP world1125 (8/20/2008 3:19:00 AM) comp.lang.c++ Is there a Delphi equivalent in the C world or Scheme/LISP world ? Recently, Delphi is in resurgence. In Russia people are using like crazy. For example, Bolega has written a free image processing program scan... gnuist006(60)
How to write a string to a file inside emacs ?727 (10/23/2007 4:26:46 PM) comp.lang.lisp Here is the problem: How would you write a string to a file inside emacs ? There is the main buffer that you are viewing called file1. Here you run a lisp function which is supposed to write some text of the f... gnuist006(60)