Slots in classes accumulating values from superclasses414 (4/14/2013 12:27:34 PM) comp.lang.lisp Hello there,
Suppose I have the following
(defclass A () ((s ...)) ...)
(defclass B (A) () ...)
(defclass C (A) () ...)
Suppose that in A's instances I have
(slot-value a-instance 's) =3D=3D... Marco
[ELS 2012] Call for Participation022 (4/4/2012 9:39:44 PM) comp.lang.lisp European Lisp Symposium 2012, Zadar, Croatia, April 29th - May 1st, 2012 Call for Participation. http://european-lisp-symposium.org The purpose of the European Lisp Symposium is to provide a forum for the di... Marco
Call for Papers: European Lisp Symposium 2012, Zadar, Croatia026 (2/10/2012 1:09:36 PM) comp.lang.scheme European Lisp Symposium 2012, Zadar, Croatia, April 30th - May 1st, 2012 PAPER SUBMISSION DEADLINE APPROACHING http://european-lisp-symposium.org The purpose of the European Lisp Symposium is to provide a fo... Marco
Call for Papers: European Lisp Symposium 2012, Zadar, Croatia047 (2/10/2012 1:08:56 PM) comp.lang.functional European Lisp Symposium 2012, Zadar, Croatia, April 30th - May 1st, 2012 PAPER SUBMISSION DEADLINE APPROACHING http://european-lisp-symposium.org The purpose of the European Lisp Symposium is to provide a fo... marcoxa
Beginner Question about Lisp with CL-GD73 (5/18/2013 8:09:37 AM) comp.lang.lisp Hello everyone,
I'm learning to program with Lisp (Clozure CL) and have a problem with
using some "libraries".
I have downloaded cl-gd (GD-Lib for Common Lisp) with (ql:quickload
"cl-gd") and then i c... brunoburke(4)
phpPROLOG nearly counts to 2!33 (5/29/2013 4:17:09 AM) comp.lang.lisp nat [s [s 0]]?
PROCESS QUERY:1
LEFT: 11 - - nat - 1 - nat
LEFT: 11 - - s - 21 - s
LEFT: 11 - N - * - 22 -
NUMVARS:1
RIGHT: 11 - - nat - 1 - nat
M:1
RIGHT: 11 - - s - 21 - s
M:1
RIGHT: 11 -... grahamcooper7(839)
Lisp GUI Toolkit (Tk?), Extensions, Deployment43 (6/12/2013 6:35:46 PM) comp.lang.lisp Hello,
I am about to have a closer look at Common Lisp (decided to use Emacs +
SLIME and CLISP to do some toy programming in my spare time).
Now there are some question and I would find it useful to get... elehmann77(9)
Using mapcar with fewer lists than function arguments3317 (4/12/2013 6:35:49 PM) comp.lang.lisp Noobish question.
I've been working on a toy project as an excuse to learn Lisp, and I've com=
e up with the following situation:
I want to mapcar a function over some lists, but I don't have as many lis... grmann1123(9)
Slots in classes accumulating values from superclasses414 (4/14/2013 12:27:34 PM) comp.lang.lisp Hello there,
Suppose I have the following
(defclass A () ((s ...)) ...)
(defclass B (A) () ...)
(defclass C (A) () ...)
Suppose that in A's instances I have
(slot-value a-instance 's) =3D=3D... marcoxa1(988)
re: My opinion re LISP #21414 (4/16/2013 3:49:42 PM) comp.lang.lisp Gareth McCaughan wrote:
> Oh, and if we're playing the intuitive-appeal-to-novices
> game, consider
>
> (loop for n from 1 upto 10 sum n) ==> 55
>
> and try to find another language in which th... w_a_x_man(2782)
Poslin language embedded1615 (5/10/2013 11:54:34 AM) comp.lang.lisp I guess this isn't really the best place, but I don't know any better, so I=
'll do with suboptimal...
When I had postfix notation in school I got the idea of writing a postfix l=
anguage (Postfiksa Lingvo... thomas.bartscher1(24)
why is learning lisp so hard?249 (5/27/2013 2:00:30 AM) comp.lang.lisp gosh I have 3 books
and its still a beeeatch
:)
I guess its such a shift from shell programming.
wooo
weee
I dont dare crack my copy of let over lambda...
... visphatesjava(238)
methods calling each other as default74 (6/3/2013 11:36:45 AM) comp.lang.lisp Hi,
Suppose I have two methods for random variables, calculating the PDF
(probability density function) and the log PDF. For specific
distributions, I want to be able to define one of these and have the
... tkpapp(981)