not exp log srand xor s qq qx xor
s x x length uc ord and print chr
ord for qw q join use sub tied qx
xor eval xor print qq q q xor int
eval lc q m cos and print chr ord
for qw y abs ne open tied hex exp
ref y m xor scalar srand print qq
q q xor int eval lc qq y sqrt cos
and print chr ord for qw x printf
each return local x y or print qq
s s and eval q s undef or oct xor
time xor ref print chr int ord lc
foreach qw y hex alarm chdir kill
exec return y s gt sin sort split
Name:
Anonymous2008-03-25 12:18
(define (factorial n)
(if (= n 1)
1
(* n (factorial (- n 1))))
Name:
Anonymous2008-03-25 13:00
>>15
I thought Scheme syntax was nice until I saw HASKELL patternmatching.
Name:
Anonymous2008-03-25 13:01
Nomads: if hiding in class where deriving exists, do type foreign data, in case of qualified import.
Name:
Anonymous2008-03-25 13:15
Haskell poem:
``
Hiding import;
Nothing left;
right data if false;
in case of error
read,
hiding where?;
''
Was that melancholic or what?
Name:
Anonymous2008-03-25 15:09
>>16
I thought Scheme syntax was nice until I saw HASKELL where clauses.