Usually I hate IDEs
1
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?
2
Name:
Anonymous
2009-06-09 2:01
emacs is the ultimate LISP IDE.
3
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.
4
Name:
Anonymous
2009-06-09 9:08
DrScheme really is very nice. The macro debugger is also quite handy.
5
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
6
Name:
Anonymous
2009-06-09 10:21
>>1
Too bad the GUI hangs when your program runs into an infinite loop.
7
Name:
Anonymous
2009-06-09 10:29
>>5
Did somebody turn on the FV filter again?
8
Name:
Anonymous
2009-06-09 10:33
>>6
Too bad there are no loops in functional languages .
9
Name:
Anonymous
2009-06-09 10:39
10
Name:
Anonymous
2009-06-09 10:41
>>8
YHBT
#lang scheme
(define (hax item)
(hax item))
(hax 'anus)
11
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)))
12
Name:
Anonymous
2009-06-09 11:05
(defmacro loop-it (&body body)
`(mapcar (lambda (,(gensym)) ,body)
(cl-list)))
(FIX)
13
Name:
Anonymous
2009-06-09 20:15
Check out Eclipse!
14
Name:
Anonymous
2009-06-09 20:56
>>5
This is either a deleted post or
HE WHO SHALL NOT BE NAMED
15
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.
16
Name:
Anonymous
2009-06-09 22:07
>>15
fake spoilers
eye-hibbit
17
Name:
Anonymous
2009-06-10 5:36
who gives a shit
18
Name:
Anonymous
2009-06-10 10:54
19
Name:
Anonymous
2009-06-10 11:02
>>18
I almost replied to this post... then I realized
20
Name:
Anonymous
2009-06-10 11:09
fail
21
Name:
Anonymous
2009-06-10 13:37
I almost just lost the game but then I JUST LOST THE GAME
22
Name:
Anonymous
2009-06-10 15:08
>>21
you just won the game
23
Name:
Anonymous
2009-06-11 16:22
bumpu
24
Name:
Anonymous
2009-06-11 19:33
Your all
25
Name:
Anonymous
2010-12-22 3:53