ยฉ 2023 Hashnode
#programming-languages
Have you ever wondered how programming languages are able to execute complex tasks? Similar to how postmen and firemen have specific jobs, programmers use functions to break down complex tasks into smโฆ
C# is an object-oriented programming language that provides various data types to store and manipulate data. Among these data types, var, dynamic, and object are some of the most commonly used. In thiโฆ
Have you ever dreamt of what features your ideal programming language would have? Have you ever tried to make a list of the best features (or non-features) of existing languages that are particularly โฆ
Are you a fan of Java or Python? As a CS student, I was too. But then I recently decided to learn Elixir, a functional programming language that's been used in large-scale production apps like WhatsApโฆ
If you're interested in computer programming, chances are you've heard of the "Hello, World!" program. It's a simple program that outputs the message "Hello, World!" to the user. But where did this prโฆ
Last week, I mentioned how we started working with C programming language and how excited I was to show off my skills and creativity while learning. This is where it gets interesting :) We dug deeper โฆ
As a computer science student, I've always been interested in exploring emerging technologies, and quantum computing has been at the top of my list for some time now. So, when I heard about Qiskit, a โฆ
Solidity solidity is used in smart contract programming on Ethereum
Operators in Go are symbols that perform various operations on values and variables. These include arithmetic, comparison, logical, and bit manipulation operators. In this article, we will explore each of these operators and how to use themโฆ
Hi Everyone! This is my first ever article and I wanted to write about the LISP Family of Programming Languages. Now, you might have never heard about a LISP language. That's because it's not a mainstโฆ