|
On Wed, 14 Oct 2009 21:15:27 +0900, Benjamin L. Russell <DekuDekuplex@Yahoo.com
Interest in the Scheme programming language seems to be waning in
general these days, what with the R5RS vs. R6RS schism and the
movement toward formalizing this schism...
Started by Benjamin L. Russell on
, 5 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
Both of them aren't treated as well as
they could be in any text book, nor explored threaded, and programs making
use of such support would be at least mostly indistinguishable from
programs not making use of such support....
Abstraction.
|
|
I'm using the SICP lectures and text to learn about Scheme on my own. I am looking at an exercise that says "An application of an expression E is an expression of the form (E E1,...En). This includes the case n=0, corresponding to an expression (E). A...
Started by Leonard on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Edit 2 : I just checked in SICP, and it looks like the concepts here aren't explained until section 1.3, while this assignment only mentions section" that I use all the....
Take a look at foo3 , for example.
Of the function, are valid.
|
|
On Thu, 26 Mar 2009 20:07:10 +0900, Benjamin L. Russell <DekuDekuplex@Yahoo.com
There seems to be more discussion of Clojure than newLISP on USENET
these days, even though both are minor Lisp dialects with similar
goals, and users of Clojure probably...
Started by Benjamin L. Russell on
, 29 posts
by 14 people.
Answer Snippets (Read the full thread at omgili):
And you can use any Java classes directly, so you might use the
WeakReference recursions that don't consume stack....
Someone has started to port be collected.
Clojure-mode and
swank-clojure, which lets you use SLIME with clojure.
|
Ask your Facebook Friends
|
I picked up a LISP book at a garage sale the other day and was just wondering if it was worth spending some time on.
Started by Davey on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
Languages sometimes aren't useful in the practical sense of things (maybe you're aren't going to use acquired by different paradigms you aren't too familiar with - and you could use some of you learned there ....
|
|
On Sat, 4 Apr 2009 18:11:54 -0700 (PDT), "laplacian42@gmail.com" <laplacian42@gmail.com
I've noticed on more than one occasion a developer blogging about how
great Lisp is in general, but then using Python in practice.
If that's as common as it...
Started by laplacian42@gmail.com on
, 114 posts
by 22 people.
Answer Snippets (Read the full thread at omgili):
Usually I use Python since I am
way more comfortable with it (well, years of use show results) but ....
On Mon, 6 Apr 2009 00:18:44 everything is just for kicks .
aren't there do you want to have to
"pay" for them? It is your choice.
|
|
Jag tänkte ge några tips till nybörjare i programmering.
Efter att ha läst många trådar här under en tid så tyckte
jag att det behövdes. De två första tipsen är motiverade av
trådar jag sett, resten är mer allmänna tips.
1. Lös problem på egen hand. Läs...
Started by cancerman on
, 8 posts
by 6 people.
Answer Snippets (Read the full thread at pluggakuten):
Now imagine them using their
solutions in their work/clojure/stuart-halloway- … sy-4842694
http....
How did they get so
smart? Aren't they just as focused on details as other
programmers they would
have a collection of solutions.
Can follow.
|
|
That title sounds more argumentative than intended but I don't know enough Lisp to say whether its good or bad. It seems like everyone who has used Lisp loves it yet the most popular languages these days are descended from C.
So what is it about Lisp ...
Started by Darrell Brogdon on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
I've read Lispers complaining about the lack of libraries....
Slow to get started, but makes a good point) On Lisp (a whole book) Lisp - Reasons for Using" first-class functions, you'll be depressed every time you use a language without them.
|
|
Hi,
I'm starting to learn Scheme (r5rs), I have sisc, sketchy lisp and
r5rs report on my desk, but I feel that at some point a good method of
learning the language will be stydying some existing project - this is
how I learned C (C more advanced than...
Started by adam.gordon.webb@gmail.com on
, 6 posts
by 5 people.
Answer Snippets (Read the full thread at omgili):
SICP [1 Scheme,
but if you already know a little about programming, you may find
TSPL and SICP more, Scheme48 was implemented....
Adam.gordon.webb@gmail.com writes:
You may want to consider some of the textbooks written using Scheme.
|
|
Hi everyone. I am 17 year old and I know a little about the basis of
computers and programming. I know very little C. I understand well
topics like memory-management, CPU architecture and the factors of the
difference in speed and memory between High-...
Started by eltoni.91@gmail.com on
, 35 posts
by 18 people.
Answer Snippets (Read the full thread at omgili):
There are good books to read.
But it also depends if it fits your mental.
Lisp
is one of them and is both worth learning and using it.
PS: If you think that Lisp is worth learning and using, than I would
appreciate very much if you.
|
|
It wasn't that long ago that I was a beginning coder, trying to find good books/tutorials on languages I wanted to learn. Even still, there are times I need to pick up a language relatively quickly for a new project I am working on. The point of this ...
Started by Craig H on
, 50 posts
by 47 people.
Answer Snippets (Read the full thread at stackoverflow):
If you're not willing to spend more than $30 and a few... .
If you want to learn Lisp/Scheme, read SICP.
Great idea by the way!
I know this is going to seem old-fashioned, but I don't think much of using to learn C++, read Stroustrup.
|