Re: [Pharo-users] Hello world as initial example

2017-12-07 Thread Richard A. O'Keefe
From: Offray Vladimir Luna C?rdenas That being said, I have always felt that hello world is kind of a strange introduction to programming: Surely the traditional Smalltalk first step is 1. Open Workspace/Playground. 2. Type 3+4. 3. Cmd-P ? If I can remember that far back, my first exercise w

Re: [Pharo-users] Hello World (found a RoelTyper Bug)

2016-04-21 Thread Diego Orellana
Pablo, can you give us some usage examples? First I would like to get the type inference data programmatically in order to compare the type data with other tools. And also, I would like to open the IBBrowser. Here's what I've tried so far: For getting argument types: (((J2Inferer default inferCl

Re: [Pharo-users] Hello World (found a RoelTyper Bug)

2016-04-21 Thread Alexandre Bergel
How to open a IBBrowser by the way? Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Apr 21, 2016, at 10:06 AM, teso...@gmail.com wrote: > > Hi Diego, the most updated version i

Re: [Pharo-users] Hello World (found a RoelTyper Bug)

2016-04-21 Thread Alexandre Bergel
Hi Pablo, We are diving into the mysteries of BaselineOf. After having cloned the github repo and loaded manually the baseline. We tried: BaselineOfJ2Inferer project version load But we get a could not resolve: J2Inferer-Implementors. No idea whether your Baseline is oddly defined or Metacello/B

Re: [Pharo-users] Hello World (found a RoelTyper Bug)

2016-04-21 Thread teso...@gmail.com
Hi Diego, the most updated version is published in GitHub. https://github.com/tesonep/j2Inferer In that place there is also some documentation. Cheers, Pablo On Thu, Apr 21, 2016 at 7:29 AM, Diego Orellana wrote: > Hi Pablo, > > Well, I tried to load the packages from your repositories, but I

Re: [Pharo-users] Hello World (found a RoelTyper Bug)

2016-04-20 Thread Diego Orellana
Hi Pablo, Well, I tried to load the packages from your repositories, but I couldn't. First I tried to load all the packages in the repository via: Gofer it url: 'http://smalltalkhub.com/mc/pabloTesone/J2Inferer/main'; package: 'J2Inferer'; package: 'J2Profiler'; package: 'ConfigurationOfJ2Inferer

Re: [Pharo-users] Hello World (found a RoelTyper Bug)

2016-04-20 Thread Diego Orellana
Hello, Stephan. I uploaded the test and the fix (actually a workaround to prevent the method from exploding a throwing an error; basically the type information from block temporaries is omitted). So it works ok so far :) Cheers, Diego. 2016-04-19 10:01 GMT-03:00 stepharo : > I added you. > Tel

Re: [Pharo-users] Hello World (found a RoelTyper Bug)

2016-04-19 Thread stepharo
I added you. Tell me if this is working. Le 19/4/16 02:41, Diego Orellana a écrit : Hello, My smalltalkhub user is dorellang. Cheers. 2016-04-15 17:27 GMT-03:00 stepharo >: Hello Diego Good initiative! RoelTyper is not a Moose project. It is just used in

Re: [Pharo-users] Hello World (found a RoelTyper Bug)

2016-04-19 Thread teso...@gmail.com
Hi Diego, Just yesterday I have added documentation explaining a bit how the process is working in my Type Inferer, it works in a different way than RoelTyper, but maybe you can get ideas of how enhance Roel's Any doubt please tell me. Pablo On Tue, Apr 19, 2016 at 2:41 AM, Diego Orellana

Re: [Pharo-users] Hello World (found a RoelTyper Bug)

2016-04-18 Thread Diego Orellana
Hello, My smalltalkhub user is dorellang. Cheers. 2016-04-15 17:27 GMT-03:00 stepharo : > Hello Diego > > Good initiative! > RoelTyper is not a Moose project. It is just used in moose. > Now it would be good to check a bit (RoelTyper was made to work on > VisualWorks and Squeak/Pharo) and > it w

Re: [Pharo-users] Hello World (found a RoelTyper Bug)

2016-04-15 Thread stepharo
Hello Diego Good initiative! RoelTyper is not a Moose project. It is just used in moose. Now it would be good to check a bit (RoelTyper was made to work on VisualWorks and Squeak/Pharo) and it would be nice to make sure that we do not need the VW specificities. RoelTyper is managed by RMoD so

Re: [Pharo-users] Hello World (found a RoelTyper Bug)

2016-04-15 Thread Diego Orellana
gt; > Vincent > > > > *De :* Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] *De la > part de* Diego Orellana > *Envoyé :* jeudi 14 avril 2016 16:53 > *À :* pharo-users@lists.pharo.org > *Objet :* [Pharo-users] Hello World (found a RoelTyper Bug) > > > >

Re: [Pharo-users] Hello World (found a RoelTyper Bug)

2016-04-14 Thread Blondeau Vincent
: jeudi 14 avril 2016 16:53 À : pharo-users@lists.pharo.org Objet : [Pharo-users] Hello World (found a RoelTyper Bug) Hi, Pharo Users! I'm starting to work on types in Pharo. To be more precise, I'd like to improve the RoelTyper (a package which "guesses" variable types in code

[Pharo-users] Hello World (found a RoelTyper Bug)

2016-04-14 Thread Diego Orellana
Hi, Pharo Users! I'm starting to work on types in Pharo. To be more precise, I'd like to improve the RoelTyper (a package which "guesses" variable types in code). What suggestions do you have? I have some ideas and I'm currently working to find more, but it's always interesting to hear what the co

Re: [Pharo-users] Hello ...

2014-09-07 Thread Hilaire
Le 05/09/2014 18:59, Mayuresh Kathe a écrit : Would the list members be kind enough to suggest a book I could work through to warm myself up to OOP? I stumbled upon "The Object Oriented Thought Process" by Matt Weisfeld, looks good, but if there's anything better suited to Pharo, would be nice to

Re: [Pharo-users] Hello ...

2014-09-05 Thread kilon alios
Just started to play with Racket a few moments ago http://racket-lang.org/ There so many great languages out there and tools, really. GUI wise the future of Pharo is at least cleaning up Morphic. So it can only get better. Spec also looks like it has a promising future in Pharo. I was thinking i

Re: [Pharo-users] Hello ...

2014-09-05 Thread Alexandre Bergel
Welcome Mayuresh! Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On Sep 5, 2014, at 12:59 PM, Mayuresh Kathe wrote: > A hello to Pharo-Users list members. > > I am Mayuresh Kathe from Mu

Re: [Pharo-users] Hello ...

2014-09-05 Thread S Krish
Sure can... Morphic is a different beast, very malleable, glitchy too for now, much better with clean up in Pharo. But the future may see major shifts if Bloc comes through. Spec and my own effort on Pharo Morphic View.. ** https://picasaweb.google.com/skrishnamachari/PharoTabletIDE ** h

Re: [Pharo-users] Hello ...

2014-09-05 Thread kilon alios
by the way I forgot to add that I am active at #pharo irc channel at freenode if you want to chat about pharo and ask questions and also you can ask your questions at stackoverflow adding the tag pharo , the pharo community is so active in stackoverflow that I have never seen an unanswered question

Re: [Pharo-users] Hello ...

2014-09-05 Thread Mayuresh Kathe
Cool, thanks for the information. Also, your "riding a bike" analogy is quite good. :) Let's see how it goes for me. Best, ~Mayuresh On 2014-09-05 22:50, kilon alios wrote: I have posted a series of video tutorial for Pharo and in some of them I explain the basics of OO with practical example

Re: [Pharo-users] Hello ...

2014-09-05 Thread kilon alios
I have posted a series of video tutorial for Pharo and in some of them I explain the basics of OO with practical examples https://www.youtube.com/playlist?list=PLqbtQ7OkSta0ULYAd7Qdxof851ybh-_m_ if you throw also PBE I think you pretty much covered. OO is not really a difficult concept, an objec

Re: [Pharo-users] Hello ...

2014-09-05 Thread Mayuresh Kathe
Thanks for the welcome note. :) I am quite certain that I want to head in a direction away from Web application development using Pharo. I see in Pharo the promise that was left unhonoured by Squeak, one of having an elegant system instead of a quilt. The Pharo UI looks better than any of t

