Search Results

1
vote
1answer
28 views

Pharo Gofer, can it fallback to local package cache when offline?

Can I tell Gofer to fall back to the local package cache when no internet is available? For example such that I can use Gofer it squeaksource: 'CodePhoo'; …
2
votes

How do you use Squeak?

Get yourself a copy of Squeak by Example. Either as a free PDF or as a book. …
4
votes

A J2ME lisp?

Maybe this tiny lisp will run on J2ME: https://www.iam.unibe.ch/scg/svn_repos/Sources/Cells/src/lisp/ …
0
votes

Smalltalk and Assertions

It has been suggested above to add #assert: to Object, but rather I'd add #assert to BlockClosure (or whatever [] class is in GNU Sm …
1
vote

(Mis)Understanding Smalltalk and TDD

It has been suggested above to add #assert: to Object, but rather I'd add #assert to BlockClosure (or whatever [] class is in GNU Sm …
1
vote

Why does Squeak use Colors to identify Mouse Buttons?

This legacy is so 70ies, I hope that Pharo will fix this. …
1
vote

Best Smalltalk/Squeak Books

There is a follow-up of "Squeak by Example" in the making. Stay tuned! …
1
vote

Proper OO modelling of correspondences

Take a look at Fame, see http://www.squeaksource.com/Fame.html We use a specialized subclass of Collection th …
1
vote

How does Smalltalk deal with monkeypatching ?

If you are looking for cutting-edge solutions, take a look at Changeboxes. The research prototype of Changeboxes is based on Squeak Smalltalk. See …
1
vote

How useful would be a Smalltalk source code browser for other programming languages?

Eclipse offers a Smalltalk like browser, the Java browsing perspective. Even though being a Smalltalker myself, I almost never use it. Why? The powerful part if the Smalltalk IDE is the debugger no …
1
vote

Invoking shell commands from Squeak or Pharo

Shell support in Squeak/Pharo is pretty limited. There are plans to get this improved, you're contributions ar …
1
vote

Smalltalk - Inserting a TAB character (Visual Works)

Its shortest to use macro expansion: info := '<1s><T><2s>' expandMacrosWith: one with: two …
0
votes

Smalltalk compilers that target either Java, .NET or Ruby

As it seems, James Ladd is working on a Smalltalk for the JVM, but it has not yet been releases. You can follow the project on twitter though: …
2
votes

Migrating from SUnit to Phexample

Concerning the expectation matchers, there is a series of rewrite rules on the class side of PhexMatcher. This screencast explains how to use RB's rewrite engine: …
1
vote

How do I copy and paste an error message in Pharo?

The quickest way I know is window menu > change title > ctrl-c, alas this opens yet another window. The window menu is the second icon on the top left (if you use Squeak standard …