answersLogoWhite

0

Linux is a kernel; Tcl is a scripting language. They are not mutually exclusive, and one does not obviate or replace the other.

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Engineering

Is Programming a language?

No, but of course there is a programmers' slang. And programming is done with so-called 'programming languages'.


Where do you get VB 6.0 for Linux?

Yes. In fact, it runs quite well.Answer:On Linux though, it usually runs so much faster than it does on UNICOS, HP-UX, VSE, MPE or VMS... :) Actually, it may be possible to do this under 'wine'. I have no doubt that someone, somewhere has done it under 'wine'.A better solution would be to consider switching to a better programming language, such as GCC/G++ which runs perfectly under Linux.


How do you make a web server using C?

To create a simple web server in C, you can use the socket programming API. First, create a socket using socket(), then bind it to an IP address and port with bind(). After that, listen for incoming connections using listen(), and accept them with accept(). Once a connection is established, you can read the HTTP request from the client, process it, and send back an HTTP response using send(). Don’t forget to close the sockets when done.


What is the use of the C language?

The C language (or more commonly C++) is the core of most programming done at the desktop level. Most programs written in Linux are in C or C++, as are most Windows programs. A number of languages in recent computer history have been designed to reduce the dependency on C and C++, but have still largely failed to replace C and C++ for high performance applications.


Can you unistall java?

I don't know how it is done in Windows, but in Linux based systems you can remove Java using the "apt-get remove" command.

Related Questions

Are kernel programming and Linux programming the same?

No. "Kernel programming" is the writing of code that runs in kernel mode. It is not specific to Linux. "Linux programming" usually refers to any programming done in/for the Linux environment, and is not necessarily specific to the kernel.


How do you use for loop in batch programming?

Platform dependent. Example for linux: for i in 1 2 3; do echo "i=$i" done


What OS is better for an software engineer?

I would have to say either a Windows OS or a Linux OS because from the extent of my knowledge, a software engineer creates software based programs in a variety of languages and they need to be supported which can be easily done in either of the 2 OS's My best bet would be Linux because Linux is a lot more stable (less crashes then Windows), and the user interface on a Linux is similar to a Windows OS, so you will still know what you are doing and how to navigate around. The operating system you use should be the same one you are programming for. And since you can find work programming for any of the major platforms, you should be safe by sticking to the one you are most used to using.


Can Linux do everything Windows can?

Yes, although they are not always done in the same way, and one may be better at one thing than the other.


Is Programming a language?

No, but of course there is a programmers' slang. And programming is done with so-called 'programming languages'.


How do you wrte aC program in Linux?

OK. Done that


Where do you get VB 6.0 for Linux?

Yes. In fact, it runs quite well.Answer:On Linux though, it usually runs so much faster than it does on UNICOS, HP-UX, VSE, MPE or VMS... :) Actually, it may be possible to do this under 'wine'. I have no doubt that someone, somewhere has done it under 'wine'.A better solution would be to consider switching to a better programming language, such as GCC/G++ which runs perfectly under Linux.


What is monarch programming?

Computer programming done by Kings and Queens. Very rare.


What types of progrmas are available in Linux to do programming?

There's lots of tools available for programming. At minimum all you need is a text editor and a compiler or interpreter. This is highly dependent on the language, but generally ALL programming is done with plaintext, and all languages require the computer to understand the written program somehow. Usually, at minimum, a Linux distribution, assuming its core development packages are installed (Which many distributions have them installed by default.) will have C and C++ compilers (Usually GCC). And every Linux distribution will have at least one command line text editor. Perl and Python are also often installed as part of a distribution's core. Of course, a lot of people like a little more "high level" applications like IDEs to help them. There are plenty for Linux, such as Code::Blocks and QtCreator.


What are similarity and difference between conventional programming and AI programming?

Conventional is done by hand and is much slower AI is done by machine and is 100times


Some task that can be done with the Linux conf tool?

what are some of the tasks that can be done with the lunax conf tool?.


What happens when you give the command cp to do done in Linux?

Assuming to and do are valid files and the directory done exists, it will place a copy of to and do in the done directory.