Programming Languages
-
- Location: Duluth
New to coding and I am wondering what programming language I should learn first. What are the pros and cons of the different languages in your opinion? What do you think about this post, Is it recent researches
Last edited by Liteniav on 03 Sep 2020, 21:17, edited 5 times in total.
-
- Location: UK
- Main keyboard: Filco ZERO green alps, Model F 122 Terminal
- Main mouse: Ducky Secret / Roller Mouse Pro 1
- Favorite switch: MX Mount Topre / Model F Buckling
- DT Pro Member: 0167
Could you please provide more info on the problem.
The name and model of the device
The OS of your computer
The name and model of the device
The OS of your computer
-
- Location: poland
It depends, but here you can find info if you goal is to create single page application
- idollar
- i$
- Location: Germany (Frankfurt area)
- Main keyboard: IBM F or M
- Favorite switch: BS
- DT Pro Member: -
I started with C: https://seriouscomputerist.atariverse.c ... 0(OCR).pdf
Code: Select all
#include <stdio.h>
main()
{
printf("hello, ");
printf("world");
printf("\n");
}