Google Groups Home
Help | Sign in
"Made with Lisp" logos
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
  Messages 1 - 25 of 35 - Collapse all   Newer >
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
Jeremy Smith  
View profile
 More options Oct 25 2005, 10:04 pm
Newsgroups: comp.lang.lisp
From: Jeremy Smith <nospamjer...@decompiler.org>
Date: Wed, 26 Oct 2005 02:04:08 GMT
Local: Tues, Oct 25 2005 10:04 pm
Subject: "Made with Lisp" logos
Hi,

Not quite a programming query.

My decompiler company's software is now based on Lisp (Clisp at present)
after a 5-week rewrite (and a fifth of the size with more  functionality),
and I wondered if there's a flashy "Made with Lisp" logo I can put on my
website?

Cheers,

Jeremy.


    Reply to author    Forward  
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.
m...@hotpop.com  
View profile
 More options Oct 26 2005, 6:00 am
Newsgroups: comp.lang.lisp
From: m...@hotpop.com
Date: 26 Oct 2005 03:00:26 -0700
Local: Wed, Oct 26 2005 6:00 am
Subject: Re: "Made with Lisp" logos
The powered-by-lisp logo is on a few pages, I don't know if it's free.

http://www.thocp.net/software/languages/lisp.htm

Gábor


    Reply to author    Forward  
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 26 2005, 6:06 am
Newsgroups: comp.lang.lisp
From: Edi Weitz <spamt...@agharta.de>
Date: Wed, 26 Oct 2005 12:06:38 +0200
Local: Wed, Oct 26 2005 6:06 am
Subject: Re: "Made with Lisp" logos
On 26 Oct 2005 03:00:26 -0700, m...@hotpop.com wrote:

> The powered-by-lisp logo is on a few pages, I don't know if it's
> free.

> http://www.thocp.net/software/languages/lisp.htm

I guess you'll have to ask Kent Pitman:

  <http://www.hypermeta.com/>

See "Legal notices."

Cheers,
Edi.

--

Lisp is not dead, it just smells funny.

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


    Reply to author    Forward  
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.
Andras Simon  
View profile
 More options Oct 26 2005, 7:25 am
Newsgroups: comp.lang.lisp
From: Andras Simon <asi...@math.bme.hu>
Date: 26 Oct 2005 13:25:16 +0200
Local: Wed, Oct 26 2005 7:25 am
Subject: Re: "Made with Lisp" logos

m...@hotpop.com writes:
> The powered-by-lisp logo is on a few pages, I don't know if it's free.

> http://www.thocp.net/software/languages/lisp.htm

Ouch, but what a horrible page that is! Some highlights:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
LISP however is not a very general language and is only suited for
general symbol manipulation and list processing.

LISP means symbolic manipulation. Some simple examples:

    * (TIMES 12 4)
          o this will give 48

LISP means manipulating lists, that's all.

Anyone who wants to start with LISP, can go to the website of CLISP or
common-lisp.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

I wonder why they didn't mention that it is dog slow, too.

The logo, on the other hand, is cute.

Andras


    Reply to author    Forward  
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.
Ulrich Hobelmann  
View profile
 More options Oct 26 2005, 10:26 am
Newsgroups: comp.lang.lisp
From: Ulrich Hobelmann <u.hobelm...@web.de>
Date: Wed, 26 Oct 2005 16:26:37 +0200
Local: Wed, Oct 26 2005 10:26 am
Subject: Re: "Made with Lisp" logos

Andras Simon wrote:
> I wonder why they didn't mention that it is dog slow, too.

What is?  CLisp?  Well, so are PHP's and Python's reference
implementations, and lots of people are happy with them.

But of course you are free to choose other, faster (because natively
compiled) implementations, if you need the performance.

--
The road to hell is paved with good intentions.


    Reply to author    Forward  
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.
Andras Simon  
View profile
 More options Oct 26 2005, 11:01 am
Newsgroups: comp.lang.lisp
From: Andras Simon <asi...@math.bme.hu>
Date: 26 Oct 2005 17:01:59 +0200
Local: Wed, Oct 26 2005 11:01 am
Subject: Re: "Made with Lisp" logos

Ulrich Hobelmann <u.hobelm...@web.de> writes:
> Andras Simon wrote:
> > I wonder why they didn't mention that it is dog slow, too.

> What is?  CLisp?  Well, so are PHP's and Python's reference
> implementations, and lots of people are happy with them.

> But of course you are free to choose other, faster (because natively
> compiled) implementations, if you need the performance.

Sigh. I thought it was unnecessary to adorn my post with a smiley, but
apparently not. Either that, or I fail to recognize the implicit
smiley in your followup.

Andras


    Reply to author    Forward  
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 26 2005, 11:44 am
Newsgroups: comp.lang.lisp
From: Edi Weitz <spamt...@agharta.de>
Date: Wed, 26 Oct 2005 17:44:28 +0200
Local: Wed, Oct 26 2005 11:44 am
Subject: Re: "Made with Lisp" logos
On 26 Oct 2005 17:01:59 +0200, Andras Simon <asi...@math.bme.hu> wrote:

> Sigh. I thought it was unnecessary to adorn my post with a smiley,
> but apparently not.

There's always someone who doesn't get it... :)

