Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

fucking CL using FUCKFACE

Name: Anonymous 2008-07-03 18:46

Some CL programmer told me that lisp-2 is better than lisp-1 (I'm a (schemer) ;)) and I got so angry I smashed my mug. when I recollected myself I said to that fuck on #lisp

"WHAT THE FUCK DO YOU KNOW ASSHOLE????? YOUR MACRO SYSTEM IS NOT HYGIENIC!!! FUCKER" and I got banned but in the end it was worth it, that will teach those fucks.

Name: Anonymous 2008-07-03 18:49

You sure showed them.

Name: Anonymous 2008-07-03 18:52

Yeah, go you!

Name: Anonymous 2008-07-03 18:53

>>2
>>3
I know /prog/ would be on my side, THANK YOU REAL PROGRAMMERS

Name: Anonymous 2008-07-03 19:44

I'm /prog/, and I prefer Lisp-2 and normal macros.

Name: Anonymous 2008-07-03 20:23

I got so angry I smashed my mug
I can't believe you wasted Ron Penton's piss just like that.

Name: Anonymous 2008-07-03 20:32

>>6
what the hell is wring with your eye, Squeeks?

Name: Anonymous 2008-07-04 0:30

what happened to me today.............

Name: Anonymous 2008-07-04 2:35

I actually prefer Lisp-1 because that's more "normal" to me; in just about every other programming language, functions and variables share a namespace, and referring to a function requires no special syntax.

CL is too bloated, anyway. It's important because it merged the many Lisps into one, but it needs to be replaced.

Name: Anonymous 2008-07-04 2:58

>>9
In what way is CL more bloated than its replacement would be? I could see a few areas for marginal cleanup, but I think you're just jerking your knee.

Name: Anonymous 2008-07-04 3:03

in just about every other programming language

yeah ... because java ruby python and perl are SO FUCKING WONDERFUL EVERYONE SHOULD USE LANGUAGES JUST LIKE THEM!

Name: Anonymous 2008-07-04 3:32

>>1
(max 1 2)
2 is superior.

>>9
that's why we should use a real language that doesn't need things like variables and namespaces.
http://web.archive.org/web/20070830030835/ling.ucsd.edu/~barker/Iota/zot.html
(define S (lambda (x) (lambda (y) (lambda (z) ((x z)(y z))))))
(define K (lambda (x) (lambda (y) x)))
(define I (lambda (x) x))
(define zero (lambda (c) (c (lambda (f) ((f S) K)))))
(define one (lambda (c) (lambda (L)
              (L (lambda (l) (lambda (R)
                       (R (lambda (r) (c (l r))))))))))

; interrogate: ^f.fIIIK: maps zero onto K, one onto KI, and output onto K(KI).
(define interrogate (lambda (f) ((((f I) I) I) K)))
(define output (K (K (K (K (K (K I)))))))

(define print
  ((lambda (x) (x x))
   (lambda (self)
     (lambda (c)
       (display (((interrogate c) "0") "1"))
       (self self)))))

(do ((v (lambda (c) (c I)) (if (eq? #\0 (read-char)) (v zero) (v one))))
    ((eof-object? (peek-char)) ((v output) print)))

Name: Anonymous 2008-07-04 13:35

>>11
Scratch Perl from that list. Perl is actually a Lisp-5 or so.

Name: Anonymous 2008-07-04 13:41

>>12
))))))))))))))))))

Name: Anonymous 2008-07-04 13:52

>>14
Did you mean:
((()(()(()(()())))))
((()(())))
((()))
((()((()(())))))
((()(()
     ((()(()
          ((()(())))))))))

()
((()(((())))))
((((((()))))))

(
 ((()())
  (()
   (()
    (((())))
    ()))))

((((()())((())()())))
 ((())(())))

Name: Anonymous 2008-07-04 14:37

Calm down, even 70's abandonware does paren balancing.

Name: Anonymous 2010-12-27 21:29

Name: Anonymous 2011-02-03 5:56

Name: Sgt.Kabukiman쌆횸 2012-05-24 10:01

All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy

Name: bampu pantsu 2012-05-29 4:03

bampu pantsu

Don't change these.
Name: Email:
Entire Thread Thread List