|
|
||||||
|
#1
|
|
|
|
|
A question:
If I try to learn Emacs Lisp while also learning Common Lisp, am I going to damage my understanding of either in some way? |
|
|
|
#2
|
|
|
|
|
"Paul Lange" <plange> writes:
> A question: > > If I try to learn Emacs Lisp while also learning Common Lisp, am I > going to damage my understanding of either in some way? Depends whether you can keep them separate in your mind. If you can, observing the differences should be educational. But if not, you'll possibly waste some time discovering the differences the hard way, namely having your programs not work in one language or the other and finding out after many hours of banging your head against the problem that it's because one language doesn't work quite the way the other does. -Peter |
|
#3
|
|
|
|
|
No, learning a new lisp dialect is a good idea. There are many ideas
that are the same but Common Lisp and Elisp still have many differences. |
|
#4
|
|
|
|
|
"Paul Lange" <plange> writes:
> A question: > > If I try to learn Emacs Lisp while also learning Common Lisp, am I > going to damage my understanding of either in some way? A reply: Does learning things normally damage you? I see no reason why you couldn't learn both. In fact, it may help your understanding of both because the differences should be easy to see. But there are significant differences, so if you are unsure about something, don't make assumptions. Ask someone who knows. ~jrm |
|
#5
|
|
|
|
|
Joe Marshall wrote:
> "Paul Lange" <plange> writes: > >> A question: >> >> If I try to learn Emacs Lisp while also learning Common Lisp, am I >> going to damage my understanding of either in some way? > > A reply: > > Does learning things normally damage you? It might hurt learning speed for the other language. I'm experiencing that with foreign languages. Seems like you (or rather I) can only seriously learn one language at a time. Seems like Spanish has to wait now... |
|
#6
|
|
|
|
|
Ulrich Hobelmann <u.hobelmann> writes:
>> Does learning things normally damage you? > > It might hurt learning speed for the other language. I'm experiencing > that with foreign languages. Seems like you (or rather I) can only > seriously learn one language at a time. Seems like Spanish has to > wait now... As a French native, when I was learning Spanish, it clearly used up some neurons in my English speach memories. It was really hard to speak English without uttering Spanish words. But then things stabilized and it doesn't occurs any more. Strangely, for writting (typing), it didn't occur (I must have allocated more neurons to reading/writting). |
|
#7
|
|
|
|
|
On Wed, 17 Aug 2005 19:36:50 +0200, Pascal Bourguignon <spam> wrote:
> As a French native, when I was learning Spanish, it clearly used up > some neurons in my English speach memories. It was really hard to > speak English without uttering Spanish words. But then things > stabilized and it doesn't occurs any more. Strangely, for writting > (typing), it didn't occur (I must have allocated more neurons to > reading/writting). "Writting" is not English, though... :) (Sorry, couldn't resist.) <http://www.wsu.edu/~brians/errors/writting.html> Cheers, Edi. |
|
#8
|
|
|
|
|
Joe Marshall wrote:
> "Paul Lange" <plange> writes: >>>A question: >> >>If I try to learn Emacs Lisp while also learning Common Lisp, am I >>going to damage my understanding of either in some way? >> A reply: > > Does learning things normally damage you? Well, there is anecdotal evidence about BASIC and COBOL... |
|
#9
|
|
|
|
|
hi edi, that is a great site. many hours of interesting reading.
Here is an interesting one which following would make a lot of technical writing more difficult. http://www.wsu.edu/~brians/errors/functionality.html |
|
#10
|
|
|
|
|
Edi Weitz wrote:
> > "Writting" is not English, though... :) > Maybe it should be a verb for hitting people with writs, though, by english verbification rules. "That bastard is writting me, just because I planted my rare anchovy stink tree near his rose garden!" |
|
#11
|
|
|
|
|
David Golden <david.golden> writes:
> Edi Weitz wrote: >> >> "Writting" is not English, though... :) >> > > Maybe it should be a verb for hitting people with writs, though, by > english verbification rules. > > "That bastard is writting me, just because I planted my rare anchovy > stink tree near his rose garden!" Habeus corpus him back. |
|
|
| Similar Threads | |
| Emacs Lisp's "mapconcat" in Common Lisp? It's a Common Lisp newbie here; I'm more experienced in Emacs Lisp. I wonder if there is similar function in CL like Emacs Lisp's "mapconcat": (mapconcat 'identity '("one"... |
|
| how is emacs lisp syntax colored in emacs-lisp-mode? when coding elisp, lately i find myself using camelCase style for my own function and variable names. Because i find that easier to distinguish from built-in... |
|
| Nested Lambda function gives error in common lisp, guile, emacs lisp but works in scheme. Why? Please explain the below errors: guile> (((lambda (a) (lambda (b) (list a b))) 1) 2) (1 2) i i i i i i i ooooo o ooooooo ooooo ooooo I I I I I I I ... |
|
| Emacs' Common Lisp package I am writing a tutorial and cookbook for the CL package included with GNU Emacs. The CL package implements a very large subset of Common Lisp (no CLOS.) This lets you work in... |
|
| Emacs Lisp for the Common Lisper? Are there any good sources out there for how to write good Emacs Lisp that don't make the assumption that you don't know Lisp in general? I ask because there seems to be... |
|
|
All times are GMT. The time now is 04:37 PM. | Privacy Policy
|