Re: [Pharo-users] Hello ...

2014-09-05 Thread S Krish
Welcome to the Smalltalk world.. You would have already seen: http://pharo.org/documentation in particular: http://pharobyexample.org/ In Pharo Start with the Pharo Tutorials through ( Left Click on the World, Help >> Pharo Tutorials ) Watch the screencasts.. in the documentation page..

[Pharo-users] Hello ...

2014-09-05 Thread Mayuresh Kathe
A hello to Pharo-Users list members. I am Mayuresh Kathe from Mumbai, India. I used to work with Squeak a while (14 years) back, but ever since I had to move over to non-OOP environments, and never did get to work with Smalltalk or alike systems ever since. To add to that, I haven't been pro

Re: [Pharo-users] Hello

2014-08-01 Thread stepharo
Welcome! You have some chapter on Roassal on Deep into Pharo book. Do not hesitate to ask questions even the one you think are stupid :) Stef On 1/8/14 21:34, Ichiseki wrote: Hello I'm totally new to Pharo and Smalltalk, but not new to programming. I want to learn Pharo and Smalltalk especially

Re: [Pharo-users] Hello

2014-08-01 Thread p...@highoctane.be
http://pharo.org/documentation isn't too bad a place to start. Deep into Pharo is worth it. Interesting things in here too: https://ci.inria.fr/pharo-contribution/job/PharoForTheEnterprise/lastSuccessfulBuild/artifact/EnterprisePharo.pdf And http://stephane.ducasse.free.fr/FreeBooks/BlueBook/ lo

Re: [Pharo-users] Hello

2014-08-01 Thread Alexandre Bergel
Hi! Welcome!! Probably the best to start is the following: 1 - Read Pharo by example (http://pharobyexample.org) Probably until Chapter 9. Note that Pharo has evolved quite a bit since the book has been released. So you fill face some differences 2 - For Roassal, you may start from: http://agi

[Pharo-users] Hello

2014-08-01 Thread Ichiseki
Hello I'm totally new to Pharo and Smalltalk, but not new to programming. I want to learn Pharo and Smalltalk especially to use Moose, Roasall and other data visualization frameworks. Where should I start? I have lot of time to study and want something intensive with exercises and a solid theory ba