smalltalk
How to see object/class/context browser in GNU Smalltalk?
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.[详细]
2023-04-12 15:57 分类:问答assert fails when it should not, in Smalltalk Unit testcase
I\'m stumped. Here is my testcase. theTestArray := #(1.2 3 5.1 7). self assert: theTestArraysquareOfAllElements = #(1.44 9 26.01 49).[详细]
2023-04-08 02:53 分类:问答Is there a reusable Dialog for getting a class name in Pharo?
I开发者_如何学C need something better than writing the entire class name in a text field. Maybe a reduced view of the System Browser.[详细]
2023-04-06 04:55 分类:问答inner classes in smalltalk
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[详细]
2023-04-05 22:25 分类:问答alternative IDE for squeak/pharo
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[详细]
2023-04-01 00:38 分类:问答Collections and Stream classes equivalences between Smalltalk, Perl, Python and Ruby
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[详细]
2023-03-30 07:17 分类:问答App building for a beginner in Smalltalk
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[详细]
2023-03-27 17:56 分类:问答Smalltalk equivalent to Common Lisp's #| ... |# comments?
Common Lisp\'s multiline comments make it easier to include multiline shebangs: #!/bin/bash #| exec clisp -q -q $0 $0 ${1+\"$@\"}[详细]
2023-03-26 21:41 分类:问答A Smalltalk implementation with the perfect feature set
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.[详细]
2023-03-24 23:46 分类:问答Packages for developing static web sites in Smalltalk?
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.[详细]
2023-03-24 12:47 分类:问答