I'll bet
1
Name:
Anonymous
2012-09-09 10:41
That /prog/ is anal enough about programming languages to devise a successor to C that isn't a piece of shit like C++.
inb4 lisp
2
Name:
Anonymous
2012-09-09 10:49
Lisp is the predecessor, successor, and replacement of C.
3
Name:
Anonymous
2012-09-09 10:51
Does it actually need a successor? I'm pretty happy with C99, and I don't get things they added in C11.
4
Name:
Anonymous
2012-09-09 11:26
>>1
C with a macro system powerful enough to implement C++, but not implement C++ because C++ is crap. Then leave it to popular libraries to provide domain specific language extensions.
5
Name:
Anonymous
2012-09-09 11:26
The D Programming Language
6
Name:
Anonymous
2012-09-09 11:31
>>3
C11 threading looks promising.
7
Name:
Anonymous
2012-09-09 11:39
WHAT CAN * DO THAT LISP CAN'T???
8
Name:
Anonymous
2012-09-09 12:16
>>7
lisp cannot change the use of () for []
9
Name:
Anonymous
2012-09-09 12:31
>>8
(set-macro-character #\[
#'(lambda (stream char)
(declare (ignore char))
(read-delimited-list #\] stream t)))
(set-macro-character #\]
#'(lambda (stream char)
(declare (ignore stream char))
(error "NullPointerException"))
nil)
10
Name:
Anonymous
2012-09-09 13:21
>>9
Lisp
ers can't use
[x y z] as
(list x y z) despite the fact that
list is the fo
u rth most common symbol.
11
Name:
Anonymous
2012-09-09 13:57
Go.
huehuehue
12
Name:
Anonymous
2012-09-09 14:15
I would fucking kill for a compiled oop language that isn't c++
13
Name:
Anonymous
2012-09-09 14:16
Objective- C
14
Name:
Anonymous
2012-09-09 14:26
OOP is syntax sugar filled cake for crufteating K&R acolytes who need to have their anuses compiled in order to dump their kernel in the morning
15
Name:
Anonymous
2012-09-10 4:27
16
Name:
Anonymous
2012-09-10 5:17
BitC or Limbo.
17
Name:
Anonymous
2012-09-10 6:32
I really wanted to to move on to D or Go but they failed us.
18
Name:
Anonymous
2012-09-10 12:30
Lisp
GC is shit.
19
Name:
Anonymous
2012-09-11 11:11
>>12
You're in luck, D is both compiled and OOP.
20
Name:
Anonymous
2012-09-11 16:42
>>12
You're in luck, Objective-C is both compiled and OOP.
21
Name:
Anonymous
2012-09-11 17:21
>>12
You're in luck, Lisp is both compiled and OOP.
22
Name:
Anonymous
2012-09-11 17:59
>>12
You're in luck, Python is both compiled and OOP.
23
Name:
Anonymous
2012-09-11 18:06
>>12
You're in luck,
MY ANUS is both compiled and OOP.
24
Name:
Anonymous
2012-09-11 18:21
>>19
>>20
>>21
>>22
>>23
The best posts on /prog/
!
25
Name:
Anonymous
2012-09-11 19:32
>>12
You're in luck, Java is both compiled and OOP.
--pedantic
(Bytecode yes, but compiled. You never said compiled to native machine instructions)
26
Name:
Anonymous
2012-09-11 22:41
>>25
educate yourself please.
Newer Posts