Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Hello
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  15 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jazriel  
View profile  
 More options Oct 8 2007, 10:34 pm
Newsgroups: comp.lang.lisp
From: Jazriel <Mason.Plu...@gmail.com>
Date: Mon, 08 Oct 2007 19:34:29 -0700
Local: Mon, Oct 8 2007 10:34 pm
Subject: Hello
I don't know if this is the place for this but I figured it's a good
start.

I want to start learning (Common) Lisp and I literally don't know what
to do.

How can I obtain the software? Is there a recommended starting point
for the essentially-non-programmer? (I can program in C++, but nothing
beyond your basic recursive functions, arrays, and loops)

I'm running Windows XP Home Edition SP2 if that helps.

Thanks for the help.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Harald Hanche-Olsen  
View profile  
 More options Oct 9 2007, 2:26 am
Newsgroups: comp.lang.lisp
From: Harald Hanche-Olsen <han...@math.ntnu.no>
Date: Tue, 09 Oct 2007 08:26:53 +0200
Local: Tues, Oct 9 2007 2:26 am
Subject: Re: Hello
+ Jazriel <Mason.Plu...@gmail.com>:

> I don't know if this is the place for this but I figured it's a good
> start.

> I want to start learning (Common) Lisp and I literally don't know what
> to do.

Begin here:  http://www.gigamonkeys.com/book/

> How can I obtain the software?

Look at the Lispbox link from the abovementioned page.
There are other possibilities, but I am sure someone else will mention
them (my own bookmarks seem to be outdated).

--
* Harald Hanche-Olsen     <URL:http://www.math.ntnu.no/~hanche/>
- It is undesirable to believe a proposition
  when there is no ground whatsoever for supposing it is true.
  -- Bertrand Russell


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stefan Scholl  
View profile  
 More options Oct 9 2007, 2:47 am
Newsgroups: comp.lang.lisp
From: Stefan Scholl <ste...@no-spoon.de>
Date: Tue, 9 Oct 2007 08:47:25 +0200
Local: Tues, Oct 9 2007 2:47 am
Subject: Re: Hello

Jazriel <Mason.Plu...@gmail.com> wrote:
> I'm running Windows XP Home Edition SP2 if that helps.

That's easy. Just buy LispWorks for EUR 1,200 (Europe) or
USD 1,300 (USA). :-)

--
Web (en): http://www.no-spoon.de/ -*- Web (de): http://www.frell.de/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Edi Weitz  
View profile  
 More options Oct 9 2007, 3:04 am
Newsgroups: comp.lang.lisp
From: Edi Weitz <spamt...@agharta.de>
Date: Tue, 09 Oct 2007 09:04:50 +0200
Local: Tues, Oct 9 2007 3:04 am
Subject: Re: Hello

On Mon, 08 Oct 2007 19:34:29 -0700, Jazriel <Mason.Plu...@gmail.com> wrote:
> I don't know if this is the place for this but I figured it's a good
> start.

> I want to start learning (Common) Lisp and I literally don't know
> what to do.

> How can I obtain the software? Is there a recommended starting point
> for the essentially-non-programmer?

Ever heard of Google?

> I'm running Windows XP Home Edition SP2 if that helps.

Try this:

  http://weitz.de/starter-pack/

Edi.

--

Lisp is not dead, it just smells funny.

Real email: (replace (subseq "spamt...@agharta.de" 5) "edi")


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Slobodan Blazeski  
View profile  
 More options Oct 9 2007, 5:13 am
Newsgroups: comp.lang.lisp
From: Slobodan Blazeski <slobodan.blaze...@gmail.com>
Date: Tue, 09 Oct 2007 09:13:23 -0000
Local: Tues, Oct 9 2007 5:13 am
Subject: Re: Hello
On Oct 9, 4:34 am, Jazriel <Mason.Plu...@gmail.com> wrote:

> I don't know if this is the place for this but I figured it's a good
> start.

> I want to start learning (Common) Lisp and I literally don't know what
> to do.

> How can I obtain the software? Is there a recommended starting point
> for the essentially-non-programmer? (I can program in C++, but nothing
> beyond your basic recursive functions, arrays, and loops)

> I'm running Windows XP Home Edition SP2 if that helps.

> Thanks for the help.

Choose one implementation , for learning purposes it doesn't matter
which one, they will all do.
However if you don't want to spend some time on customizing and want a
full blown ide *integrated*  than
Lispworks Personal, AllegroExpress or lispbox are probably easiest to
get going.
Common Lisp is defiend by standard so you could switch implementation
later if you want to.
[shameless selfquoting]
(free commercial software)
http://www.lispworks.com/downloads/index.html
http://www.franz.com/downloads/clp/survey
http://www.cormanlisp.com/download.html
opensource
http://www.gigamonkeys.com/lispbox/#download  ( pick CLISP if you want
Open Source for windows)
http://sbcl.sourceforge.net/platform-table.html
http://clisp.cons.org/
http://ecls.sourceforge.net/

