Since 5/5/2012 3:40:50 PM, sohail1 has written 6 articles and participated in 180 conversations. sohail1 signature: sohail1
sohail1's articles:
Items(6) /1
C++0x lambda and capturing computed values528 (5/7/2009 5:27:07 PM) comp.lang.c++ Hello, I'm pretty sure the answer is "no" but is it possible to capture computed values? Specifically, I am thinking of the following case: vector> functions; for(iterator it = ...) { functions.push_back(... Sohail
Running out of memory while porting software241 (3/7/2009 11:55:50 PM) comp.unix.aix Hey all, I'm trying to port some software to AIX. Unfortunately, the Python-based build dies with a memory error. I managed to write the following program that exhibits the same behaviour: arrays = [] impor... Sohail
Qt/Lisp looking for feedback1237 (7/18/2008 6:44:43 PM) comp.lang.lisp http://uint32t.blogspot.com/2008/07/qtlisp-looking-for-feedback.html It's not CLIM nor cells-gtk, but a 1-1 mapping. Anyway, feel free to flame constructively. Sohail ... Sohail
CFFI + Slime + std::cout231 (6/28/2008 4:02:53 AM) comp.lang.lisp Hey, How can I get Slime to relay the output (through std::cout) of a C++ function called through CFFI through to the REPL? I see the desired output in the *inferior-lisp* buffer but I want it to show up in... Sohail
Wrapping a C++ library using ?FFI2147 (6/24/2008 10:42:04 PM) comp.lang.lisp Hey guys, I'm part of the way through writing some lisp gibberish that wraps a C++ library. The way I am doing it is by generating a C interface kind of like what CFront would have had to do and generating ... Sohail
Wrapping a C++ library using ?FFI2147 (6/24/2008 10:42:04 PM) comp.lang.lisp Hey guys, I'm part of the way through writing some lisp gibberish that wraps a C++ library. The way I am doing it is by generating a C interface kind of like what CFront would have had to do and generating ... sohail1(186)
CFFI + Slime + std::cout231 (6/28/2008 4:02:53 AM) comp.lang.lisp Hey, How can I get Slime to relay the output (through std::cout) of a C++ function called through CFFI through to the REPL? I see the desired output in the *inferior-lisp* buffer but I want it to show up in... sohail1(186)
Library challenge2736 (7/7/2008 3:35:08 AM) comp.lang.lisp I have noted, that people use to say, that Common Lisp environment lacks good library support. For me that doesn't seem obvious, as in my 3 years' experience with the language I've never encountered such situat... vseloved(97)
Lisp Application Server2032 (7/10/2008 10:18:03 PM) comp.lang.lisp While I appreciate image based environments like Squeak or the Lisp Machines (what I have gleaned of them from CLIM and demos), most of my work with lisp involves smallish-looking scripts playing nicely with ... akopa.gmane.poster(114)
Qt/Lisp looking for feedback1237 (7/18/2008 6:44:43 PM) comp.lang.lisp http://uint32t.blogspot.com/2008/07/qtlisp-looking-for-feedback.html It's not CLIM nor cells-gtk, but a 1-1 mapping. Anyway, feel free to flame constructively. Sohail ... sohail1(186)
Running out of memory while porting software241 (3/7/2009 11:55:50 PM) comp.unix.aix Hey all, I'm trying to port some software to AIX. Unfortunately, the Python-based build dies with a memory error. I managed to write the following program that exhibits the same behaviour: arrays = [] impor... sohail1(186)
C++ fluency19645 (5/4/2009 2:47:47 PM) comp.lang.c++ Hi for all This is my post here. I believe this is the right place to post my question. I'm searching in the internet for the real meaning of C++ fluency. In my search I found almost nothing or vague answers. ... alexcutovoi(2)
C++0x lambda and capturing computed values528 (5/7/2009 5:27:07 PM) comp.lang.c++ Hello, I'm pretty sure the answer is "no" but is it possible to capture computed values? Specifically, I am thinking of the following case: vector> functions; for(iterator it = ...) { functions.push_back(... sohail1(186)