Re: Globbing

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Rahul Siddharthan
Subject: Re: Globbing
Date: Friday, February 15, 2008 - 11:02 am

"Justin C. Sherrill" wrote:

First, a clarification -- I'm talking about a command shell (like tcsh
or bash), not an interactive interpreter like the standard python
interpreter or the read-eval-print loop (REPL) of lisp systems.  The
latter could, I suppose, be used as a command shell by using language
features (like the "os" module in python) to execute system commands.
But that would be incredibly tedious.


This seems to be an ab initio effort to build a shell with perl-like
language features, not actually built on perl.


That seems to be a REPL.  Ie, it helps developing perl programs, but
is not a substitute for a command shell.


This too is a REPL.


REPL, as far as I can tell.


REPL.

All the REPLs above are comparable to the standard python interactive
interpreter.  ipython is something else.

Rahul
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Globbing, Rahul Siddharthan, (Fri Feb 15, 11:02 am)