Free ebooks:
[shameless selfquoting]
For learning common lisp if you're already  experienced in some other
language and you just want to get on creating applications with lisp:
1. http://www.gigamonkeys.com/book/    free as ebook, worth every
cent of the paper edition.

If you're new to programming or just prefer slower pace :
2. Gentle introduction  to symbolic computation
http://www-cgi.cs.cmu.edu/afs/cs.cmu.edu/user/dst/www/LispBook/index....
out of print

The other free ebooks worth looking at, some of them offer printed
editions are,
3.Succesfull Common lisp http://www.psg.com/~dlamkins/sl/contents.html
4.Loving lisp http://www.markwatson.com/opencontent/
5. COMMON LISP: An Interactive Approach http://www.cse.buffalo.edu/~shapiro/Commonlisp/
6. Basic Lisp Techniques,  http://www.franz.com/resources/educational_resources/cooper.book.pdf

Good books without online edition are Ansi Common Lisp by Paul Graham
and Lisp 3rd edition Winston & Horn
There's some nice videos that Franz made available free of charge
from their certification program at http://www.franz.com/services/classes/download.lhtml

When you'll need additional libraries check at http://common-lisp.net/
and http://www.cl-user.net.
Edi already suggested his wonderfull starter pack : http://weitz.de/starter-pack/

If you have some question don't hesitate to ask, this group is very
resourcefull and ready to help.

I wish you happy lisping  . I came too from c++.

Slobodan Blazeski


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
philip.armit...@gmail.com  
View profile  
 More options Oct 9 2007, 10:18 am
Newsgroups: comp.lang.lisp
From: philip.armit...@gmail.com
Date: Tue, 09 Oct 2007 07:18:06 -0700
Local: Tues, Oct 9 2007 10:18 am
Subject: Re: Hello
On 9 Oct, 03:34, Jazriel <Mason.Plu...@gmail.com> wrote:

> I want to start learning (Common) Lisp and I literally don't know what
> to do.

You could give ABLE a try: http://phil.nullable.eu/

Although it's far less well tested on Windows than Linux, a number of
people have said they're using it there. At Slobodan's suggestion,
v0.5 (which should be out in the next few weeks) will come as a
Windows binary so there will be nothing else to install (if you don't
want to).

Alternatively SLIME, LispWorks, Allegro and CUSP are well worth
checking out.

--
Phil
http://phil.nullable.eu/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jazriel  
View profile  
 More options Oct 9 2007, 11:58 am
Newsgroups: comp.lang.lisp
From: Jazriel <Mason.Plu...@gmail.com>
Date: Tue, 09 Oct 2007 15:58:22 -0000
Local: Tues, Oct 9 2007 11:58 am
Subject: Re: Hello
Thanks everyone for the replies, particularly Slobodan, that was
exactly what I was looking for.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Slobodan Blazeski  
View profile  
 More options Oct 9 2007, 2:21 pm
Newsgroups: comp.lang.lisp
From: Slobodan Blazeski <slobodan.blaze...@gmail.com>
Date: Tue, 09 Oct 2007 18:21:25 -0000
Local: Tues, Oct 9 2007 2:21 pm
Subject: Re: Hello
On Oct 9, 3:18 pm, philip.armit...@gmail.com wrote:

> On 9 Oct, 03:34, Jazriel <Mason.Plu...@gmail.com> wrote:

> > I want to start learning (Common) Lisp and I literally don't know what
> > to do.

> You could give ABLE a try:http://phil.nullable.eu/

> Although it's far less well tested on Windows than Linux, a number of
> people have said they're using it there. At Slobodan's suggestion,
> v0.5 (which should be out in the next few weeks) will come as a
> Windows binary so there will be nothing else to install (if you don't
> want to).

Thanks for your info. Don't forgeth to announce it when it's ready.
Is it gonna be a CLisp only or it will support SBCL too?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dimiter malkia Stanev  
View profile  
 More options Oct 9 2007, 2:21 pm
Newsgroups: comp.lang.lisp
From: "Dimiter \"malkia\" Stanev" <mal...@gmail.com>
Date: Tue, 09 Oct 2007 11:21:42 -0700
Local: Tues, Oct 9 2007 2:21 pm
Subject: Re: Hello
That's what I did, I've also bought the ACL8.1 for nearly the same price
as LW, with restrictions that I cannot release commercial software with it.

It's better than spending these money on a new laptop :)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Slobodan Blazeski  
View profile  
 More options Oct 9 2007, 2:25 pm
Newsgroups: comp.lang.lisp
From: Slobodan Blazeski <slobodan.blaze...@gmail.com>
Date: Tue, 09 Oct 2007 18:25:17 -0000
Local: Tues, Oct 9 2007 2:25 pm
Subject: Re: Hello
On Oct 9, 7:21 pm, "Dimiter \"malkia\" Stanev" <mal...@gmail.com>
wrote:

