+ 4
Most fun language to learn first?
fun
14 Respostas
+ 15
JavaScript! ^_^
+ 9
----[---->+<]>++.[--->+<]>++.[->+++++<]>-.++++[->++<]>+.-[->++++<]>.-[--->++<]>--.-------.+[--->+<]>.[------>+<]>.+++++.-------.-[--->+<]>--.++[->+++<]>.-[--->+<]>--.-------.-[->+++++<]>-.--[->++++<]>+.--[->+++<]>.[--->+<]>---.-[->+++++<]>.
+ 5
@Kirk Schafer is that BF?
+ 5
@Burey; indeed it us. Fun fact: Some CompSci programs make you work that out with pencil and paper for the logistical experience (it's part of Algorithms iirc).
+ 3
+ 2
looks like Brainfuck
+ 2
+ 2
Python is fun. It's very easy, but it's creative.
+ 2
why not assembler? :-)
+ 2
HTML and CSS --> my recommendation
+ 1
+ 1
You will have fun when you make a fun program in an easy programming language. For example : a game in python, A simple website with HTML & CSS ( and JavaScript)
Python 2 is good as a first language:
a = 1
b = 2
sum = a + b
print sum
It was easy to understand, even by a non programmers, isn't it? No semicolons, No brackets, It was easy.
0
html
- 2
I think that "fun" should not be the main reason to start learning a proggraming language, but if you wanna try how well do you understand basic proggraming issues, check Brainfuck ;)