Page 1 of 1
Any one of you use lisp in his work?
Posted: Mon Jul 12, 2010 1:49 pm
by ylando1
I am curios, if there are lisp programmers as members of this forum
or this is a forum of student and people that use lisp as a hobby.
Re: Any one of you use lisp in his work?
Posted: Mon Jul 12, 2010 9:45 pm
by nuntius
Mostly the latter. Note that, after coding C++ by day, it can be nice to relax with lisp by night.
Most professional CL coders belong to the "old guard". They are occasionally seen on comp.lang.lisp or irc. More frequently seen at live user-group meetings. Many have tired and no longer answer noobish questions.
Re: Any one of you use lisp in his work?
Posted: Mon Jul 12, 2010 10:27 pm
by ramarren
And of course many professional Lisp programmers use commercial implementations like
Lispworks and
Allegro which have their own communities.
Re: Any one of you use lisp in his work?
Posted: Tue Jul 13, 2010 5:59 pm
by Tom
I use Common Lisp exclusively. But... I work for myself and it is all custom data processing code. I'm currently wrapping up a GUI for one of the codes so that I can hand it off to a client for use in-house. I use LispWorks on Windows 7 for the GUI version to hand off to the client. My custom code has been on SBCL on Linux. Do to client pressures, I'm switching everything over to LispWorks on Windows 7, but have aspirations of contributing to SBCL working better on Windows 7. SBCL is very Linux-centric.
~ Tom
Re: Any one of you use lisp in his work?
Posted: Wed Jul 14, 2010 8:36 pm
by Kohath
I use Common Lisp a little bit at work (Traffic consulting

), but the majority of my coding is hobby related.
Re: Any one of you use lisp in his work?
Posted: Sat Jul 17, 2010 5:46 pm
by calibraxis
Traffic consulting sounds like fun. Is it a little like a game?
I've worked with Common Lisp with other CL programmers. But not recently, and am not particularly interested in programming with it.
If you need help with a commercial endeavor, it might be worthwhile to contact Lispworks or Allegro because they're business-oriented. Lispworks' forum is very helpful. Allegro asks for a chunk of revenue which scares some people off, but I've never heard a serious analysis of why that isn't a good investment.
(Maybe Lispworks or Allegro are not a good investment for someone's situation, but the analysis needs to be made. Consider that nearly all managers are inefficient with programmer time, which can easily dwarf tool costs.)
Re: Any one of you use lisp in his work?
Posted: Tue Jul 27, 2010 9:43 am
by SigmaX
Lisp is a tool that's useful when its particular strengths are needed.
Personally, I use it sometimes in my CS research, in cases where self-creating code is an important part of efficiency (ex. stringing together a huge library of function pointers in C++ and calling them in a complex way would kill me, and at least be terribly ugly -- why not just build a new lambda expression that processes them naturally?). Sometimes I regret it, when I realize it would have taken my half as long to do the same thing in a purely procedural language. But at least half of that is my own lack of experience with functional programming.
Does anybody use a star-shaped screwdriver in their work, or is it an academic curiosity? Of course it's more than a curiosity -- it's just not something you'll use as often as other tools.
Siggy