|
I've just started one of my courses, as classes just began 2 weeks ago, and we are learning Scheme right now in one for I assume some reason later on, but so far from what he is teaching is basically how to write in scheme. As I sit here trying to stay...
Started by chicken on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
My problem was when learning in learning....
I wish my school forced us to learn a functional programming language.
Are learning scheme, you can learn all about how object systems are implemented (hint: an object system.
|
|
Hey everyone,
I've been making my way through The Little Schemer and was wondering what environment/ide/interpreter would be best to use in order to test any of the Scheme code I jot down for myself.
Thanks
Started by David in Dakota on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
If you just wantDr Scheme....
GREAT way to learn scheme.
PLT Scheme (DrScheme) is one of the best IDEs out on a Palm Pilot, take it anywhere, and scheme on the go.
I used MIT Scheme .
learning the language.
|
|
I've read JRM's Syntax-rules Primer for the Merely Eccentric and it has helped me understand syntax-rules and how it's different from common-lisp's define-macro. syntax-rules is only one way of implementing a syntax transformer within define-syntax.
I...
Started by Kyle Burton on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The list of resources at The Scheme Cookbook is a great place to start.
Read the PLT Scheme documentation on syntax-case for a few more examples, and to learn about the variation in implementation.
|
Ask your Facebook Friends
|
As biology, worth learning mark schemes? hi guys,
so ive got the molecules food and diversity module tommorow from ocr.
i know biology has a very specific mark scheme, you can know alot of biology but still fail an exam due to poor exam technique, so...
Started by DeepBlue-4 on
, 14 posts
by 4 people.
Answer Snippets (Read the full thread at thestudentroom):
Re: as biology, worth learning mark schemes?
Should you look at mark schemes and try and learn for Biology, especially since OCR are so picky.
|
|
I am going to read the classic "Structure and Interpretation of Computer Programs" link text and it utilizes the Scheme language to teach its material. Does any one have advice about what Scheme would be easy to use (on Windows) and complete? Thanks!
Answer Snippets (Read the full thread at stackoverflow):
That's what we have used are not an experienced programmer, you would... .
It worksI use PLT Scheme with the DrScheme programming environment.
You'll have to learn a bit of Emacs, but that's useful to know anyway.
GNU Scheme for SICP.
|
|
Which would you recommend learning, CL or Scheme? What are the pros and cons of each, compared to eachother?
Started by TraumaPony on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
From a section of the introduction of Practical Common Lisp (great a Lisp, scheme....
Common as an actual useful language in the filed of AI, whereas Scheme is more looked upon as a learning learning and fun, use Scheme.
|
|
If I want to learn Clojure, should I start by learning Scheme or Common Lisp?
Or is Clojure different enough from both of these, that I should just start learning Clojure by itself?
Started by uzo on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
My first Lisp ....
If you'd rather play as you're learning Clojure.
Then dabble in CL to study Lisp, Scheme is a good place to start.
With Scheme because it's the simplest language of the three and therefore easiest to learn.
|
|
On Fri, 31 Jul 2009 12:21:23 -0700 (PDT), Robert Hicks <sigzero@gmail.com
What is the best book to use when learning Scheme with the latest PLT
download?
Robert
Started by Robert Hicks on
, 11 posts
by 8 people.
Answer Snippets (Read the full thread at omgili):
Hsu
--
Of all tyrannies, a tyranny sincerely exercised documents that are intended for ... .
Aaron W.
To be learning Scheme from that book and I got back "That book
teaches
the R6RS version and R6RS
PLT Scheme with each of them.
|
|
I started learning Scheme for fun, and was wondering if anyone uses it for a living as a prime programming language... or even as an additional tool to the programming arsenal? If so, what do you use it for? What kind of problems do you typically solve...
Started by Andrei on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
Seeing how Scheme....
GEDA is the gnu electronic design automation package and is one the extension language .
Closely, and these are not specifically Scheme.
Some GNOME apps are scriptable with the Guile dialect of Scheme, most notably GIMP .
|
|
Hi,
I've been wanting to teach myself Lisp for a while. However, all the interpreters of which I've heard involve some flavor of emacs. Are there any command line interpreters, such that I could type this into the command line:
lispinterpret sourcefile...
Started by Nathan Fellman on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
As you is that you (think you) don't....
A program written for one is unlikely to run on the other .
Mentioned, SICP is for learning Scheme, not Lisp (or at least, not Common Lisp and not Emacs Lisp Lisp is very different from Scheme.
|