Re: Java is going to have closures.
- From: "John Thingstad" <john.thingstad@xxxxxxxxx>
- Date: Wed, 30 Aug 2006 14:35:13 +0200
On Wed, 30 Aug 2006 13:50:36 +0200, Fabien LE LEZ <gramster@xxxxxxxxxxxx> wrote:
On 30 Aug 2006 02:50:14 -0700, "MarkHaniford@xxxxxxxxx"
<MarkHaniford@xxxxxxxxx>:
Eclipse is better than any crap that Lisp has, and is only slow and
bloated if you get your systems out of the dumpster.
So, what's the minimum configuration to make it work smoothly?
[I mean, any action, including starting the program, is too fast for
the user to notice he's waiting.]
About 500mb.
But if you are building anything substantial that too will require
a lot of memory so 1 Gb is better.
Java programs using Swing tend to grow enormously when used
for a while. I believe one of the reasons for this is that
memory is allocated in procedures then a subproc is called and the original
memory is never freed. This leads to a memory leak because java
retains memory not really in use. It is less of a problem in
Lisp since the coding style is more functional.
When Swing was created I think it was generally believed that
garbage Collection solved all problems. One the code was written the
problem was realized, but it was too late.
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
.
- Follow-Ups:
- Re: Java is going to have closures.
- From: MarkHaniford@xxxxxxxxx
- Re: Java is going to have closures.
- From: Pascal Bourguignon
- Re: Java is going to have closures.
- From: John Thingstad
- Re: Java is going to have closures.
- References:
- Java is going to have closures.
- From: Javier
- Re: Java is going to have closures.
- From: David Steuber
- Re: Java is going to have closures.
- From: joh
- Re: Java is going to have closures.
- From: Novus
- Re: Java is going to have closures.
- From: MarkHaniford@xxxxxxxxx
- Re: Java is going to have closures.
- From: Fabien LE LEZ
- Java is going to have closures.
- Prev by Date: Re: How do you copy an array?
- Next by Date: Re: Java is going to have closures.
- Previous by thread: Re: Java is going to have closures.
- Next by thread: Re: Java is going to have closures.
- Index(es):
Relevant Pages
|