Re: Is The Unix accessible through The Terminal Pane...



In article
<5bdcb415-130d-4131-ab7e-8c3dda824f7a@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
The Translucent Amoebae <transamoebae@xxxxxxxxxx> wrote:

Is The Unix accessible through The Terminal Pane a fully programmable
language,
Or merely a tool to perform a very limited number of internal
operations?

Your questions suggests there's a whole lot you don't know about Unix.
What you see when you open a terminal window is a shell prompt. Shells
are interactive programs that allow you to access various parts of the
system. But shells are just one very small part of the system. For
instance, whenever you enter a shell command like "ls -al", or "man ls",
the shell actually launches a separate "ls" or "man" program. There are
probably hundreds of thousands of command-line programs available to you
in a default install of Mac OS X. As far as specific languages go, you
can program in just about any language you want on Mac OS X through
command-line compilers and interpreters, or though Xcode or other GUI
development environments. Shells, being interactive programs that accept
your input, have their own syntax or language. Put simply, Mac OS X is
through-and-through Unix, so you've got all the programs and tools
available to you that most any other Unix has.

--
Send responses to the relevant news group rather than email to me.
E-mail sent to this address may be devoured by my very hungry SPAM
filter. Due to Google's refusal to prevent spammers from posting
messages through their servers, I often ignore posts from Google
Groups. Use a real news client if you want me to see your posts.

JR
.



Relevant Pages

  • Re: Reintroducing fish, the friendly interactive shell
    ... opinion) to focus on how to design a good _language_. ... macro language, it makes perfect sense. ... I don't think shells ever claimed to be macro languages. ... substitution, wildcard substitution, alias substitution and many other ...
    (comp.unix.shell)
  • Re: Is The Unix accessible through The Terminal Pane...
    ... Your questions suggests there's a whole lot you don't know about Unix. ... in a default install of Mac OS X. ... can program in just about any language you want on Mac OS X through ... Use a real news client if you want me to see your posts. ...
    (comp.sys.mac.system)
  • Re: Is The Unix accessible through The Terminal Pane...
    ... Your questions suggests there's a whole lot you don't know about Unix. ... in a default install of Mac OS X. ... can program in just about any language you want on Mac OS X through ... email to oshea dot j dot j at gmail dot com. ...
    (comp.sys.mac.system)
  • Re: call c/c++ function from unix shell scripts
    ... I have the a object file having the definition of functions written ... Some shells such as bash and ksh93 can load shared libraries. ... TCL was originally designed to be a "glue language", ... write most of the glue code for you for lots of scripting languages. ...
    (comp.unix.shell)
  • Re: running shell script: "permission denied" message & misc question
    ... All of these are the various shells that I can ... It depends on what shell or language the script was written ... You have a choice between downloading the .pdf or html versions. ...
    (alt.os.linux)