Programming Languages
Hacks in following languages -
-
SHELL - A better approach to have a small set of processing programs together
with a program made to "glue the parts together." On a UNIX system such a program is called the shell (in contrast with
the core that contains time-sharing code, file access code and other system oriented code). The shell is used to issue
commands, start processes, control jobs, redirect input and output, and other mundane things that you do on a modern
computer. Not only that, the shell is a pretty complete programming language.
-
C++