The framework for developing sophisticated web applications in Smalltalk.
-
Updated
Oct 7, 2020 - Smalltalk
{{ message }}
The framework for developing sophisticated web applications in Smalltalk.
Active development of Cuis Smalltalk
A set of tests to teach you Smalltalk
Today I was doing a lot of changes on some variables in a deep hierarchy.
Current Pharo tools allow developers to find accesses to a variable in a class but not in a hierarchy so I had to make this snippet:
origin := AbstractWidgetPresenter.
variableName := #borderColor.
(origin slots detect: [ :e | e name = variableName ]) usingMethods collect: #methodClass as: SetA collection of awesome Pharo libraries, tools, frameworks and software.
Scientific Computing with Pharo
A computational algebra system in Smalltalk.
The Slate programming language
STON - Smalltalk Object Notation - A lightweight text-based, human-readable data interchange format for class-based object-oriented languages like Smalltalk.
MOOSE - Platform for software and data analysis.
Collection of casual conversations that can be used with the Rasa Stack
PolyMath - An Introduction to numerical computing with Pharo
A Squeak/Smalltalk VM written in RPython.
Teapot micro web framework for Pharo Smalltalk
DataFrame in Pharo - tabular data structures for data analysis
A lean and mean PostgreSQL client for Pharo
World Dynamic Engine - A 3D graphics engine for Pharo
See smarr/SOMns@9025ea4#diff-e90fc19c6dee539193f85eae32b8a32eL34
As @fniephaus observes, this should be the same class for each profile. So, it should be possible to make it static.
Learning Object-Oriented Programming with Pharo
The Roassal Visualization Engine
Add a description, image, and links to the smalltalk topic page so that developers can more easily learn about it.
To associate your repository with the smalltalk topic, visit your repo's landing page and select "manage topics."
See
TODOs inClipboardExtendedPlugin.java.