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

Pages: 1-

Usually I hate IDEs

Name: Anonymous 2009-06-09 1:41

But I find DrScheme cute and exactly the kind of an IDE I'd enjoy. No unnecessary bullshit, it doesn't interfere with my code, and uses the simplest and the best indentation method available. My question is, are there any more IDEs like DrScheme? Like, one for Common Lisp?

Name: Anonymous 2009-06-09 2:01

emacs is the ultimate LISP IDE.

Name: Anonymous 2009-06-09 2:16

How do you like Able (I don't know much about Able)? And take a look at Squeak, if you haven't already.

Name: Anonymous 2009-06-09 9:08

DrScheme really is very nice. The macro debugger is also quite handy.

Name: FrozenVoid 2009-06-09 9:55

>>4
The language itself not worth it. Crazy(dysfunctional) syntax and recursion everywhere.

______________________________________________
http://xs135.xs.to/xs135/09042/av922.jpg
orbis terrarum delenda est

Name: Anonymous 2009-06-09 10:21

>>1
Too bad the GUI hangs when your program runs into an infinite loop.

Name: Anonymous 2009-06-09 10:29

>>5
Did somebody turn on the FV filter again?

Name: Anonymous 2009-06-09 10:33

>>6
Too bad there are no loops in functional languages.

Name: Anonymous 2009-06-09 10:39

>>8
1/10

Name: Anonymous 2009-06-09 10:41

>>8
YHBT
#lang scheme
(define (hax item)
  (hax item))
(hax 'anus)

Name: Anonymous 2009-06-09 10:59

>>10

(defun cl-list ()
  (let ((x (list nil)))
    (setf (cdr x) x)))

(defmacro loop-it (&body body)
  `(mapcar (lambda (,(gensym)) body)
           (cl-list)))

Name: Anonymous 2009-06-09 11:05


(defmacro loop-it (&body body)
  `(mapcar (lambda (,(gensym)) ,body)
           (cl-list)))


(FIX)

Name: Anonymous 2009-06-09 20:15

Check out Eclipse!

Name: Anonymous 2009-06-09 20:56

>>5
This is either a deleted post or HE WHO SHALL NOT BE NAMED

Name: Anonymous 2009-06-09 21:09

>>5
I don't know what's the point of using a script to block           's posts if you're going to acknowledge them anyway. Just ignore them like you should and move along, nigger.

Name: Anonymous 2009-06-09 22:07

>>15
fake spoilers
eye-hibbit

Name: Anonymous 2009-06-10 5:36

who gives a shit

Name: Anonymous 2009-06-10 10:54

                        

Name: Anonymous 2009-06-10 11:02

>>18
I almost replied to this post... then I realized                     

Name: Anonymous 2009-06-10 11:09

fail

Name: Anonymous 2009-06-10 13:37

I almost just lost the game but then I JUST LOST THE GAME

Name: Anonymous 2009-06-10 15:08

>>21
you just won the game

Name: Anonymous 2009-06-11 16:22

bumpu

Name: Anonymous 2009-06-11 19:33

Your all

Name: Anonymous 2010-12-22 3:53


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