Search found 21 matches

by AlexPaes
Fri Mar 20, 2009 9:02 am
Forum: The Lounge
Topic: Qt and Lisp...a great opportunity?
Replies: 18
Views: 41656

Re: Qt and Lisp...a great opportunity?

Just today as i browsed through Hacker News i found this link, a Common Lisp binding to the smoke interface to QT. I thought this should interest some of the people following this thread.

CommonQT
by AlexPaes
Tue Mar 10, 2009 11:37 am
Forum: The Lounge
Topic: RSS feed
Replies: 25
Views: 42084

Re: RSS feed

Hi, i also could benefit from a simple RSS feed so i leave some more rss plugins i found on phpBB's mod site: RSS Feed 2.0 RSS Syndication mod Simple RSS mod for phpBB3 Simple syndication Smartfeed now it's a matter of finding the most convenient one, i will leave that to you guys. I will, however, ...
by AlexPaes
Tue Mar 10, 2009 3:11 am
Forum: Common Lisp
Topic: Interest in a Lisp CMS?
Replies: 16
Views: 20274

Re: Interest in a Lisp CMS?

That would be a very interesting project, i have in fact already thought about starting such a project but unfortunately the lack of spare time to work with CL has never allowed me to jump into it. I would very much like to get some more information about this project. I've been trying to push CL in...
by AlexPaes
Sat Jan 24, 2009 6:03 am
Forum: Common Lisp
Topic: pos+ function from Paul Graham's "ANSI Common Lisp"
Replies: 12
Views: 22300

Re: pos+ function from Paul Graham's "ANSI Common Lisp"

The problem with 'implausibleusername' functions is the order of the forms, since the functions return the last evaluated form the functions will return the value of (incf i), you can either wrap a PROG1 form around these, like: (let ((i 0)) (mapcar #'(lambda (x) (prog1 (+ x i)(incf i))) l)) or have...
by AlexPaes
Mon Nov 03, 2008 5:12 pm
Forum: Common Lisp
Topic: Poll: Which Lisp implementations do you use?
Replies: 32
Views: 92667

Re: Poll: Which Lisp implementations do you use?

I just got my Lispworks copy installed so i couldn't resist to coming here and changing my entry to include this one now. Basically it will be SBCL on Linux for Web/Server stuff and Lispworks for desktop. ;)
by AlexPaes
Sat Nov 01, 2008 6:40 am
Forum: The Lounge
Topic: Lisp friendly hosting services
Replies: 4
Views: 10767

Re: Lisp friendly hosting services

Thanks for the feedback guys, I waited a little longer to see if there were any more user experiences on this matter but apparently not many are using Lisp on these hosting services. I will go with slicehost i guess then, it does seem the most reliable one, i've also had reporst of successfull deplo...
by AlexPaes
Wed Oct 29, 2008 9:13 am
Forum: The Lounge
Topic: Lisp friendly hosting services
Replies: 4
Views: 10767

Lisp friendly hosting services

Hi everyone, I'm looking for a Lisp friendly hosting service where i could put my lisp web projects (SBCL + Hunchentoot), I'm fully aware of the list of lisp-friendly hosting services on ALU (http://wiki.alu.org/Lisp-friendly_Web_Hosting) but i wanted some real user experience feedback. For instance...
by AlexPaes
Thu Oct 16, 2008 12:23 am
Forum: The Lounge
Topic: 50 Years of Lisp - Lispworks 50% discount
Replies: 0
Views: 7175

50 Years of Lisp - Lispworks 50% discount

Hi everyone,

Just thought you guys would like to know (i know i did) Lispworks is celebrating the 50 years of Lisp with a special offer, 50% discount off the normal commercial price of a new LispWorks Professional license. I'm grabbing this offer i tell you. Here are the full details.
by AlexPaes
Fri Sep 26, 2008 4:37 pm
Forum: Emacs
Topic: Emacs + Clisp + Slime = messy backtrace
Replies: 1
Views: 7018

Re: Emacs + Clisp + Slime = messy backtrace

I just started messing around with clisp on windows and i too am struggling with all those slime+clisp messy debug messages. It's quite frustrating, I was trying to get clg to run on clisp 2.45 and i get several errors that i can't easily solve because i can't easily find the source of the problem. ...
by AlexPaes
Fri Aug 29, 2008 4:31 pm
Forum: Emacs
Topic: Lame topic - what about color themes?
Replies: 12
Views: 28873

Re: Lame topic - what about color themes?

Hi everyone and thanks for your answers, Obiously the most important to me are not really the aesthetics but how i react to the colors. After using the same theme for a long time i find myself reacting to the colors everyday more and more, while i'm working then it's clear sign that the theme is inf...