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
GUI library/toolkit recommendation
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 42 - Collapse all  -  Translate all to Translated (View all originals)   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
 
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
 
Tamas Papp  
View profile  
 More options Apr 27 2012, 2:55 am
Newsgroups: comp.lang.lisp
From: Tamas Papp <tkp...@gmail.com>
Date: Fri, 27 Apr 2012 06:55:01 +0000 (UTC)
Local: Fri, Apr 27 2012 2:55 am
Subject: GUI library/toolkit recommendation
Hi,

I want to write a very simple app in CL that does the following:

- creates a fullscreen window with a white background,

- left clicks paint the whole window with a color that is calculated
  from the (x,y) coordinates

- right clicks exit.

It should work on X11, but other platforms would be nice too.  I am
looking for recommendations on what library to use for this -- I don't
know much about GUI programming in CL.

In case anyone is wondering: I want to use this for LCD testing.

Best,

Tamas


 
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.
Morten Nygaard Ĺsnes  
View profile  
 More options Apr 27 2012, 6:25 am
Newsgroups: comp.lang.lisp
From: Morten Nygaard Ĺsnes <morten.aas...@gmail.com>
Date: Fri, 27 Apr 2012 12:25:29 +0200
Local: Fri, Apr 27 2012 6:25 am
Subject: Re: GUI library/toolkit recommendation
Check out Ltk: http://www.peter-herth.de/ltk/
Should be available anywhere you can install Tcl/Tk, and is probably
the most straightforward Gui to get started with in Common Lisp.

 
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.
Madhu  
View profile  
 More options Apr 27 2012, 6:30 am
Newsgroups: comp.lang.lisp
From: Madhu <enom...@meer.net>
Date: Fri, 27 Apr 2012 16:00:09 +0530
Local: Fri, Apr 27 2012 6:30 am
Subject: Re: GUI library/toolkit recommendation

* Tamas Papp <jndfs5$7g...@dont-email.me> :
Wrote on Fri, 27 Apr 2012 06:55:01 +0000 (UTC):

| Hi,
|
| I want to write a very simple app in CL that does the following:
|
| - creates a fullscreen window with a white background,
|
| - left clicks paint the whole window with a color that is calculated
|   from the (x,y) coordinates
|
| - right clicks exit.
|
| It should work on X11, but other platforms would be nice too.  I am
| looking for recommendations on what library to use for this --

| I don't know much about GUI programming in CL.

That didn't stop you from producing several substandard GUI libraries
for CL, IIRC CL-cairo and cl-2d , a few years ago?

--- Madhu


 
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.
Rupert Swarbrick  
View profile  
 More options Apr 27 2012, 8:07 am
Newsgroups: comp.lang.lisp
From: Rupert Swarbrick <rswarbr...@gmail.com>
Date: Fri, 27 Apr 2012 13:07:26 +0100
Local: Fri, Apr 27 2012 8:07 am
Subject: Re: GUI library/toolkit recommendation

Whoah! Impoliteness seems fine on this newsgroup but flat-out
unpleasantness isn't necessary.

Note that cl-2d is for plotting, using Cairo (via cl-cairo). Neither of
these is concerned with questions like "Where is the mouse?" or "Has
someone clicked recently?" or ...