> That's what I did, I've also bought the ACL8.1 for nearly the same price
> as LW, with restrictions that I cannot release commercial software with it.

Could you use it as a web server behind commercial application?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
philip.armit...@gmail.com  
View profile  
 More options Oct 9 2007, 3:49 pm
Newsgroups: comp.lang.lisp
From: philip.armit...@gmail.com
Date: Tue, 09 Oct 2007 19:49:41 -0000
Local: Tues, Oct 9 2007 3:49 pm
Subject: Re: Hello
On Oct 9, 7:21 pm, Slobodan Blazeski <slobodan.blaze...@gmail.com>
wrote:

> On Oct 9, 3:18 pm, philip.armit...@gmail.com wrote:
> > You could give ABLE a try:http://phil.nullable.eu/

> Is it gonna be a CLisp only or it will support SBCL too?

The Windows binary will be compiled with CLISP but the plan is to
support any Common Lisp that you can talk to via stdin/stdout as an
'inferior Lisp'. The integration is obviously not deep like it is with
SLIME but the basic editing facilities (completion, call-tips,
parenthesis matching, indentation, ...) are handled by the host Lisp
which can be either CLISP or SBCL at the moment. It will also be
possible to evaluate your code in the internal Lisp image.

This is the closest I can get to making everyone happy: easy to set up
for a newbie (a native binary with no extra downloads on Windows) but
can talk to any Lisp for those who want to use something else. And if
you want then you can also use the source and have the internal Lisp
running on SBCL if you prefer.

--
Phil
http://phil.nullable.eu/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John Thingstad  
View profile  
 More options Oct 9 2007, 4:16 pm
Newsgroups: comp.lang.lisp
From: "John Thingstad" <john.things...@chello.no>
Date: Tue, 09 Oct 2007 22:16:29 +0200
Local: Tues, Oct 9 2007 4:16 pm
Subject: Re: Hello
På Tue, 09 Oct 2007 20:25:17 +0200, skrev Slobodan Blazeski  
<slobodan.blaze...@gmail.com>:

> On Oct 9, 7:21 pm, "Dimiter \"malkia\" Stanev" <mal...@gmail.com>
> wrote:
>> That's what I did, I've also bought the ACL8.1 for nearly the same price
>> as LW, with restrictions that I cannot release commercial software with  
>> it.

> Could you use it as a web server behind commercial application?

No. You pay royalties for a cite licence, but it is less than a release.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "What about Scheme?" by OMouse
OMouse  
View profile  
 More options Oct 10 2007, 8:42 pm
Newsgroups: comp.lang.lisp
From: OMouse <omo...@gmail.com>
Date: Thu, 11 Oct 2007 00:42:31 -0000
Local: Wed, Oct 10 2007 8:42 pm
Subject: What about Scheme?
On Oct 8, 10:34 pm, Jazriel <Mason.Plu...@gmail.com> wrote:

> I don't know if this is the place for this but I figured it's a good
> start.

> I want to start learning (Common) Lisp and I literally don't know what
> to do.

> How can I obtain the software? Is there a recommended starting point
> for the essentially-non-programmer? (I can program in C++, but nothing
> beyond your basic recursive functions, arrays, and loops)

> I'm running Windows XP Home Edition SP2 if that helps.

> Thanks for the help.

I hate to be the one to say this, but why not try Scheme? Sure there
are differences between it and Common Lisp but the basics are the same
and you'll learn the Lisp-y way of doing things with both (I think,
I'm a beginner as well).

Also, there is a nice beginner friendly environment called DrScheme:
http://www.drscheme.org/
It comes with games and some useful libraries (i.e. for HTML, XML,
Regular Expressions, sockets, etc.)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pascal Costanza  
View profile  
 More options Oct 11 2007, 2:42 am
Newsgroups: comp.lang.lisp
From: Pascal Costanza <p...@p-cos.net>
Date: Thu, 11 Oct 2007 08:42:19 +0200
Local: Thurs, Oct 11 2007 2:42 am
Subject: Re: What about Scheme?

No, Scheme and Common Lisp are quite different.

Pascal

--
My website: http://p-cos.net
Common Lisp Document Repository: http://cdr.eurolisp.org
Closer to MOP & ContextL: http://common-lisp.net/project/closer/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Hello" by CDon
CDon  
View profile  
 More options Oct 11 2007, 10:55 am
Newsgroups: comp.lang.lisp
From: CDon <white...@hiwaay.net>
Date: Thu, 11 Oct 2007 07:55:34 -0700
Local: Thurs, Oct 11 2007 10:55 am
Subject: Re: Hello
On Oct 9, 9:18 am, philip.armit...@gmail.com wrote:

> You could give ABLE a try:http://phil.nullable.eu/

> Although it's far less well tested on Windows than Linux,
> a number of people have said they're using it there.

I am using ABLE on Windows XP, and it runs quite well.  I would like
to publicly thank Phil for his efforts... I am a strong advocate of
the 'less is more' principle.

Don


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »