Re: [Pharo-users] [Pharo-dev] Drastically improving the messageNotUnderstood title

2016-12-07 Thread Denis Kudriashov
Done: 19441 . I also change nil case to "message was send to nil" (instead of "receiver of message is nil"). You can correct it as you wish :) 2016-12-07 21:44 GMT+01:00 stepharong : > Hi guys > > As I exposed

[Pharo-users] Drastically improving the messageNotUnderstood title

2016-12-07 Thread stepharong
Hi guys As I exposed newbies to our wonderfull debugger I think that we should change MessageNotUnderstood: Class>>#message into an instance of Class did not understand message To me this simple change would have a HUGE impact on making the debugger first contact a lot more friendly. Any tak

[Pharo-users] Drastically improving the messageNotUnderstood title

2016-12-07 Thread stepharong
Hi guys As I exposed newbies to our wonderfull debugger I think that we should change MessageNotUnderstood: Class>>#message into an instance of Class did not understand message To me this simple change would have a HUGE impact on making the debugger first contact a lot more friendly. Any tak

Re: [Pharo-users] [squeak-dev] pondering Smalltalk scripting in Minecraft

2016-12-07 Thread Ben Coman
Thanks Sven. I completely missed that. However digging in, it seems only the Pi version got an API. The PC versions have no official API, although Forge seems to be the default community one by reverse engineering the obfuscated libraries each time Minecraft is released. Dimitris, thanks for the

Re: [Pharo-users] Brisbane meet up

2016-12-07 Thread Marcus Denker
> On 6 Dec 2016, at 19:16, Jeff Gray wrote: > > I was poking around the internet wondering if there are many smalltalkers in > Brisbane (where I live) and came across a group in Meetup.com. There's a > monthly meeting and I've signed up. I'm looking forward to seeing what goes > on. Turns out th

Re: [Pharo-users] [squeak-dev] pondering Smalltalk scripting in Minecraft

2016-12-07 Thread Dimitris Chloupis
It was using nativeboost ? On Wed, 7 Dec 2016 at 12:54, Denis Kudriashov wrote: > > 2016-12-07 11:45 GMT+01:00 Dimitris Chloupis : > > That looks like the best option > > alternatively you can use JNIPort that allows to run Java libraries from > Pharo. There is also redline smalltalk that is a S

Re: [Pharo-users] [squeak-dev] pondering Smalltalk scripting in Minecraft

2016-12-07 Thread Denis Kudriashov
2016-12-07 11:52 GMT+01:00 Denis Kudriashov : > 2016-12-07 11:45 GMT+01:00 Dimitris Chloupis : > >> That looks like the best option >> >> alternatively you can use JNIPort that allows to run Java libraries from >> Pharo. There is also redline smalltalk that is a Smalltalk that runs on top >> of th

Re: [Pharo-users] [squeak-dev] pondering Smalltalk scripting in Minecraft

2016-12-07 Thread Denis Kudriashov
2016-12-07 11:45 GMT+01:00 Dimitris Chloupis : > That looks like the best option > > alternatively you can use JNIPort that allows to run Java libraries from > Pharo. There is also redline smalltalk that is a Smalltalk that runs on top > of the JVM. > JNI needs port to UFFI

Re: [Pharo-users] [squeak-dev] pondering Smalltalk scripting in Minecraft

2016-12-07 Thread Dimitris Chloupis
That looks like the best option alternatively you can use JNIPort that allows to run Java libraries from Pharo. There is also redline smalltalk that is a Smalltalk that runs on top of the JVM. Python also has a very good implementation running on JVM called Jython it can not only use Java librari

Re: [Pharo-users] [squeak-dev] pondering Smalltalk scripting in Minecraft

2016-12-07 Thread Sven Van Caekenberghe
Have you seen this: http://forum.world.st/ANN-Minecraft-Bindings-tt4671908.html > On 7 Dec 2016, at 09:40, Ben Coman wrote: > > Minecraft is immensely popular. For teaching programming (to kids) > via Minecraft, the first option is Java, but that might be a bit heavy > for a pre-teen. A few l