M
M
Metalhead652014-12-03 15:35:08
Lisp
Metalhead65, 2014-12-03 15:35:08

Lisp language and what to study next?

I started learning programming after looking at a bunch of topics and topics, but I decided to start with Lisp and the SICP book. Here a question arises. What will follow next, more precisely after I learn to more or less understand the Lisp language, where should I switch? I know this is a bit of a dumb question, but I'm wondering where all this might lead me. And yes, how long will it take?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
M
Mikhail Potanin, 2014-12-05
@potan

SICP is about programming in general. Scheme is a simple language that allows you to learn programming, not a language.
After SICP, you can program on anything, it is not difficult to master the new syntax. If you like brackets, you can try Clojure.
But don't take SICP as a LISP textbook. Even in a simple Scheme, there are many subtleties that are not mentioned in the book. Especially in such a monster as Common Lisp or modern Racket and Clojure.

A
Alexander Vasilenko, 2015-10-17
@SanchelliosProg

LISP can take you anywhere. It will be quite a radiant place if you have titanium alloy eggs. I would advise you to know some of the currently popular languages: Python, Java, C, C++, JavaScript. It all depends on the task. What do you want to write? What do you want to do? Answer this question, and then find the best language for it.

S
Stanisav, 2014-12-03
@NCNecros

If you know English, then find SICP, which is taught now, in python. I think knowledge will be more relevant.

T
TomasHuk, 2014-12-03
@TomasHuk

There was a similar question recently . Look at the answers.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question