| Author |
Smalltalk is full of bugs
|
|
| Hank Higgens 2004-04-08, 1:33 am |
| Should be called "bugtalk", because it crashes 1000 times.
| |
| Anonymous 2004-04-08, 2:32 am |
| Hank Higgens wrote:
> Should be called "bugtalk", because it crashes 1000 times.
.... or perhaps you should consider moving away from coding! ;)
| |
| Thomas Zwick 2004-04-08, 5:46 am |
| That's absolutely true!
I've tested it right now.
See my testing script:
|a b|
a := 1.
b := 3 * 2-6.
1000 timesRepeat: [a/b].
Hank Higgens schrieb:
> Should be called "bugtalk", because it crashes 1000 times.
| |
| Krassimir Angelov 2004-04-08, 6:33 am |
| No, this is only one bug!
My modification
|a b|
a := 1.
b := 3 * 2-6.
1000 timesRepeat: [ [a/b] fork ].
;-)))
"Thomas Zwick" <ThomasZwick@T-Online.de> wrote in message
news:c532b6$1jk$07$1@news.t-online.com...
> That's absolutely true!
> I've tested it right now.
> See my testing script:
>
> |a b|
>
> a := 1.
> b := 3 * 2-6.
>
> 1000 timesRepeat: [a/b].
>
> Hank Higgens schrieb:
>
| |
|
|
| Thomas Zwick 2004-04-08, 7:36 am |
| Of course, you're right -
from the viewpoint of a programmer.
But for a user having no idea of Smalltalk
there are 1000 debugger popups.
Maybe that's the problem of Hank ;-)
Thomas
Krassimir Angelov schrieb:
> No, this is only one bug!
>
> My modification
>
> |a b|
>
> a := 1.
> b := 3 * 2-6.
>
> 1000 timesRepeat: [ [a/b] fork ].
>
> ;-)))
>
>
>
> "Thomas Zwick" <ThomasZwick@T-Online.de> wrote in message
> news:c532b6$1jk$07$1@news.t-online.com...
>
>
>
| |
| Matt Schumacker 2004-04-08, 8:55 am |
| hank2018151212@yahoo.com.au (Hank Higgens) wrote in message news:<3963ecce.0404072042.31ff6a97@posting.google.com>...
> Should be called "bugtalk", because it crashes 1000 times.
That's like blaming the hammer when you hit your thumb!
| |
| Bob Nemec 2004-04-08, 8:55 am |
| Now that was amusing... thanks for the link ;-)
"Tom B." <tom@invalid.address> wrote in message
news:c5394a$piq$1@newsg1.svr.pol.co.uk...
> Hank Higgens wrote:
>
>
> It's one of those multi-group trolls ;-)
>
>
http://groups.google.com/groups?hl=...hor%3A%22Hank+H
iggens+%3Chank2018151212%40yahoo.com.au%3E%22&btnG=Search
> - or -
> http://tinyurl.com/2ucpc
| |
| Marcelo Pereira Barbosa 2004-04-08, 8:55 am |
| hank2018151212@yahoo.com.au (Hank Higgens) wrote in message news:<3963ecce.0404072042.31ff6a97@posting.google.com>...
> Should be called "bugtalk", because it crashes 1000 times.
What flavour of Smalltalk have you coded in?
| |
| Ng Pheng Siong 2004-04-08, 9:35 am |
| According to Marcelo Pereira Barbosa <mpbsp2@uol.com.br>:
> hank2018151212@yahoo.com.au (Hank Higgens) wrote in message
> news:<3963ecce.0404072042.31ff6a97@posting.google.com>...
>
> What flavour of Smalltalk have you coded in?
Trolltalk, of course.
--
Ng Pheng Siong <ngps@netmemetic.com>
http://firewall.rulemaker.net -+- Firewall Change Management & Version Control
http://sandbox.rulemaker.net/ngps -+- Open Source Python Crypto & SSL
|
|
|
|