Viewing profile — benjComan
benjComan
HN member- Joined
- Sun, Oct 13, 2013, 4:22 PM UTC
- HN karma
- 6
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About benjComan
No profile information was provided.
Recent public activity
-
comment
Comment #7230354
In Smalltalk you define points with '@' so you could do... drawRectOrigin: 50@50 extent: 10@21. drawRectOrigin: 50@50 corner: 60@71. If you really wanted, on class Point you could …
-
comment
Comment #6545122
Further down some asked "is anything from the Smalltalk OO model that hadn't made its way into Ruby?" Well I don't know about OO model, but to extend my example above, at step 5 wh…
-
comment
Comment #6545066
Slides 85-95. http://www.pharo-project.org/about/success-stories
-
comment
Comment #6544458
The second Gofer is not needed. The XML Support is all installed with the #load message. I don't think you can live-patch a DoIt from Workspace. What you can try is create a test c…
-
comment
Comment #6543084
I started using Pharo a year ago and its been a pleasure to work with. Great community. I really like the Syntax comparison (slides 46-49). And being able to serialize the debuggin…