#programming-languages
Read more stories on Hashnode
Articles with this tag
Empowering Aspiring Programmers with Free Courses and Mentorship · Sage-Code Laboratory (SCL) is a comprehensive platform that offers a wealth of...
Understand Ada generic packages. · A generic package in Ada is a template for a package that can be customized for specific types. It allows code reuse...
Ada OOP - object oriented programming · Object-Oriented Principles The object-oriented paradigm is based on a few key principles in computer...
Working with input/output in Ada · Programs in most languages, including Ada programs, have to deal with input and output in some form. This is...
Learn about simple and complex expressions. · An expression in Ada is a combination of literals, variables, function calls and operators that evaluates...
Introduction to JavaScript using ChatGPT · JavaScript is a high-level, dynamic, and interpreted programming language that was initially created to add...