I run get and now I\'m seeing blank screen. I expected object browser, but there isn\'t. I think there is some command for that.
I\'m stumped. Here is my testcase. theTestArray := #(1.2 3 5.1 7). self assert: theTestArraysquareOfAllElements = #(1.44 9 26.01 49).
I开发者_如何学C need something better than writing the entire class name in a text field. Maybe a reduced view of the System Browser.
I wonder why smalltalk doesn\'t make use of java-style inner class. This mechanism effectively allows you to define a new instance of a new class, on-the-fly, where you need it, when you need it. It c
I\'ve been using smalltalk for a while now and I love the language and the concept. What I just hate is the System browser. This tool doesn\'t even resemble a modern IDE. How am I supposed to code wit
I have few experience with languages like Python, Perl and Ruby, but I have developed in Smalltalk from some time. There are some pretty basic Smalltalk classes which are very popular and cross-Smallt
I am a newbie to Smalltalk technology. My experience in programming is with C and C++. I would like to understand the design methodology of smalltalk. Could any one suggest some simple real-time apps
Common Lisp\'s multiline comments make it easier to include multiline shebangs: #!/bin/bash #| exec clisp -q -q $0 $0 ${1+\"$@\"}
I prefer interfacing with programming languages through a standard bash terminal. While Squeak and Pharo are well documented, they don\'t seem to have a CLI, just a VM GUI.
What would be good (cross Smalltalk, mantained, documented) web frameworks or packages (in terms of fewer things to learn/adapt) to use for implementing a static web site with really few forms? .i.e.