<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d12493326\x26blogName\x3dTechnology+::++State+of+the+Art\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://techtrack.blogspot.com/search\x26blogLocale\x3den\x26v\x3d2\x26homepageUrl\x3dhttp://techtrack.blogspot.com/\x26vt\x3d4088457725845351436', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Tuesday, November 15, 2005

C - One of the Best Programming Languages

Shlomi Fish has written a new essay titled "When C is the Best? (Tool for the Job)". Its theme is giving several reasons (besides high speed and low memory consumption) why some code should still be written in C.

Each language is different and has it's own styles and quirks. A language provides a programmer with a set of conceptual tools and forms a platform (Launch vehicle) to carry out the tasks.

C (the portable assembly language) being simple, clean and as well a effective language to write/perform highly effeceint tasks is definitely the one of the best programming languages.
To be frank, its only C that provides thef scope to perform the ISR programs with ease and have lots of funny tricks. :).

0 Comments:

Post a Comment

<< Home