Pearls
1
Name:
Anonymous
2011-05-17 17:10
I was told Perl was some complicated masterful thing that was hard to learn and puts python to shame
easier then basic to learn and exact same functionality... am i missing something
17
Name:
Anonymous
2011-05-18 20:37
>>16
You can only have references in arrays, not other arrays. It's pretty elementary stuff. Now go fuck a goat.
18
Name:
Anonymous
2011-05-18 20:38
>>17
goat
a new o'reilly book?
19
Name:
Anonymous
2011-05-18 20:40
20
Name:
Anonymous
2011-05-18 20:42
>>19
So
>>17- san was saying ``go learn Ruby''?
21
Name:
Anonymous
2011-05-18 20:44
puts is a really fucking stupid word. I will never touch Ruby so long as I'd have to use that disgusting piece of shit.
22
Name:
Anonymous
2011-05-18 20:47
>>21
``puts'' is a jewish word for a ``penis''
23
Name:
Anonymous
2011-05-18 20:49
24
Name:
Anonymous
2011-05-18 20:58
>>22
>>23
Matz confirmed for Jewish scumbag. That's what he gets for being a Mormon.
25
Name:
Anonymous
2011-05-18 21:06
>>24
Matz being a Mormon.
Yep. That's a little unusual for a Japanese.
26
Name:
Anonymous
2011-05-18 21:28
>>21
Ruby has puts and print. Take your pick, they both do effectively the same thing.
Also...
var = "Imma let you finish but Ruby Interpolation of strings is fucking badass"
print "But seriously you can #{var} do awesome shit with ruby\n"
27
Name:
Code Less, Create More
2011-05-18 21:35
Lisp
World:'Earth say "Hello, $World!"
Ruby
var = "Imma let you finish but Ruby Interpolation of strings is fucking badass"
print "But seriously you can #{var} do awesome shit with ruby\n"
28
Name:
Anonymous
2011-05-18 21:49
>>27
There are no parenthesis in that, it is not lisp.
29
Name:
Anonymous
2011-05-18 21:58
c and perl?
TANAMI BROWNE'D
30
Name:
Anonymous
2011-05-18 22:03
>>26
p, puts, and print do different shit.
they're not exactly the same.
31
Name:
Anonymous
2011-05-18 22:04
$var = "Imma let you finish but PHP Interpolation of strings is fucking badass";
print "But seriously you can {$var} do awesome shit with PHP\n";
32
Name:
Anonymous
2011-05-18 22:18
33
Name:
Anonymous
2011-05-18 22:38
>>32
code-as-data = Lisp
Tcl is clearly a Lisp, Io is clearly a Lisp.
NO THEY ARE NOT YOU FUCKING RETARD
34
Name:
Anonymous
2011-05-18 22:59
Congrats, retards. You just realized that all of your fancy scripting languages are just copies of each other with slight differences in syntax.
35
Name:
Anonymous
2011-05-18 23:01
>>34
Congratulations, you've just restated what
>>6 said, without saging, without giving an actual contribution to the discussion, being a cock-loving faggot.
36
Name:
Anonymous
2011-05-18 23:04
>>33
But TCL doesnt have macros!
37
Name:
Anonymous
2011-05-18 23:04
Congrats, retards. You just realized that all of your fancy scripting languages are just copies of each other with slight differences in syntax.
it deeply upsets me how hardly anyone can see this
38
Name:
Anonymous
2011-05-18 23:23
Lisp and Java are one and the same.
39
Name:
Anonymous
2011-05-18 23:30
>>36
Macros do not imply homoiconicity.
40
Name:
Anonymous
2011-05-18 23:37
>>39
Without code as lists, you cant have macros.
41
Name:
Anonymous
2011-05-19 0:22
>>40
I can have a Lisp with only vectors.
42
Name:
Anonymous
2011-05-19 1:27
>>41
As long as you don't have syntax-objects, you should be ok.
43
Name:
Anonymous
2011-05-19 1:29
>>42
I can have a Lisp with only syntax-objects.
44
Name:
Anonymous
2011-05-19 1:51
>>43
Then you deserve to die, dildomason-jewshiteater.
45
Name:
Anonymous
2011-05-19 1:56
>>44
Stop making Lispers look bad.
46
Name:
Anonymous
2011-05-19 2:02
>>45
Stop betraying pure conses!
47
Name:
Anonymous
2011-05-19 2:05
>>46
I thought you liked Clojure.
48
Name:
Anonymous
2011-05-19 2:18
>>47
The only alive Lisp nowadays is Common one.
schemes, rackets and clojures are unforgivable DERAIL.
49
Name:
Anonymous
2011-05-19 2:38
>>48
I may be a CL user, but I don't see how the other ones are not alive. If a language has healthy and well-maintained implementations, it can be considered alive, and those that you mention do fit the criteria.
50
Name:
Anonymous
2011-05-19 4:18
>>48
You're calling Clojure a Lisp but you also said it must have conses.
51
Name:
Anonymous
2011-05-19 4:38
>>49 >>50
They are alive but they are not really lisps. Derailed shit.
BTW maybe u confusing me with someone.
My third post at this board.
52
Name:
Anonymous
2011-05-19 4:42
>>51
Right, you said Lisp and not LISP.
Then, read your SICP or just fuck off already, we've got enough shit to deal for now.
53
Name:
Anonymous
2011-05-19 4:52
>>52
Fuck off, lithper ((faggot)).
54
Name:
Anonymous
2011-05-19 6:05
>>53
Fuck off, C; {faggot};
55
Name:
Anonymous
2011-05-19 6:36
>>54
At least I don't need a special IDE to work out the stupidity of my language, faggot.
56
Name:
Anonymous
2011-05-19 7:44
>>55
But you have a compilation time exponentially proportional to the execution time.
57
Name:
Anonymous
2011-05-19 7:44
58
Name:
Anonymous
2011-05-19 21:35
http://en.wikipedia.org/wiki/Static_typing
A programming language is said to use static typing when type checking is performed during compile-time as opposed to run-time. Statically typed languages include C++, Haskell, Java,
Perl (with respect to distinguishing scalars, arrays, hashes and subroutines)
59
Name:
Anonymous
2011-05-19 22:10
>>58
CL is static typed, it distinguishes functions and variables.
60
Name:
Anonymous
2011-05-19 22:52
>>59
It is called
strong typing , not "static typing"
61
Name:
Anonymous
2011-05-19 22:58
>>60
(setq f (lambda (x) x))
(f 3)
No.
62
Name:
Anonymous
2011-05-19 23:46
63
Name:
Anonymous
2011-05-19 23:46
>>61
you're doing it wrong
(setf (symbol-function 'f) (lambda (x) x))
(f 3)
64
Name:
Anonymous
2011-05-20 0:30
Newer Posts