Given the success of Camp Smalltalk Supreme, Richard and I were wondering if
there is interest in a 3rd research Smalltalk conference (alongside ESUG/IWST
and FAST/Smalltalks) oriented to North American Smalltalkers..
It would probably take place in May/June, and probably in/around Toronto.
So
Sorry… this was intended to be a reply to an individual..
../Dave
On Jul 8, 2022, 7:38 PM -0400, David Mason , wrote:
> Hi,
>
> I would like to swap my July presentation to one in September or so. I’d like
> to give a fairly complete presentation with some data, rather than simpl
Hi,
I would like to swap my July presentation to one in September or so. I’d like
to give a fairly complete presentation with some data, rather than simply
opinion, and I won’t be there by July 27th.
Thanks.
../Dave
Unfortunately, the server is down… correction… very, very slow!
Very unfortunate when we are promoting on reddit and combinator…
But, a temporary blip, I’m sure…. congratulations!!
../Dave
On Jan 20, 2020, 8:27 AM -0500, Esteban Lorenzano , wrote:
> Links to upvote:
>
> https://www.reddit.com/r/p
I’d love to see someone write a recording debugger for smalltalk. In theory you
might be able to use rr with Pharo.
https://rr-project.org/
../Dave
On Oct 15, 2019, 9:22 AM -0400, Noury Bouraqadi , wrote:
> Thanks Vince, Christopher, and Tim!
>
> Noury
>
> > On 15 Oct 2019, at 05:46, Vince Refit
The PharoJS FAQ page describes this:
https://pharojs.github.io/faq.html
../Dave
On Oct 7, 2019, 8:41 AM -0400, Noury Bouraqadi , wrote:
>
>
> > On 7 Oct 2019, at 05:12, Shaping wrote:
> >
> > How does PharoJS deal with the JS reuse issue? There are lots of JS
> > widgets out there that we
PharoJS is working to give you that mobile app/browser app experience. As
with others, we're not there yet, but getting there. See http://pharojs.org
The 67% loved means that 67% of people using Smalltalk (or perhaps have
ever used it) want to continue - so it's presumably a high percentage of a
ilar to protected in Java (see
http://docs.oracle.com/javase/tutorial/java/javaOO/accesscontrol.html )
except there is no "Package" column.
On 17 October 2017 at 23:30, James Ladd wrote:
> Please could you provide an example?
>
>
>
> On Wed, Oct 18, 2017 at 2:16 PM, David
Any instance method in the class where the instance variable is defined or
in a subclass can access the instance variable. Similarly for class
methods to access class-side variables, and for class and instance methods
to access class variables.
On 17 October 2017 at 23:04, James Ladd wrote:
> H