This sounds like you'd probably like a lighter-weight solution than all
of CLG, but if you're interested there's a not-quite-so-broken version
at my Github repository (https://github.com/rswarbrick/clg). It
definitely compiles and loads with SBCL; I haven't tested other
implementations. Playing a slo-mo game of whack-a-mole to try and fix
assumptions that the original author made that aren't true in 2012
(either because of changes in SBCL or in Gtk).

Rupert

  application_pgp-signature_part
< 1K Download

 
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.
Madhu  
View profile  
 More options Apr 27 2012, 8:49 am
Newsgroups: comp.lang.lisp
From: Madhu <enom...@meer.net>
Date: Fri, 27 Apr 2012 18:19:28 +0530
Local: Fri, Apr 27 2012 8:49 am
Subject: Re: GUI library/toolkit recommendation

I don't believe the question was asked in good faith, but was asked in
anticipation of Xach's reply, and subsequently to correlate
quicklisp/github bandwidth in response to the postings on this
newsgroup.  aka an exercise in "advertising/market research"

--- Madhu (well aware of the quality and limitations of pappware)


 
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.
Rupert Swarbrick  
View profile  
 More options Apr 27 2012, 9:56 am
Newsgroups: comp.lang.lisp
From: Rupert Swarbrick <rswarbr...@gmail.com>
Date: Fri, 27 Apr 2012 14:56:41 +0100
Local: Fri, Apr 27 2012 9:56 am
Subject: Re: GUI library/toolkit recommendation

Madhu <enom...@meer.net> writes:
> I don't believe the question was asked in good faith, but was asked in
> anticipation of Xach's reply, and subsequently to correlate
> quicklisp/github bandwidth in response to the postings on this
> newsgroup.  aka an exercise in "advertising/market research"

> --- Madhu (well aware of the quality and limitations of pappware)

Madhu,

You chose to remove the quote of you being offensive when you answered
(I presume) my post. You have also given no evidence for your claim that
Tamas's post is advertising. In fact, he even explained what he wanted
to use the library for.

You speak of the "quality and limitations of pappware" without giving
any indication of what you mean (except for maybe some vague implication
that you believe it's rubbish). But this is irrelevant to the
conversation: as I explained in the previous post (which you also didn't
quote), as far as I know Tamas hasn't written any software that could
help him do what he's asking about.

In gnus-speak: M-2 0 0 0 L a s p <edit contents to "Madhu">. Probably
you shouldn't expect another answer from me on this subject.

Rupert

  application_pgp-signature_part
< 1K Download

 
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.
Madhu  
View profile  
 More options Apr 27 2012, 10:10 am
Newsgroups: comp.lang.lisp
From: Madhu <enom...@meer.net>
Date: Fri, 27 Apr 2012 19:40:47 +0530
Local: Fri, Apr 27 2012 10:10 am
Subject: Re: GUI library/toolkit recommendation

* Rupert Swarbrick <s5lq69xt92....@hake.rswarbrick.dnsalias.com> :
Wrote on Fri, 27 Apr 2012 14:56:41 +0100:

| Probably you shouldn't expect another answer from me on this subject.

I wasn't expecting an answer which necessitated this response, either.
The answers you seek are probably in the archives

--- Madhu


 
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.
Madhu  
View profile  
 More options Apr 27 2012, 10:19 am
Newsgroups: comp.lang.lisp
From: Madhu <enom...@meer.net>
Date: Fri, 27 Apr 2012 19:49:23 +0530
Local: Fri, Apr 27 2012 10:19 am
Subject: Re: GUI library/toolkit recommendation

* Rupert Swarbrick <s5lq69xt92....@hake.rswarbrick.dnsalias.com> :
Wrote on Fri, 27 Apr 2012 14:56:41 +0100:

| In gnus-speak: M-2 0 0 0 L a s p

I suggest you use the kill file faciliuty instead to avoid seeing any
messages from me, and that would help avoid both of us wasting any more
time on each other --- Madhu


 
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.
Tamas Papp  
View profile  
 More options Apr 27 2012, 10:44 am
Newsgroups: comp.lang.lisp
From: Tamas Papp <tkp...@gmail.com>
Date: Fri, 27 Apr 2012 14:44:29 +0000 (UTC)
Local: Fri, Apr 27 2012 10:44 am
Subject: Re: GUI library/toolkit recommendation

On Fri, 27 Apr 2012 12:25:29 +0200, Morten Nygaard Ĺsnes wrote:
> Check out Ltk: http://www.peter-herth.de/ltk/ Should be available
> anywhere you can install Tcl/Tk, and is probably the most
> straightforward Gui to get started with in Common Lisp.

Thanks!  LTK is fantastic.  Here is the script that I wrote as a solution:

http://paste.lisp.org/display/129192#1

Maybe I'll make it standalone, there is no comparable utility that I
could find for Linux.

Best,

Tamas


 
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.
Tamas Papp  
View profile  
 More options Apr 27 2012, 10:52 am
Newsgroups: comp.lang.lisp
From: Tamas Papp <tkp...@gmail.com>
Date: Fri, 27 Apr 2012 14:52:17 +0000 (UTC)
Local: Fri, Apr 27 2012 10:52 am
Subject: Re: GUI library/toolkit recommendation

On Fri, 27 Apr 2012 13:07:26 +0100, Rupert Swarbrick wrote:
> Note that cl-2d is for plotting, using Cairo (via cl-cairo). Neither of
> these is concerned with questions like "Where is the mouse?" or "Has
> someone clicked recently?" or ...

Indeed :-)

> This sounds like you'd probably like a lighter-weight solution than all
> of CLG, but if you're interested there's a not-quite-so-broken version
> at my Github repository (https://github.com/rswarbrick/clg). It

CLG definitely looks interesting, but I ended up solving the problem
with LTK.  Now I have my dead pixel tester utility - in CL!

> definitely compiles and loads with SBCL; I haven't tested other
> implementations. Playing a slo-mo game of whack-a-mole to try and fix
> assumptions that the original author made that aren't true in 2012
> (either because of changes in SBCL or in Gtk).

I noticed that the library has some Cairo bindings.  If you happen to
find maintaining that part burdensome, you might want to take a look
at cl-cairo2 -- it definitely underwent a period of neglect (I wasn't
using it), but Ryan Pavlik has taken over recently and he has been
very active.

Best,

Tamas


 
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.
Rupert Swarbrick  
View profile  
 More options Apr 27 2012, 11:17 am
Newsgroups: comp.lang.lisp
From: Rupert Swarbrick <rswarbr...@gmail.com>
Date: Fri, 27 Apr 2012 16:17:49 +0100
Local: Fri, Apr 27 2012 11:17 am
Subject: Re: GUI library/toolkit recommendation

Tamas Papp <tkp...@gmail.com> writes:
> CLG definitely looks interesting, but I ended up solving the problem
> with LTK.  Now I have my dead pixel tester utility - in CL!

Cool!

>> definitely compiles and loads with SBCL; I haven't tested other
>> implementations. Playing a slo-mo game of whack-a-mole to try and fix
>> assumptions that the original author made that aren't true in 2012
>> (either because of changes in SBCL or in Gtk).

> I noticed that the library has some Cairo bindings.  If you happen to
> find maintaining that part burdensome, you might want to take a look
> at cl-cairo2 -- it definitely underwent a period of neglect (I wasn't
> using it), but Ryan Pavlik has taken over recently and he has been
> very active.

Indeed! I've actually used them myself with some (very incomplete)
poppler bindings. CLG is a reasonably old project and I'm quite new to
it. There's a huge amount of cruft to do with supporting different
implementations, seemingly reimplementing CFFI, BORDEAUX-THREADS,
CLOSER-MOP etc. etc. [1]

As such, my grand plan is to gently take an axe to the codebase,
replacing such brittle stuff with calls to portability wrappers. And
also make the library a bit more rock solid. And maybe even add some
docstrings... And, of course, move to Gtk3.

The plan is to end up with a smaller library with the same functionality
and one that I (or someone else) could plausibly keep in shape.

If I can find a way to replace the Cairo bindings with calls to
cl-cairo2, I'll definitely do so. That's probably some way down the list
though, since I'm not using much of Cairo for the application I'm trying
to write with it at the moment.

Rupert

[1] To be fair, I haven't checked: these might not have existed when
    some of CLG was written.

  application_pgp-signature_part
< 1K Download

 
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.
D Herring  
View profile  
 More options Apr 27 2012, 8:57 pm
Newsgroups: comp.lang.lisp
From: D Herring <dherr...@at.tentpost.dot.com>
Date: Fri, 27 Apr 2012 20:57:32 -0400
Local: Fri, Apr 27 2012 8:57 pm
Subject: Re: GUI library/toolkit recommendation
(for any newbies who wander by)

On 04/27/2012 08:49 AM, Madhu wrote:

> I don't believe the question was asked in good faith, but was asked in
> anticipation of Xach's reply, and subsequently to correlate
> quicklisp/github bandwidth in response to the postings on this
> newsgroup.  aka an exercise in "advertising/market research"

Good grief!  Paranoid much?

While I've publicly disagreed with a couple things Quicklisp does, and
I'm disappointed that my own distribution experiment didn't go as
well, I still have a lot of respect for what Xach has done.

Hint: Xach isn't making money off of Quicklisp; it really is a
volunteer effort to help the community.  He does some advertising --
that's how to spread a message -- but fake plants disguised as a
question that comes up every year or so?  That's quite the stretch.

In the US, we have an old saying about "don't look a gift horse in the
mouth".

Madhu, if you want to contribute, that's one thing.  But hatching
conspiracy theories and spreading unfounded rumors about open
projects?  That's a whole other game.  Look in the mirror.

- Daniel


 
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.
Zach Beane  
View profile  
 More options Apr 27 2012, 9:03 pm
Newsgroups: comp.lang.lisp
From: Zach Beane <x...@xach.com>
Date: Fri, 27 Apr 2012 21:03:30 -0400
Local: Fri, Apr 27 2012 9:03 pm
Subject: Re: GUI library/toolkit recommendation

D Herring <dherr...@at.tentpost.dot.com> writes:
> Hint: Xach isn't making money off of Quicklisp; it really is a
> volunteer effort to help the community.

I do make some money off Quicklisp. I accept donations, and people have
donated. I've use that money to go to Lisp meetings, buy computer
hardware, and buy a beer or lunch occasionally.

Zach


 
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.
Zach Beane  
View profile  
 More options Apr 27 2012, 9:04 pm
Newsgroups: comp.lang.lisp
From: Zach Beane <x...@xach.com>
Date: Fri, 27 Apr 2012 21:04:33 -0400
Local: Fri, Apr 27 2012 9:04 pm
Subject: Re: GUI library/toolkit recommendation

Zach Beane <x...@xach.com> writes:
> D Herring <dherr...@at.tentpost.dot.com> writes:

>> Hint: Xach isn't making money off of Quicklisp; it really is a
>> volunteer effort to help the community.

> I do make some money off Quicklisp. I accept donations, and people have
> donated. I've use that money to go to Lisp meetings, buy computer
> hardware, and buy a beer or lunch occasionally.

Oh, and to pay for hosting, too, though the price for hosting is pretty
low. Amazon has a pretty great deal going for my Quicklisp needs.

Zach


 
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.
Madhu  
View profile  
 More options Apr 27 2012, 9:52 pm
Newsgroups: comp.lang.lisp
From: Madhu <enom...@meer.net>
Date: Sat, 28 Apr 2012 07:22:49 +0530
Local: Fri, Apr 27 2012 9:52 pm
Subject: Re: GUI library/toolkit recommendation

* D Herring <jnff9t$4h...@dont-email.me> :
Wrote on Fri, 27 Apr 2012 20:57:32 -0400:

| In the US, we have an old saying about "don't look a gift horse in the
| mouth".

It would have done those greeks well to look up the Trojan horse at the
mouth.  What is "Free" usually has a 10 million budget from stanford
capital.

| Madhu, if you want to contribute, that's one thing.  But hatching
| conspiracy theories and spreading unfounded rumors about open
| projects?  That's a whole other game.  Look in the mirror.

You should stop being naive, or you should stop working for satan.

The library market isnt an honest about software, it is about bandwidth
advertising and about getting 3rd-party-controlled-infrastructure on the
customers machine on the google "people" model.

It would appear that the only people left here are the marketing types
whose value for the NWO comes from their loudness in shaping uninformed
opinion on this newsgroup. and marketing. So far we have an endorsment
for Amazon.

--- Madhu


 
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.
D Herring  
View profile  
 More options Apr 28 2012, 8:11 am
Newsgroups: comp.lang.lisp
From: D Herring <dherr...@at.tentpost.dot.com>
Date: Sat, 28 Apr 2012 08:11:13 -0400
Local: Sat, Apr 28 2012 8:11 am
Subject: Re: GUI library/toolkit recommendation
On 04/27/2012 09:04 PM, Zach Beane wrote:

> Zach Beane<x...@xach.com>  writes:

>> D Herring<dherr...@at.tentpost.dot.com>  writes:

>>> Hint: Xach isn't making money off of Quicklisp; it really is a
>>> volunteer effort to help the community.

>> I do make some money off Quicklisp. I accept donations, and people have
>> donated. I've use that money to go to Lisp meetings, buy computer
>> hardware, and buy a beer or lunch occasionally.

> Oh, and to pay for hosting, too, though the price for hosting is pretty
> low. Amazon has a pretty great deal going for my Quicklisp needs.

Hi Zach,

My original statement left room for misinterpretation.

By my understanding, you are accepting donations for a serious hobby
project and are not making any "real money" that you can rely on.

I wouldn't mind if you are making a small profit.  You might want to
make an announcement if you do start pulling in substantial donations
(comparable to pay for the time and resources you put in each month).
  Transparency helps people have fair expectations.  Showing that the
community supports core projects is a success story for CL in its own way.

- Daniel


 
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.
antirealist  
View profile  
 More options Apr 28 2012, 2:05 pm
Newsgroups: comp.lang.lisp
From: antirealist <antireal...@gmail.com>
Date: Sat, 28 Apr 2012 11:05:06 -0700 (PDT)
Local: Sat, Apr 28 2012 2:05 pm
Subject: Re: GUI library/toolkit recommendation

On Friday, April 27, 2012 9:52:49 PM UTC-4, Madhu wrote:
> It would have done those greeks well to look up the Trojan horse at the
> mouth.

Actually, the Greeks were inside the horse. A common misconception.

 
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.
polos.ru...@gmail.com  
View profile  
 More options Apr 30 2012, 10:16 am
Newsgroups: comp.lang.lisp
From: polos.ru...@gmail.com
Date: Mon, 30 Apr 2012 07:16:03 -0700 (PDT)
Local: Mon, Apr 30 2012 10:16 am
Subject: Re: GUI library/toolkit recommendation

> Thanks!  LTK is fantastic.  Here is the script that I wrote as a solution:

> http://paste.lisp.org/display/129192#1

sweet! here's a cute (aka Qt) solution:

http://paste.lisp.org/+2RPS

--

WJ: it's your turn, at the usual conditions:

  time: max 5 years
  size: max 5 LOC
  lang: anything less rich than CL

(Can't wait to read you in ....2017?)


 
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.
Marco Antoniotti  
View profile  
 More options Apr 30 2012, 11:25 am
Newsgroups: comp.lang.lisp
From: Marco Antoniotti <marc...@gmail.com>
Date: Mon, 30 Apr 2012 08:25:41 -0700 (PDT)
Local: Mon, Apr 30 2012 11:25 am
Subject: Re: GUI library/toolkit recommendation

Only 5 years.  Come on!  It has taken him longer for shorter programs :)

MA


 
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.
namekuseijin  
View profile  
 More options Apr 30 2012, 1:12 pm
Newsgroups: comp.lang.lisp
From: namekuseijin <namekusei...@gmail.com>
Date: Mon, 30 Apr 2012 10:12:30 -0700 (PDT)
Local: Mon, Apr 30 2012 1:12 pm
Subject: Re: GUI library/toolkit recommendation
Em segunda-feira, 30 de abril de 2012 11h16min03s UTC-3, polos...@gmail.com  escreveu:

> > Thanks!  LTK is fantastic.  Here is the script that I wrote as a solution:

> > http://paste.lisp.org/display/129192#1

> sweet! here's a cute (aka Qt) solution:

> http://paste.lisp.org/+2RPS

I have a feeling the above would simply be shorter, simpler and more straightforward as a C/C++ program...

BTW, I was under the impression that LTK would be some Lisp wrapper for TCL's TK.  That would make far more sense as far as high level GUI programming goes.

That or racket's GUI module...


 
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.
namekuseijin  
View profile  
 More options Apr 30 2012, 1:16 pm
Newsgroups: comp.lang.lisp
From: namekuseijin <namekusei...@gmail.com>
Date: Mon, 30 Apr 2012 10:16:03 -0700 (PDT)
Local: Mon, Apr 30 2012 1:16 pm
Subject: Re: GUI library/toolkit recommendation
Em sábado, 28 de abril de 2012 15h05min06s UTC-3, antirealist  escreveu:

> On Friday, April 27, 2012 9:52:49 PM UTC-4, Madhu wrote:
> > It would have done those greeks well to look up the Trojan horse at the
> > mouth.

> Actually, the Greeks were inside the horse. A common misconception.

yep, the Trojan was a "present" from the Greeks to the Trojans.  Hence that other saying about greeks and their presents... :)

 
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.
namekuseijin  
View profile  
 More options Apr 30 2012, 1:17 pm
Newsgroups: comp.lang.lisp
From: namekuseijin <namekusei...@gmail.com>
Date: Mon, 30 Apr 2012 10:17:17 -0700 (PDT)
Local: Mon, Apr 30 2012 1:17 pm
Subject: Re: GUI library/toolkit recommendation
Em sexta-feira, 27 de abril de 2012 22h52min49s UTC-3, Madhu  escreveu:

you're quite insane, dude.

 
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.
Madhu  
View profile  
 More options Apr 30 2012, 9:11 pm
Newsgroups: comp.lang.lisp
From: Madhu <enom...@meer.net>
Date: Tue, 01 May 2012 06:41:09 +0530
Local: Mon, Apr 30 2012 9:11 pm
Subject: Re: GUI library/toolkit recommendation

* namekuseijin <29134876.455.1335806238049.JavaMail.geo-discussion-forums@ynce8> :
Wrote on Mon, 30 Apr 2012 10:17:17 -0700 (PDT):

| you're quite insane, dude.

And you are quite the brainwashed schemer who passed (really "failed")
the Scheme Personality Test. Please quit polluting this newsgroup with
your inane posts.

And you're ugly too

--- Madhu


 
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.
polos.ru...@gmail.com  
View profile  
 More options May 1 2012, 5:28 pm
Newsgroups: comp.lang.lisp
From: polos.ru...@gmail.com
Date: Tue, 1 May 2012 14:28:48 -0700 (PDT)
Local: Tues, May 1 2012 5:28 pm
Subject: Re: GUI library/toolkit recommendation

> I have a feeling the above would simply be shorter, simpler and more straightforward as a C/C++ program...

let's clear some points:

- a GUI is always an *illusion* (it's not real)
- real things (like the chair you're probably sitting on) are made out of real physics
- the above means: you can *experience* them with your common senses, allowing you to discern from phantasy

but:

- computer programs are *not* *real*
- they fake physics creating a (quite perfect) illusion using a perfect philosophy (mathematics)
- when a computer program works, that doesn't mean anything *real* (as any illusion is possible in our phantasy)

so:

- yes, Lisp would allow for a perfect *simplicity* solution
- but that would be an illusion in it's own way, because:
- we all are made out of different, not interchangeable physical experiences

conclusion:

(sorry, I'm real, so I don't have the illusion to be of any value to your real, physical existence)

;)


 
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 J. Bourguignon  
View profile  
 More options May 1 2012, 6:03 pm
Newsgroups: comp.lang.lisp
From: "Pascal J. Bourguignon" <p...@informatimago.com>
Date: Wed, 02 May 2012 00:03:31 +0200
Local: Tues, May 1 2012 6:03 pm
Subject: Re: GUI library/toolkit recommendation

I object to both points.

Physics tells us that nothing is real.  Energy is only some
concentration of information; mater is only some concentration of
energy.

http://en.wikipedia.org/wiki/Holographic_principle#Energy.2C_matter.2...
http://en.wikipedia.org/wiki/Entropy_in_thermodynamics_and_informatio...

So your "real" chair, is no more real than a chair "simulated" in a
computer system.

And on the other hand, the things you have in a computer systems have a
physical base, as electrical charges around semicondutors in your
computer processor and memory, and as electrical charges and photons in
your LCD display.  The image of the GUI window you see on your screen is
as physical as the image you may see of the chair on which you sit.

> so:

> - yes, Lisp would allow for a perfect *simplicity* solution
> - but that would be an illusion in it's own way, because:
> - we all are made out of different, not interchangeable physical
>   experiences

I fail to see how that's relevant to the post you answered to, thought.

> conclusion:

> (sorry, I'm real, so I don't have the illusion to be of any value to
> your real, physical existence)

You're not anymore real than your chairs or your computer programs:
you're just some mathematical construct in God's mind.

--
__Pascal Bourguignon__                     http://www.informatimago.com/
A bad day in () is better than a good day in {}.


 
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.
Messages 1 - 25 of 42   Newer >
« Back to Discussions « Newer topic     Older topic »