--

Lisp is not dead, it just smells funny.

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


    Reply to author    Forward  
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.
Paul Dietz  
View profile
 More options Oct 26 2005, 11:40 am
Newsgroups: comp.lang.lisp
From: Paul Dietz <paul.f.di...@motorola.com>
Date: Wed, 26 Oct 2005 10:40:24 -0500
Local: Wed, Oct 26 2005 11:40 am
Subject: Re: "Made with Lisp" logos

Ulrich Hobelmann wrote:
> Andras Simon wrote:

>> I wonder why they didn't mention that it is dog slow, too.

> What is?  CLisp?  Well, so are PHP's and Python's reference
> implementations, and lots of people are happy with them.

Well, CLisp's compiler is certainly fast.  The (byte) code
it generates may not be, but in some situations that's what
you want.

It would be cool to add another layer of dynamic compilation
to CLisp's byte codes, going from them down to machine instructions.
Maybe something like GNU Lightning could be made to work.

        Paul


    Reply to author    Forward  
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.
Jeremy Smith  
View profile
 More options Oct 26 2005, 3:28 pm
Newsgroups: comp.lang.lisp
From: Jeremy Smith <nospamjer...@decompiler.org>
Date: Wed, 26 Oct 2005 19:28:27 GMT
Local: Wed, Oct 26 2005 3:28 pm
Subject: Re: "Made with Lisp" logos
Edi Weitz <spamt...@agharta.de> wrote in news:uzmowr3rl.fsf@agharta.de:

I asked Kent Pitman. The answer is at this URL:

        http://www.common-lisp.info/logos/

"Copyright © 2003 HyperMeta Inc.

Permission is given to use this logo without fee for commercial and non-
commercial purposes to herald the use of Lisp in an application provided
that this copyright notice is included with any such use and/or that the
use of the logo directly links back to common-lisp.info or
hypermeta.com."

So that resolves my original question. Thanks for the pointer!

Cheers,

Jeremy.


    Reply to author    Forward  
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.
Ulrich Hobelmann  
View profile
 More options Oct 26 2005, 5:36 pm
Newsgroups: comp.lang.lisp
From: Ulrich Hobelmann <u.hobelm...@web.de>
Date: Wed, 26 Oct 2005 23:36:03 +0200
Local: Wed, Oct 26 2005 5:36 pm
Subject: Re: "Made with Lisp" logos

Andras Simon wrote:
> Ulrich Hobelmann <u.hobelm...@web.de> writes:

>> Andras Simon wrote:
>>> I wonder why they didn't mention that it is dog slow, too.
>> What is?  CLisp?  Well, so are PHP's and Python's reference
>> implementations, and lots of people are happy with them.

>> But of course you are free to choose other, faster (because natively
>> compiled) implementations, if you need the performance.

> Sigh. I thought it was unnecessary to adorn my post with a smiley, but
> apparently not. Either that, or I fail to recognize the implicit
> smiley in your followup.

Argh.  I suppose I was too tired to really understand your post.

Note to self: read better before posting.

--
The road to hell is paved with good intentions.


    Reply to author    Forward  
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.
Cruise Director  
View profile
 More options Oct 26 2005, 10:13 pm
Newsgroups: comp.lang.lisp
From: "Cruise Director" <SeaFuncS...@gmail.com>
Date: 26 Oct 2005 19:13:17 -0700
Local: Wed, Oct 26 2005 10:13 pm
Subject: Re: "Made with Lisp" logos

Jeremy Smith wrote:

> I asked Kent Pitman. The answer is at this URL:

>            http://www.common-lisp.info/logos/

> "Copyright © 2003 HyperMeta Inc.

> Permission is given to use this logo without fee for commercial and non-
> commercial purposes to herald the use of Lisp in an application provided
> that this copyright notice is included with any such use and/or that the
> use of the logo directly links back to common-lisp.info or
> hypermeta.com."

Free advertizing for another company and a cumbersome notice is a hefty
price to pay for a mere logo, especially one that isn't very good.
This logo is way too busy, and has a froofy "Made in France" quality
that reminds me of a joke logo I made for Python a long time ago.  I've
been through several amateur logo designing efforts for programming
languages.  I assure you that you can do better than this, if you put a
team of volunteers to it.  Not that I'm volunteering, as for now I'm in
the Scheme camp.

Cheers,
Brandon


    Reply to author    Forward  
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.
drc...@gmail.com  
View profile
 More options Oct 27 2005, 9:00 am
Newsgroups: comp.lang.lisp
From: drc...@gmail.com
Date: 27 Oct 2005 06:00:52 -0700
Local: Thurs, Oct 27 2005 9:00 am
Subject: Re: "Made with Lisp" logos
A new *public domain* logo created by me is forthcoming shortly. Check
back on saturday.

-Conrad Barski
www.lisperati.com


    Reply to author    Forward  
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.
Troels Henriksen  
View profile
 More options Oct 27 2005, 2:16 pm
Newsgroups: comp.lang.lisp
From: Troels Henriksen <at...@sigkill.dk>
Date: Thu, 27 Oct 2005 20:16:10 +0200
Local: Thurs, Oct 27 2005 2:16 pm
Subject: Re: "Made with Lisp" logos