smalltalk
Tree implementations in Smalltalk
I\'m trying to find open-source implementations of Trees (not binary) like Red开发者_StackOverflow中文版-black, B-Trees, 2-3 Trees, or General Tree, ideally for Squeak/Pharo, but any other implementat[详细]
2023-03-24 12:35 分类:问答Generating diagrams in Pharo/Squeak Smalltalk
I\'m having trouble understanding big code libraries in Pharo and Squeak, is there is a typical template scri开发者_如何学运维pt to generate a static class relationship diagram (not necessarily UML) a[详细]
2023-03-24 06:35 分类:问答Best way to discard elements before an element in a Collection
Given any String like \'Lorem ipsum dolor sit amet, consectetuer adipiscing elit\' I\'d like to discard every word before sit. I\'ve checked methods in String but not found very useful for this one. T[详细]
2023-03-23 23:12 分类:问答Python and Smalltalk - Metaprogramming capabilities comparison
I have of late been learning Python, and am amazed by its superb runtime metaprogramming capabilities. Previously I came across the term \'runtime metaprogramming\' was when I was reading about Smallt[详细]
2023-03-23 22:16 分类:问答Which Smalltalk flavors support writing C code in a method?
I\'ve heard that in Smalltalk/X and possibly other flavors you can include C code insi开发者_运维问答de a method, is this possible with other Smalltalk implementations? which ones?Smalltalk/X is the o[详细]
2023-03-23 21:47 分类:问答If you have Traits, do you stop using interfaces, Abstract base classes, and multiple inheritance?
It seems like Traits could completely replace interfaces, abstract base classes, mixins, and multiple inheritance, leaving you with just Traits and concrete inheritance.[详细]
2023-03-23 10:25 分类:问答Squeak smalltalk: why can't I activate the do it menu
I downloaded squeak 4.2 http://squeak.org/ and watch this very basic tutorial http://www.youtube.com/watch?v=0w1Yub4eUAU[详细]
2023-03-22 16:38 分类:问答What high level network object passing facilities exist in squeak/pharo?
The squeak webpage says: Squeak provides programatic access to the networking environment of your computer at all levels, from high level ob开发者_Python百科ject passing[详细]
2023-03-20 07:46 分类:问答What object to hold a large amount of text in?
I am planning a Seaside app to hold text, a single instance which may be up to, say, 5Mb. What kind of object is best for this?[详细]
2023-03-20 06:02 分类:问答Squeak Win 7 Error: No content to install
So I decided to take a look at Smalltalk.Googling led me to Squeak and开发者_运维技巧 Squeak By Example.Squeak By Example tells me to drag the .image file onto the Squeak.exe icon.I do this and get an[详细]
2023-03-20 00:03 分类:问答