Tagged Questions

3
votes
5answers
110 views

Is There Any Way To Develop in Smalltalk Without Using a VM?

I'm really begining to learn Smalltalk. Now I'm using Squeak, but there is any way to develop in Smalltalk without using VMs, but something like an IDE?
24
votes
18answers
993 views

Non-Mainstream Languages, Bad for your resume?

Hi folks, I got my BS in Computer Science about seven years ago. I spent two years in neuroscience research and the next three providing what amounts to tech support. But I love computer programming …
0
votes
7answers
297 views

What are the various popularity metrics and sites for programming languages such as Ruby, Python, Java, etc?

What are the various sites that offer metrics that compare Ruby, Python, Perl, Smalltalk etc. What are their respective metrics? Do any of them control or account for the time that Rails was …
2
votes
3answers
62 views

What are good forums or mailing lists for programmers new to Smalltalk?

I would like to start a Community Wiki on good resources for programmers new to Smalltalk. I'm especially looking for good forums and/or mailing lists for programmers that are new to Smalltalk. Please …
1
vote
2answers
24 views

Find references to string/symbol/method

This relates to the Dolphin variant of Smalltalk. I'm digging around in the image to try and figure this out but haven't find the correct method invocation yet and I'm hoping someone might be able …
2
votes
1answer
37 views

JQuery UI + Seaside set-up

Which package(s) do I need to load for jQuery UI in Seaside? Currently I have these installed/loaded: Pharo Seaside One-Click Image Added the jQuery repository to the Monticello Browser …
1
vote
3answers
72 views

How do you set the class of an object to something else?

Hi, I've seen this recently and now I can't find it … How do you set the class of an object to something else? --Update: Well, in Pharo! Like: d:=Object new. d setClass: Dictionary. Only that …
2
votes
2answers
97 views

Showing inherited methods in Squeak/Pharo Smalltalk

I'm familiar with the VisualWorks and Dolphin versions of Smalltalk, but have not previously used Squeak. I'm just familiarising myself with Pharo, which is a 'cleaned up' fork of Squeak. I'm used to …
18
votes
11answers
624 views

What is so special about Smalltalk?

In every technical publication, and on this site too, people are always comparing OO languages to Smalltalk. My experience is in Java: is Smalltalk so important that I should study it?
2
votes
1answer
34 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'; addPackage: 'CodePhoo'; load …
2
votes
2answers
46 views

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

Squeak was once innovative by giving people more than a dull error message: a debugger and go figure out! However, nowadays there's a google, and now it'd rock to copy paste the error message, which …
0
votes
2answers
50 views

How to find the current stack?

Hi, in Pharo, how can I find the currently evaluating stack?
2
votes
1answer
33 views

Migrating from SUnit to Phexample

Hi, I'm trying out Pharo's Phexample and I like it, but it feels clumsy to have half my unit tests in SUnit and the other half in Phexample. Does Phexample have like an import feature for my existing …
2
votes
1answer
53 views

Distributed source control for VisualWorks Smalltalk

One of the annoying things about Smalltalk is that it (usually) requires its own VCS, due to the way that it manages its source code. Squeak and Gemstone (at least in its GLASS version) have a DVCS …
4
votes
1answer
63 views

Redefining instance variables of a Smalltalk class

I've never used Smalltalk, but I've read a lot about it and it has always intrigued me. I've seen the cool demos where a program is running and simply by changing the methods of the classes the …

1 2 3 4 5 8 next
15 30 50 per page