ruby modules and classes237 (3/1/2006 2:57:53 PM) comp.lang.ruby Hello, When I try the code below I get an error. Why is it so? Am I misunderstanding how modules behave? How should the module be written so that `who_am_i' is added as a method to the class Phonograph. modu... Surendra
macro code review!!926 (12/13/2005 10:34:30 AM) comp.lang.lisp Hello, I have written some macros, I will appreciate if some one can comment on the style and correctness of these. With whatever limited testing I have done the macros work, but are there some hidden bugs in... Surendra
CL rss parser?736 (12/7/2005 12:34:57 AM) comp.lang.lisp Hello, Is there any open-source common lisp rss-parser (preferably compatible with clisp)? I found this cl-rss(http://packages.debian.org/testing/devel/cl-rss) but it seems to depend upon cl-averse. I don't ... Surendra
Source code formatter?833 (11/17/2005 2:52:23 AM) comp.lang.c++ Hello, Are there any good open source C/C++ source code formatter? Thanks for your help. -- Surendra Singhi http://www.public.asu.edu/~sksinghi/index.html ,---- | "O thou my friend! The prosperity of Crime... Surendra
[beamer] problem with parts, no outline151 (11/15/2005 7:06:53 AM) comp.text.tex Hello, I am using beamer and pdftex to create a presentation. If my tex code includes parts then beamer doesn't create a table of contents. But if I remove parts and just use only sections the table of conten... Surendra
Making mixed text and math bold?647 (11/5/2005 3:00:25 AM) comp.text.tex Hello, I have some text interspersed with math symbols in a table. For example say it is, hello& $3$ & world\\ There are several such rows, containing mix of math and text. I want to make some of these rows... Surendra
hyperref warnings, how to avoid them?442 (10/31/2005 2:23:38 AM) comp.text.tex Hello again, When I use the hyperref package I get the following warnings. Someone in the #latex channel told me that I can ignore them. In fact the document prints correctly and there are no visible artifa... Surendra
[LaTeX]Table formatting, horizontal complete page249 (10/30/2005 11:13:23 PM) comp.text.tex Hello, I want to put a table horizontally (sideways) occupying the entire page. How can I do that? Thanks for your help. -- Surendra Singhi http://www.public.asu.edu/~sksinghi/index.html ,---- | "War is Pe... Surendra
Reference variable question?531 (10/14/2005 11:00:33 PM) comp.lang.c++ Hello, Say I have a function 'func1', which calls an internal function int_func1, which returns a reference to an object. Now this object contains a string, is it safe for my function 'func1' to return a poi... Surendra
How to declare an alias for a variable?1335 (10/13/2005 1:19:05 AM) comp.lang.lisp Hello, How can I declare an alias for a variable? What I mean is that, for example if I define a variable like below (setq x 3) then I want to be able to create an alias 'y' for 'x', such that if I change t... Surendra
CL rss parser?736 (12/7/2005 12:34:57 AM) comp.lang.lisp Hello, Is there any open-source common lisp rss-parser (preferably compatible with clisp)? I found this cl-rss(http://packages.debian.org/testing/devel/cl-rss) but it seems to depend upon cl-averse. I don't ... efuzzyone(229)
Calling lisp from C822 (12/10/2005 1:28:42 AM) comp.lang.lisp What is the easiest way to call lisp from C? The various FFI packages I looked at seemed more concerned with calling C from lisp. I'm familiar with CORBA but couldn't find a good free implementation. In the end... fishing(3)
macro code review!!926 (12/13/2005 10:34:30 AM) comp.lang.lisp Hello, I have written some macros, I will appreciate if some one can comment on the style and correctness of these. With whatever limited testing I have done the macros work, but are there some hidden bugs in... efuzzyone(229)
Installing SLIME349 (12/27/2005 4:17:39 AM) comp.lang.lisp Im using GNU CLISP 2.35 (2005-08-29) (built on winsteingoldlap.bluelnk.net [192.168.7.100]) on Cygwin 1.5.18-1 and having problems installing slime. I un-tar'd the slime tar file (tar -xvzf slime....tar.tar), ... nick.kigs(21)
Python and Lisp Test8629 (12/28/2005 4:10:24 AM) comp.lang.lisp This is not a scientific test of any kind and I'm not an expert on either Python or Lisp. Having said that, I was interested in getting an idea about the relative performance of each language when computing th... johnm1(14)
Windows.h with Verrazano1223 (12/30/2005 12:26:43 PM) comp.lang.lisp I've installed Verrazano from CVS from today and the simple testsuite works with Lispworks after fixing some path problems. Then I've copied the windows.h from Visual Studio C++ 7.0 and all other header files t... fb(1528)
ruby modules and classes237 (3/1/2006 2:57:53 PM) comp.lang.ruby Hello, When I try the code below I get an error. Why is it so? Am I misunderstanding how modules behave? How should the module be written so that `who_am_i' is added as a method to the class Phonograph. modu... efuzzyone(229)
How Common Lisp sucks412424 (4/17/2006 7:44:03 PM) comp.lang.lisp Two things to get out of the way at the outset: 1. Note that the title of this post is *HOW* CL sucks, not *WHY* it sucks. The difference is significant. Please take the time to understand it before you ... rNOSPAMon(1858)
Emacs code completion1443 (4/19/2006 10:11:30 PM) comp.lang.lisp How do I setup code completion in Emacs for Lisp? I have code completion in the REPL buffer, but not in the Lisp file editing buffers. I saw a demo video of Uncommon web and it seems that it's possible to add... jz87(58)