You are viewing our Forum Archives. To view or take place in current topics click here.
Favorite langauges + Most hated languages?
Posted:
Favorite langauges + Most hated languages?Posted:
Status: Offline
Joined: Feb 01, 201113Year Member
Posts: 153
Reputation Power: 5
Status: Offline
Joined: Feb 01, 201113Year Member
Posts: 153
Reputation Power: 5
This thread is to share which languages you love or hate the most and why, if you want
I HATE:
PHP, JavaScript and Ruby, they are just vile languages to use, to me atleast
I love:
Lua, CSS, C++, and Python Just really easy to use imo
I HATE:
PHP, JavaScript and Ruby, they are just vile languages to use, to me atleast
I love:
Lua, CSS, C++, and Python Just really easy to use imo
#2. Posted:
Status: Offline
Joined: Aug 26, 201410Year Member
Posts: 946
Reputation Power: 51
Motto: Back to 2009
Motto: Back to 2009
Status: Offline
Joined: Aug 26, 201410Year Member
Posts: 946
Reputation Power: 51
Motto: Back to 2009
inb4 someone posts French English German
- 4useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Apr 09, 201113Year Member
Posts: 101
Reputation Power: 4
Status: Offline
Joined: Apr 09, 201113Year Member
Posts: 101
Reputation Power: 4
I'm trying to learn or want to learn a few languages. well most of em aren't languages.
C# otherwise known as C++'s successor
HTML 5
CSS
PHP
Java
and LUA.
C# otherwise known as C++'s successor
HTML 5
CSS
PHP
Java
and LUA.
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Mar 02, 201212Year Member
Posts: 49
Reputation Power: 1
Status: Offline
Joined: Mar 02, 201212Year Member
Posts: 49
Reputation Power: 1
I love PHP and Python.
And hate C++, it's because I just can't wrap my head around it.
Last edited by RapidzMoose ; edited 1 time in total
And hate C++, it's because I just can't wrap my head around it.
Last edited by RapidzMoose ; edited 1 time in total
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Jun 11, 200915Year Member
Posts: 9,897
Reputation Power: 3160
Motto: "I'l no I grew up to fast speed I no u will be little famous" - Famous_Energy
Motto: "I'l no I grew up to fast speed I no u will be little famous" - Famous_Energy
Status: Offline
Joined: Jun 11, 200915Year Member
Posts: 9,897
Reputation Power: 3160
Motto: "I'l no I grew up to fast speed I no u will be little famous" - Famous_Energy
I'm a fan of Java and PHP, although I use various other languages as well.
Scheme is definitely my least favorite of any language I've had to use.
Scheme is definitely my least favorite of any language I've had to use.
(define mat-mat-mul
(lambda (m1 m2)
(let* ((nr1 (matrix-rows m1))
(nr2 (matrix-rows m2))
(nc2 (matrix-columns m2))
(r (make-matrix nr1 nc2)))
(if (not (= (matrix-columns m1) nr2))
(match-error m1 m2))
(do ((i 0 (+ i 1)))
((= i nr1) r)
(do ((j 0 (+ j 1)))
((= j nc2))
(do ((k 0 (+ k 1))
(a 0
(+ a
(* (matrix-ref m1 i k)
(matrix-ref m2 k j)))))
((= k nr2)
(matrix-set! r i j a))))))))
- 1useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Mar 04, 201014Year Member
Posts: 2,891
Reputation Power: 150
Status: Offline
Joined: Mar 04, 201014Year Member
Posts: 2,891
Reputation Power: 150
I love:
I hate*:
* This is my honest opinion. I just personally don't like it. I do not hate VB Developers, I just don't like the style of the language. :satisfied:
- - PHP
- Python
- Java
- C++, C, and C#
* I use some others here-and-there, but these are my favorites
I hate*:
- - VB | Reason: Too Simple. It's not like others. It uses actual words for keywords.... :sleepy:
* This is my honest opinion. I just personally don't like it. I do not hate VB Developers, I just don't like the style of the language. :satisfied:
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.