1
vote
1answer
40 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 ve …
2
votes
1answer
17 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 feat …
3
votes
1answer
49 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 th …
-3
votes
0answers
216 views
If there was one programming language u knew… waht would it be? [closed]
programming is become one thing everyone needs to know these days, more than ever before. Not speaking from the perspective of a typical programmer of course, real programmers need …
1
vote
3answers
102 views
GemStone-Linux-Apache-Seaside-Smalltalk.. how practical is 4GB?
I am really interested in GLASS. The 4GB limit for the free version has me concerned. Especially when I consider the price for the next level ($7000 year).
I know this can be s …
2
votes
3answers
43 views
Smalltalk - Inserting a TAB character (Visual Works)
I'm having some trouble inserting a tab between two strings.
stringOne := 'Name'.
stringTwo := 'Address'.
I've tried:
info := stringOne, String tab, stringTwo.
or
info := s …
0
votes
5answers
125 views
Smalltalk, newline character
Does anybody know what's the newline delimiter for a string in smalltalk?
I'm trying to split a string in separate lines, but I cannot figure out what's the newline character is s …
3
votes
5answers
80 views
Smalltalk - Compare two strings for equality
I am trying to compare two strings in Smalltalk, but I seem to be doing something wrong.
I keep getting this error:
Unhandled Exception: Non-boolean receiver. Proceed for truth.
…
4
votes
11answers
388 views
asm / C / Python / Perl / Lisp / Scheme Programmer looking for something new to learn.
I need to have an at-home project now that I'm working on Python/Django at work. I'd like to learn something new, so I was thinking of checking out Java.
What's the most well resp …
1
vote
3answers
85 views
Best OS And Tools For SmallTalk Learning And Development
I'm starting to learn Smalltalk. What's the best OS (in terms of having more and better tools) and tools for development?
-4
votes
6answers
188 views
Is SmallTalk “Dead”? [closed]
Hello,
I'm thinking to start learning SmallTalk, but as I can see, SmallTalk was left in the time, because in the last years I didn't see much SmallTalk developers, but is it dead …
34
votes
26answers
3k views
Why use Ruby instead of Smalltalk?
Ruby is becoming popular, largely from the influence Ruby on Rails, but it feels like it is currently struggling through its adolescence. There are a lot of similarities between Ru …
3
votes
1answer
49 views
Performance differences between Swazoo and Komanche?
Hello,
I'd like to know what the performance differences between Swazoo and Komanche in general and for Seaside are. Especially why and in what situations I should prefer the one …
48
votes
28answers
17k views
Why isn’t Smalltalk popular?
I’ve been looking at Smalltalk (VisualWorks) for the past couple of months - and the more I learn the more I’m impressed. However, I think I must be missing something as Smalltalk …
1
vote
2answers
62 views
Smalltalk - Converting text object to string
Hi I have text editor widget in smalltalk (visual works) that returns a text object, however I want the text returned to be handled as a string object.
How do you parse a text obj …
