Tag: language
‘I built C++ primarily for myself and my colleagues’
When we think about programming, it’s C++ that first comes to mind. That’s because of the immense popularity and broad applicability of the general-purpose...
The Best Machine Learning Libraries in Julia
Machine learning (ML) is ubiquitous these days. This article introduces useful machine learning libraries in Julia, the developer base for which is growing fast....
Golang: A Systems Programming Open Source Language by Google
Go is an attempt to combine the ease of programming of an interpreted, dynamically typed language with the efficiency and safety of a statically...
WebAssembly: A Low-Level Language that Works Well with JavaScript
WebAssembly (WA or Wasm) is a binary instruction format for a stack based virtual machine. It is designed as a portable target for the...
The Resurgence of Perl
In this article and in the ensuing articles in this series, the author will be highlighting a resurgent Perl.
Perl was called the duct tape...
Understanding Undefined Behaviour in C
In computer programming, undefined behaviour is defined as ‘the result of compiling computer code which is not prescribed by the specs of the programming...
Why Python is Ideal for Machine Learning
Many programming languages facilitate machine learning, a few prominent ones being Java, Python, R and C++. Python leads the field in its ease of...
Exploring Natural Language Processing with an Introduction to NLTK
Natural Language processing (NLP) is an area of computer science and artificial intelligence that is related to the interactions between computers and human (natural)...
A Comprehensive Guide to Programming in Ruby
This article gives readers Ruby in a nutshell, covering all aspects of how to program in it. Enthusiasts can then get started on it...
Build Amazing iOS and Android Apps with NativeScript
This article explores NativeScript, which is an open source framework for building native apps using JavaScript. NativeScript also supports Angular, Vue.js and TypeScript. Developers...