[Pharo-project] dumpfs - inspecting floating point numbers
Hi, I just came across this: http://blog.reverberate.org/2012/11/dumpfp-tool-to-inspect-floating-point.ht... and I think it would be very cool to have something like that for Smalltalk, as a standard, builtin feature. It would fit the Smalltalk philosphy of understandability very well. Nicolas ? ;-) Sven -- Sven Van Caekenberghe http://stfx.eu Smalltalk is the Red Pill
just adding a little custom inspector would do the job ;) define Float>>#inspectorClass and add a new Inspector.. On 2012-11-25, at 06:47, Sven Van Caekenberghe <sven@stfx.eu> wrote:
Hi,
I just came across this:
http://blog.reverberate.org/2012/11/dumpfp-tool-to-inspect-floating-point.ht...
and I think it would be very cool to have something like that for Smalltalk, as a standard, builtin feature.
It would fit the Smalltalk philosphy of understandability very well.
Nicolas ? ;-)
Sven
-- Sven Van Caekenberghe http://stfx.eu Smalltalk is the Red Pill
Good idea 2012/11/25 Camillo Bruni <camillobruni@gmail.com>:
just adding a little custom inspector would do the job ;) define Float>>#inspectorClass and add a new Inspector..
On 2012-11-25, at 06:47, Sven Van Caekenberghe <sven@stfx.eu> wrote:
Hi,
I just came across this:
http://blog.reverberate.org/2012/11/dumpfp-tool-to-inspect-floating-point.ht...
and I think it would be very cool to have something like that for Smalltalk, as a standard, builtin feature.
It would fit the Smalltalk philosphy of understandability very well.
Nicolas ? ;-)
Sven
-- Sven Van Caekenberghe http://stfx.eu Smalltalk is the Red Pill
On 25 Nov 2012, at 18:11, Nicolas Cellier <nicolas.cellier.aka.nice@gmail.com> wrote:
Good idea
2012/11/25 Camillo Bruni <camillobruni@gmail.com>:
just adding a little custom inspector would do the job ;) define Float>>#inspectorClass and add a new Inspector..
OK, I will try something simple to start with.
Hi Sven, I would be interested integrating something like this in the GTInspector, as well. I just have not much of an idea of what should be done :) Cheers, Doru On 25 Nov 2012, at 19:53, Sven Van Caekenberghe <sven@stfx.eu> wrote:
On 25 Nov 2012, at 18:11, Nicolas Cellier <nicolas.cellier.aka.nice@gmail.com> wrote:
Good idea
2012/11/25 Camillo Bruni <camillobruni@gmail.com>:
just adding a little custom inspector would do the job ;) define Float>>#inspectorClass and add a new Inspector..
OK, I will try something simple to start with.
-- www.tudorgirba.com "Speaking louder won't make the point worthier."
http://code.google.com/p/pharo/issues/detail?id=7057 On 25 Nov 2012, at 19:53, Sven Van Caekenberghe <sven@stfx.eu> wrote:
On 25 Nov 2012, at 18:11, Nicolas Cellier <nicolas.cellier.aka.nice@gmail.com> wrote:
Good idea
2012/11/25 Camillo Bruni <camillobruni@gmail.com>:
just adding a little custom inspector would do the job ;) define Float>>#inspectorClass and add a new Inspector..
OK, I will try something simple to start with.
Indeed this would be really nice. I took some of the mails that nicolas sent to the list and turn them into a little chapter on numbers. It could be a start too. Look at the littleNumber chapter of the deep into pharo book. Stef On Nov 25, 2012, at 10:47 AM, Sven Van Caekenberghe wrote:
Hi,
I just came across this:
http://blog.reverberate.org/2012/11/dumpfp-tool-to-inspect-floating-point.ht...
and I think it would be very cool to have something like that for Smalltalk, as a standard, builtin feature.
It would fit the Smalltalk philosphy of understandability very well.
Nicolas ? ;-)
Sven
-- Sven Van Caekenberghe http://stfx.eu Smalltalk is the Red Pill
participants (5)
-
Camillo Bruni -
Nicolas Cellier -
Stéphane Ducasse -
Sven Van Caekenberghe -
Tudor Girba