Tag: Languages
The Status of Research in Localisation
In this 10th and concluding article in the series on localisation, the author take a closer look at the challenges for Indian language localisation...
CodeSport
This month's column continues the discussion on JavaScript language features. For the last couple of months, the topic of dynamic languages such as JavaScript...
Lisp: Tears of Joy, Part 7
Lisp has been hailed as the world's most powerful programming language. But only the top percentile of programmers use it because of its cryptic...
What is Scientific Programming?
This article will take you into the world of scientific programming -- from simple numerical computations to some complex mathematical models and simulations. We...
Joy of Programming: Language Transition Bugs
There are subtle differences between languages like C, C++, Java and C#. Programmers transitioning from one language to another should beware of such differences.
When...
CodeSport
Welcome to CodeSport! In this month's column, we feature a medley of questions covering C/C++, data structures, algorithms and operating systems.
We close the year...
Joy of Programming: Why C is a Middle-Level Language!
C has low-level language features disguised as high-level features. We'll look at two case studies -- arrays and functions -- to understand what we...
CodeSport
Welcome to CodeSport. This month, we feature a medley of questions about operating systems, computer architecture and algorithms.
Last month's column featured three questions on...