Hi all,
I released reprex-it, an evaluator of Pharo code to formatted expressions,
useful for sharing evaluated scripts on Github or Discord for example, or
Microdown/Pillar books.
Check the usage demo at the repository at
https://github.com/hernanmd/reprex-it
Please let me know what you think,
Hi Guille,
El lun, 29 nov 2021 a las 9:49, Guillermo Polito ()
escribió:
> Ahhh super nice!! thanks for sharing :)
>
> Is it by default in polymath?
>
Good idea :)
I opened an issue https://github.com/PolyMathOrg/PolyMath/issues/225
>
> How do you decide what to plot in the inspector pane? Or y
Hi Guillermo,
Ah ok. I didn’t realize that I could only have a single statement. I got it
working now.
Thanks to you and everyone that helped me out.
Thanks,
Gerry
Gerry Weaver
(800) 318-6118
From: Guillermo Polito
Sent: Monday, November 29, 2021 3:11 AM
To: Any question about pharo is welco
Hi all.
I'm enjoying reading some books of the Platform Studies series by the
MIT Press (https://mitpress.mit.edu/books/series/platform-studies).
Specifically, I'm reading "The future was here" about the Amiga and "Racing
the Beam" about the Atari VCS. What I like about these books is how they
tr
> On 29 Nov 2021, at 10:10, Guillermo Polito wrote:
>
> Hi Gerry,
>
> I think the point of Tomaz is that an FFI method can only have a single
> #ffiCall: statement.
> In your example, what you can do is to split your method in two methods:
>
> First a method with the mapping (following the
Hi Gerry,
I think the point of Tomaz is that an FFI method can only have a single
#ffiCall: statement.
In your example, what you can do is to split your method in two methods:
First a method with the mapping (following the idea of Tomaz but using libc)
FFITutorial>>getHostNameInto: hostName ofL
Ahhh super nice!! thanks for sharing :)
Is it by default in polymath?
How do you decide what to plot in the inspector pane? Or you by default always
use histograms on every numerical column?
G
> El 27 nov 2021, a las 17:23, Hernán Morales Durand
> escribió:
>
> Hi everyone,
>
> I am glad t