ratpoison-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RP] ratpoison in LISP


From: Jonathan Walther
Subject: Re: [RP] ratpoison in LISP
Date: Fri, 22 Jun 2001 21:56:28 -0700 (PDT)

-----BEGIN PGP SIGNED MESSAGE-----

Purchase the books I referred to in my previous email.

Little Schemer
Seasoned Schemer
Structure and Interpretation of Computer Programs (Sussman and Steele)
ANSI Common Lisp (Paul Graham)

Also these:

Xlib Programming Manual (Volume One)
X Toolkit Intrinsics Programming Manual (Volume Four)

And if you can get them, these:

Advanced X Window Applications Programming (Eric Foster Johnson)
On Lisp (Paul Graham)
Professional Graphics Programming in the X Window System (Eric Foster Johnson)
X Protocol Reference Manual (Volume Zero)

LISP is the up and coming language.  Don't be bowled over by surprise when
it starts to supplant C in more and more applications.  C++ of
course, isn't even worth considering.  Its the COBOL of the 90's.
Only worse.  Much worse :>

Heres your first scheme (similar to lisp) function:

(define (factorial n) (if (> n 1) (* n (factorial (- n 1))) 1))

Now type (factorial 10) and see the result.

Jonathan

On Sat, 23 Jun 2001, Martin Samuelsson wrote:
> My reason is of course that if i rate my knowledge of languages it would be:
>
> swedish
> english
> c
> german
> spanish
> french
> lisp
>
> and i can't understand many french words. the only lisp i know is ((())).

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3ia
Charset: noconv

iQCVAwUBOzQhfcK9HT/YfGeBAQEdUwP7BY/FD6SogofOqLUUiSreiK7U+Kp1d5Au
3ckAUbrQL5orZwjxJ8+ZdkmOnQBWnIPYSAsbDkgadNWGUl+5+qsl9alMoNDvdDPV
2VHj6gBgNDjMJzsPK4K4IRNz60Wcnn2tCUoLhGaOzJdHaTfEfuS7rb5bLOeoyT7B
2vTwV3shCTo=
=u7gN
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]