smalltalk
Here are 635 public repositories matching this topic...
The framework for developing sophisticated web applications in Smalltalk.
-
Updated
Jun 28, 2021 - Smalltalk
Active development of Cuis Smalltalk
-
Updated
Jun 29, 2021 - Smalltalk
A collection of awesome Pharo libraries, tools, frameworks and software.
-
Updated
Jun 5, 2021
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 set of tests to teach you Smalltalk
-
Updated
Jun 19, 2020 - Smalltalk
Scientific Computing with Pharo
-
Updated
Jun 20, 2021 - Smalltalk
The Slate programming language
-
Updated
Dec 13, 2019 - C++
STON - Smalltalk Object Notation - A lightweight text-based, human-readable data interchange format for class-based object-oriented languages like Smalltalk.
-
Updated
Jun 14, 2021 - Smalltalk
MOOSE - Platform for software and data analysis.
-
Updated
Jul 2, 2021 - Smalltalk
Collection of casual conversations that can be used with the Rasa Stack
-
Updated
May 25, 2020 - Python
A Squeak/Smalltalk VM written in RPython.
-
Updated
Oct 18, 2019 - Python
PolyMath - An Introduction to numerical computing with Pharo
-
Updated
Feb 24, 2021 - TeX
Teapot micro web framework for Pharo Smalltalk
-
Updated
Apr 28, 2020 - Smalltalk
(Same issue than in Newspeak, see https://groups.google.com/forum/#!msg/newspeaklanguage/PJeOLjxq_yA/ND3Jel_nAQAJ)
As per Newspeak spec, a call to a primary factory method should return a new instance of a given class. Sometimes it doesn't, as in:
class WhatDoesNewReturn = (
true ifTrue: [ ^ nil ].
)()
where a call to WhatDoesNewReturn new will return nil instead of an i
DataFrame in Pharo - tabular data structures for data analysis
-
Updated
Jun 26, 2021 - Smalltalk
The Roassal Visualization Engine
-
Updated
Jul 2, 2021 - Smalltalk
A lean and mean PostgreSQL client for Pharo
-
Updated
Apr 22, 2021 - Smalltalk
World Dynamic Engine - A 3D graphics engine for Pharo
-
Updated
Apr 28, 2021 - Smalltalk
Learning Object-Oriented Programming with Pharo
-
Updated
Jun 22, 2021 - TeX
Improve this page
Add a description, image, and links to the smalltalk topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the smalltalk topic, visit your repo's landing page and select "manage topics."


See
TODOs inClipboardExtendedPlugin.java.