ps
I hate the marketing word enterprise as much as anyone
> if not why?
Is this a troll? Of course technically there is nothing that stops Scheme
from being able to replace Java 100% in the enterprise. Practically
speaking, of course not, because the enterprise is more than just
technical proficiency.
Aaron W. Hsu
--
A professor is one who talks in someone else's sleep.
what are the barriers?
ho important is vendor tie in?
On Sun, 27 Dec 2009 12:26:02 -0800, gavino wrote:
> if not why?
Most enterprises are more interested in getting things done than in ...
well, anything else, really. That usually means using whatever "works"
for the problem at hand.
Of course, there are other enterprises for which nothing readily
available "works" for what they want to achieve, so they write their own
applications. Some of those even do that in Scheme.
--
Andrew
[I believe that there's a special dispensation for feeding trolls when
one is on Christmas holidays. Compliments of the season to all!]
Short answer, yes.
--
Erik Max Francis && m...@alcyone.com && http://www.alcyone.com/max/
San Jose, CA, USA && 37 18 N 121 57 W && AIM/Y!M/Skype erikmaxfrancis
Never say never / Now I know better
-- Koffee Brown
> Is this a troll?
yes. gavino is a well known troll on comp.lang.lisp who has apparently
now branched out to c.l.s.
--
Raffael Cavallaro
Well, comp.lang.lisp is a poor place to look for references when
judging a poster's personality, however. I used to post there a long
time ago, too, but quickly stopped as soon as I realized that there
were at few extremely vocal proponents of Common Lisp there who were
extremely critical of almost anyone who didn't share their viewpoint.
I myself will post on almost any lisp-related forum *except* for
comp.lang.lisp.
-- Benjamin L. Russell
--
Benjamin L. Russell / DekuDekuplex at Yahoo dot com
http://dekudekuplex.wordpress.com/
Translator/Interpreter / Mobile: +011 81 80-3603-6725
"Furuike ya, kawazu tobikomu mizu no oto."
-- Matsuo Basho^
> Well, comp.lang.lisp is a poor place to look for references when
> judging a poster's personality, however.
"Troll" is not a personality description. It is an term describing the
posting habits of certain individuals who start numerous threads with
vague and/or contentious subject lines intended merely to elicit
numerous responses.
Do a simple test: search google groups for the total number of threads
*started* by gavino. Now compare this number with his total posts. Now
do the same for any frequent poster to c.l.l (yours truly for example).
See a pattern?
gavino: 9 matches in past month, *6* of which are threads he started
me: 7 matches in past month, 0 of which are threads I started.
gavino is a troll.
--
Raffael Cavallaro
He's been bugging schemers since at least 2006. There are c.l.s posts
from him dating from that time, and he also used to appear in #scheme
on freenode. Same pattern - always either asking for help with an
ambitious-sounding but vague projects which he never provides any
detail on (like 'building a kick-ass website'), or asking questions
like this one about scheme in the marketplace. He does occasionally
ask more directed questions, but he's never shown any inclination to
do the work required to learn scheme or even understand the answers
people give - at the very best he's a daydreamer who expects other
people to spoon-feed him information to fuel his daydreams.
-A.
He is growing as a troll; growing is cool no? ;)
>On Dec 28, 2:29?pm, Raffael Cavallaro
I see.
In that case, just to be fair, let me provide an opportunity for
Gavino to demonstrate whether whether he can learn Scheme:
Gavino, now that we have responded to two of your questions, it's your
turn to answer two of mine:
Question 1:
What does the following well-known line of Scheme code return?
(lambda (x) (x x)) (lambda (x) (xx))
Question 2:
Hypothetically speaking, if a Schemer says that your progress in
learning Scheme is equivalent to the amount of progress achieved by
this line of Scheme code in processing its input, is that Schemer
praising you or criticizing you?
-- Benjamin L. Russell
>Gavino, now that we have responded to two of your questions, it's your
>turn to answer two of mine:
>
>Question 1:
>
>What does the following well-known line of Scheme code return?
>
> (lambda (x) (x x)) (lambda (x) (xx))
Correction; a space was missing. Please replace the above line with
the following:
(lambda (x) (x x)) (lambda (x) (x x))
Apologies.
-- Benjamin L. Russell
Well, I think you meant:
((lambda (x) (x x)) (lambda (x) (x x)))
Now that's a good question indeed.
Jules.
>Well, I think you meant:
>
> ((lambda (x) (x x)) (lambda (x) (x x)))
Yes; that is what I had meant.
>
>Now that's a good question indeed.
Thank you. Actually, it isn't really a very good question, because
the answer can be looked up rather easily using Google. The answer to
the second one, however, is somewhat harder to find, and requires some
understanding of the semantics in order to answer.
-- Benjamin L. Russell