LinTards vanish as VISTA reality sets in4117 (9/30/2006 6:37:32 AM) comp.os.linux.advocacy As it becomes ever more evident that VISTA is going to be another great Microsoft success, the LinTards who at one time spent so much time lying about the new OS, have begun to hide under the rocks from whence ... Scott
Vista to ship in November.2127 (9/30/2006 5:26:41 AM) comp.os.linux.advocacy Just One More Release Before Windows Vista Goes Gold Peter Galli - eWEEK Fri Sep 29, 12:36 PM ET Microsoft will release just one more build of Windows Vista for testing before the code goes gold, said Brad Go... Scott
The future of desktop computing - Linux nowhere2710 (9/29/2006 3:02:21 PM) comp.os.linux.advocacy The future of desktop computing ------------------------------- -S Nudds - Oct 2006 - Currently one company - Microsoft - controls 98% of the desktop OS market, as a result, one company - Microsoft - will la... Scott
Vista Setting new standard in Operating Systems219 (9/24/2006 4:19:27 AM) comp.os.linux.advocacy From PC-Magazine "We didn't notice a performance drop after the upgrade (from XP to Vista) the Thinkpad's 1.6GHz processor and 1.5GB of RAM were plenty for our new Vista box to run smoothly." And here the LinT... Scott
Vista runs great on typical Hardware4724 (9/24/2006 4:18:42 AM) comp.os.linux.advocacy From PC-Magazine "We didn't notice a performance drop after the upgrade (from XP to Vista) the Thinkpad's 1.6GHz processor and 1.5GB of RAM were plenty for our new Vista box to run smoothly." And here the LinT... Scott
Vista Remarkable achievement for the Desktop711 (9/24/2006 4:17:51 AM) comp.os.linux.advocacy From PC-Magazine "We didn't notice a performance drop after the upgrade (from XP to Vista) the Thinkpad's 1.6GHz processor and 1.5GB of RAM were plenty for our new Vista box to run smoothly." And here the LinT... Scott
Vista a resounding success even before official launch018 (9/24/2006 4:17:24 AM) comp.os.linux.advocacy From PC-Magazine "We didn't notice a performance drop after the upgrade (from XP to Vista) the Thinkpad's 1.6GHz processor and 1.5GB of RAM were plenty for our new Vista box to run smoothly." And here the LinT... Scott
Vista Now Faster than XP711 (9/24/2006 4:16:46 AM) comp.os.linux.advocacy From PC-Magazine "We didn't notice a performance drop after the upgrade (from XP to Vista) the Thinkpad's 1.6GHz processor and 1.5GB of RAM were plenty for our new Vista box to run smoothly." And here the LinT... Scott
Vista runs faster than XP6010 (9/24/2006 2:37:14 AM) comp.os.linux.advocacy From PC-Magazine "We didn't notice a performance drop after the upgrade (from XP to Vista) the Thinkpad's 1.6GHz processor and 1.5GB of RAM were plenty for our new Vista box to run smoothly." And here the LinT... Scott
"reexporting" symbols336 (1/25/2008 4:45:15 PM) comp.lang.lisp Hi, Sorry for the inane subject line :-) My problem is the following: I have package A which exports certain symbols: (defpackage :a (:use :common-lisp) (:export foo bar)) and package B which uses pack... tkpapp(981)
LOOP blows!2726 (2/8/2008 12:13:34 AM) comp.lang.lisp Okay, Kenny, you old SOB, here is my final submission to your obfuscated LOOP contest: (LOOP FOR WITH = '(LOOP FOR WITH = '(LOOP FOR WITH) FOR AND IN WITH FOR = = AND FOR FINALLY = AND COLLECT FINALLY INTO... kkylheku(2499)
Howto use Lisp as scripting language within C++?1036 (3/17/2008 6:25:49 AM) comp.lang.lisp Hi everybody: I'm intend to write a small game environment using c++, and I'd like to employ some script tech to enhance its flexibilty. I think Lisp is a good choice, and I'd like to know how I can... blackguester(11)
Lisp for enterprise computing?10624 (3/17/2008 1:52:18 PM) comp.lang.lisp Hello, I have heard some say on the Net that Lisp-based development is fast as well as intellectually very elegant and fulfilling. That Lisp is "the programmable programming language"... All this is certainly... simonsharry(29)
Porting some code826 (4/13/2008 9:27:31 PM) comp.lang.lisp I am trying to port some lispworks code to sbcl. In several places the following form is called: (hcl:sweep-all-objects (lambda (x) .... )) that applies the lambda to all live objects in the image. Does sb... jdn(85)
memory management in Ada: tedious without GC?6933 (5/16/2008 5:44:11 PM) comp.lang.ada I'm mostly soliciting answers from Ada programmers who know C++ RAII well (Skip this if you use the words "C" and "C++" interchangeably, please. Your answers will be misleading at best): As I understood from r... jhc0033(52)