Re: [Pharo-users] Want to contribute.... it is easy

2020-06-23 Thread Stéphane Ducasse
Hi Jeff Thanks for your interest. I think that reading what you like can be a good criteria. Or Pharo by Example Pharo with Style Learning OOD with TDD are all good candidates We are working on new book such as language interpreters and it can be really fun (but this is a personal taste).

Re: [Pharo-users] Want to contribute.... it is easy

2020-06-23 Thread Jeff Gray
Are there any that you would prioritise, or just a top to bottom? And are we assuming American or British English? -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] [Pharo-dev] [ANN] PharoPro

2020-06-23 Thread Mariano Martinez Peck
A bit late to the party, but I still wanted to congratulate everyone involved and wish you all the best. I said (but didn't do) many times in the past that having a LTS version would be really good. So I hope you can make it. Also, thanks for the FAQ entry comparing with the Consortium, as that was

Re: [Pharo-users] UFFI Problem: A call to an external function failed (FFIOpaqueObject)

2020-06-23 Thread Sven Van Caekenberghe
Hi Pierce, > On 23 Jun 2020, at 11:51, Pierce Ng wrote: > > On Mon, Jun 22, 2020 at 08:41:22AM +0200, Sven Van Caekenberghe wrote: >>> On 22 Jun 2020, at 03:47, Pierce Ng wrote: >>> Finally, there is a non FFI pure Smalltalk implementation of the MySQL >>> wire protocol that has been around a w

Re: [Pharo-users] UFFI Problem: A call to an external function failed (FFIOpaqueObject)

2020-06-23 Thread Pierce Ng
On Mon, Jun 22, 2020 at 08:41:22AM +0200, Sven Van Caekenberghe wrote: > > On 22 Jun 2020, at 03:47, Pierce Ng wrote: > > Finally, there is a non FFI pure Smalltalk implementation of the MySQL > > wire protocol that has been around a while. > > > https://github.com/pharo-rdbms/Pharo-MySQL > > H