Tagged Questions

1
vote
2answers
63 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 …
1
vote
3answers
74 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?
1
vote
5answers
65 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
6answers
171 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 …
4
votes
12answers
372 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 …
3
votes
1answer
45 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 …
1
vote
2answers
32 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
4answers
101 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 …
0
votes
2answers
55 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 …
0
votes
2answers
51 views

Smalltalk collections.

If I have an array of employees, how can I sorted based on employee last name?
0
votes
2answers
22 views

Smalltalk, displaying OrderedCollection to List Widget

Hi I have an ordered collection of strings which I'm trying to display on a list widget. I do the following: self displayWidget list: coll. where displayWidget is a List Widget …
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 …
7
votes
5answers
228 views

Does Seaside scale?

Seaside is known as "the heretical web framework". One of the points that make it heretical is that it has much shared state. That however is something which, in my current underst …
3
votes
4answers
175 views

How does Smalltalk (Pharo for example) compare to Python?

I've seen some comparisons between Smalltalk and Ruby on the one hand and Ruby and Python on the other, but not between Python and Smalltalk. I'd especially like to know what the f …
34
votes
25answers
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 …

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