Do you know any other programming languages that have interactive mode like Python?

Posted by systempuntoout on Stack Overflow See other posts from Stack Overflow or by systempuntoout
Published on 2010-04-04T17:22:44Z Indexed on 2010/04/04 17:33 UTC
Read the original article Hit count: 323

Python language has a well known feature named interactive mode where interpreter can read commands directly from tty.
I tipically use this mode to test if a given module is in the classpath or to play around and test some snippets.

Do you know any other programming languages that has Interactive Mode?

© Stack Overflow or respective owner

Related posts about python

Related posts about language-features