Home Tags Programming Language

Tag: Programming Language

OpenAI Releases Programming Language ‘Triton’ For AI Workload Optimisation

0
OpenAI today release Triton, an open source Python like programming language that allows researchers to write GPU code for AI workloads. Triton is said...

Kotlin 1.2 beta brings support for Java 9

0
Kotlin 1.2 beta has arrived with the ability to reuse the code across platforms along with a native compatibility for Java 9 module system....

Python: The user-friendly language for coding

2
  This article will delight newbies who want to get a foothold in the programming world. It introduces readers to the fascinating world of Python,...

New Series JavaScript: The New Parts

0
JavaScript programming language is the most popular implementation of the ECMAScript specification. Recently, version 6 was released. This new series explains all that you...

Network Monitoring and Programming Using Python

1
Python scripts and APIs can be tailor made into effective network monitoring and forensics tools. Their versatility makes them ideal in assorted applications including...

Unit Testing in Java Using the JUnit Framework

0
The JUnit Framework can be easily integrated with Eclipse. Unit testing accelerates programming speed. While software testing is generally performed by the professional software tester,...

Working with Underscore JavaScript Templates

0
This article is targeted at front-end developers and takes the reader on a tour of Underscore.js, which is an easy-to-learn JavaScript library. Web based applications...

Network Programming in Haskell

0
Haskell, named after logician Haskell Curry, is a standardised, general-purpose, purely functional programming language, with non-strict semantics and strong static typing. This eleventh article...

Haskell: The Purely Functional Programming Language

0
Haskell, an open source programming language, is the outcome of 20 years of research. It has all the advantages of functional programming and an...

Use Haskell to Access Two Popular Databases

0
Haskell, named after logician Haskell Curry, is a standardised, general-purpose, purely functional programming language, with non-strict semantics and strong static typing. In this ninth...