The "does Python have variables?" debate

Marko Rauhamaa marko at pacujo.net
Thu May 8 03:03:07 EDT 2014


Rustom Mody <rustompmody at gmail.com>:

> I get the impression that you dont get the difference (I think Marko
> is making) between
> - language has pointers
> - language has pointer semantics

Yes.

Like Python, Java doesn't have pointers. However, when you try to
dereference null, a NullPointerException is thrown. Pointers shining
through...

Lisp never tried to pretend otherwise. Any introductory lisp tutorial
will draw pictures of CAR/CDR cells with pointers coming out.


Marko



More information about the Python-list mailing list