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

Pages: 1-

lisp

Name: Anonymous 2009-06-17 2:14

your thoughts on lisp?

Name: Anonymous 2009-06-17 2:58

What is lisp?

Name: Anonymous 2009-06-17 2:59

Best languge.

LISP

Name: Anonymous 2009-06-17 3:17

>>3
only if you don't consider forth, prolog, c, haskell, and factor to be languages.

Name: Anonymous 2009-06-17 4:10

>>4
Forth... almost. Factor needs to grow up a little more first, but it's a serious contender. It's like Lisp with cleaned-up syntax. The others: lol.

Name: Anonymous 2009-06-17 4:30

>>5
declarative programming languages like prolog, haskell, and ml are much better than the imperative programming mess that is LISP.
and c just looks better.

Name: Anonymous 2009-06-17 4:44

>>6
Lisp is as declarative as you want to be. As for C looking better... oh wow. You must be a Perl fan too.

Name: Anonymous 2009-06-17 6:27

(display '(<3 LISP))

Name: Anonymous 2009-06-17 8:44

Lisp is as declarative as you want to be.
and from the LISP code i've seen, most LISPers don't want it to be declarative at all.

As for C looking better... oh wow. You must be a Perl fan too.
no, i'm just not a fan of oatmeal with toenail clippings in it.

Name: Anonymous 2009-06-17 9:07

Lisp is as declarative as you want to be. As for C looking better... oh wow. You must be a Zetsubo Sensei fan too.

Name: Anonymous 2009-06-17 9:10

>>10
gtfo

Name: Anonymous 2009-06-17 10:39

lisp is no scheme

Name: Anonymous 2009-06-17 10:42

factor

``Factor's C version was ported to C++ for better maintainability.''

Name: Anonymous 2009-06-17 17:29

>>12
And thank goodness. Scheme is stupid.

Name: Anonymous 2009-06-17 18:07

>>13
that's just because slava's a masochist.

Name: Anonymous 2009-06-18 10:20

>>14
E-Prime failure:is found at line 1

Name: Anonymous 2009-06-18 14:52

>>14
(display "Fuck You")

Name: Anonymous 2009-06-18 15:28

>>16
E-Prime? I never expected anyone else on /prog to have coded for that.

Name: Anonymous 2009-06-18 15:58

>>18
So you your expectations were incorrect, so what?

Name: Anonymous 2009-06-18 16:34

>>19
LOL SO TOLD

Name: Anonymous 2009-06-18 16:56

>>19
So I thought I would express my surprise at the fact, so what?

Name: Anonymous 2009-06-20 14:42


public void init(){
    repaint();
}
public void paint(Graphics g) {
    Dimension dim = getSize();
    String s = "Why does lisp matter when we have Java?";
    g.drawString(s, dim.width/2, dim.height/2);
}

Name: Anonymous 2009-06-20 14:44

>>22
/thread
Quit your bitching. Moar enterprise plox.

Name: Anonymous 2009-06-20 14:52

>>22
What, you arnt gonna double buffer that single string?

Name: Anonymous 2009-06-20 15:44

>>24
in a language with so many libraries, why must this solution be endlessly reinvented?

Name: Anonymous 2009-06-20 15:54

(define-class paint-example
 
(define-method public void (graphics g)
 
(let ((dim (get-size))
       
(s "Why does lisp matter when we have JScheme?"))
   
(draw-string g s (/ (-> dim width) 2) (/ (-> dim height) 2)))))

Name: Anonymous 2009-06-20 20:42

>>26
wonderful syntax coloring, SOOPER

Name: Anonymous 2009-06-21 3:29

>>23
Moar
plox

Back to the imageboards, with this kind of talk

Name: Anonymous 2009-06-21 4:56

>>28

wtf 23 is missing it just went from 4 and skipped right over:

24  Name: Anonymous : 2009-06-20 14:52

    >>22
    What, you arnt gonna double buffer that single string?

25 Name: Anonymous : 2009-06-20 15:44

    >>24
    in a language with so many libraries, why must this solution be endlessly reinvented?


I don't have an ignore script or anything wtf?

Name: Anonymous 2009-06-21 5:02

>>29
You're an anus!

Name: Anonymous 2009-06-21 5:37

>>30
The anus is in /lounge/.

Name: Anonymous 2009-06-21 6:01

>>30
What about my am an anus

Name: Anonymous 2009-06-26 14:00

Lisp has two modes when interpreting an expression: Missing Paren, and Recurse Forever. A newbie Lisp programmer has two states: curse, and re-curse.

Name: Anonymous 2009-09-08 10:16

>>33
I fucked a duck!

Name: Anonymous 2009-09-08 10:21

>>33
Missing Paren
Looks like someone's never heard of paredit-mode, the poor fellow

Name: ​​​​​​​​​​ 2010-09-08 15:07


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