|
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.
|
|
On Mon, 19 Oct 2009 10:10:02 -0700, Ray <bear@sonic.net
I think that before such a book can exist - and use scheme -
scheme itself has to have several properties which it does
not now have.
Firstly, you have to figure out this; why are ...
Started by Ray on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at omgili):
At Indiana....
That is, you can use Logic programming
Scheme.
Curiously, the course in a way that is easy, simple, and actually makes it useful.
To be the very components missing from most courses that
exclusively use SICP.
|
|
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 ....
|
Ask your Facebook Friends
|
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.
|
|
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.
|
|
Spoiler'd stuff is just background info and isn't super relevant.
Spoiler: show I've been spending a lot of time thinking about the future, lately. I'm in a good place at work, at a technology company that values and takes care of its employees, and tries...
Started by hanser on
, 20 posts
by 11 people.
Answer Snippets (Read the full thread at arstechnica):
The thing to appreciate about using them in most cases is that they are indicating from this is the ability to the ....
Learning from something like SICP will hopefully make design patterns.
Limitations of the language you are using.
|
|
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.
|
|
What are some good examples that I can use to explain functional programming?
The audience would be people with little programming experience, or people who only have object-oriented experience.
Started by Brightside on
, 11 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
SICP has plenty....
In this article I will explain the most widely used ideas from functional languages using examples other possibilities to show how flexible FP is: lazy evaluation can be implemented using nullary learning.
|
|
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.
|
|
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.
|