#
Pharo
Pharo is an open source dynamic and reflective language inspired from the programming language
and integrated development environment (IDE) Smalltalk.
Pharo offers strong live programming features such as immediate object manipulation,
live update and hot recompiling. The live programming environment is at the heart of the system.
Here are 969 public repositories matching this topic...
Glamorous Toolkit is the moldable development environment. It is a live notebook. It is a flexible search interface. It is a fancy code editor. It is a software analysis platform. It is a data visualization engine. All in one.
-
Updated
Aug 24, 2021 - Smalltalk
The framework for developing sophisticated web applications in Smalltalk.
-
Updated
Aug 18, 2021 - Smalltalk
A version of Pharo by Example for Pharo 50.
-
Updated
Aug 10, 2021 - CSS
A collection of awesome Pharo libraries, tools, frameworks and software.
-
Updated
Jun 5, 2021
jecisc
commented
Jun 6, 2019
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: SetScientific Computing with Pharo
-
Updated
Aug 12, 2021 - Smalltalk
STON - Smalltalk Object Notation - A lightweight text-based, human-readable data interchange format for class-based object-oriented languages like Smalltalk.
-
Updated
Jul 16, 2021 - Smalltalk
MOOSE - Platform for software and data analysis.
-
Updated
Aug 5, 2021 - Smalltalk
Live programming platform for IoT projects based on Pharo
-
Updated
Dec 16, 2020 - Smalltalk
A little chip design game inspired by KOHCTPYKTOP: Engineer of the People by Zachtronics
-
Updated
Apr 13, 2021 - Smalltalk
Teapot micro web framework for Pharo Smalltalk
-
Updated
Apr 28, 2020 - Smalltalk
PolyMath - An Introduction to numerical computing with Pharo
-
Updated
Feb 24, 2021 - TeX
PharoJS: Develop in Pharo, Run on JavaScript
-
Updated
May 19, 2021 - Smalltalk
A new book describing Pharo librairies to make business.
-
Updated
Apr 6, 2020 - CSS
The Roassal Visualization Engine
-
Updated
Aug 23, 2021 - Smalltalk
DataFrame in Pharo - tabular data structures for data analysis
data-science
statistics
smalltalk
tabular-data
data-frame
data-visualization
pharo
data-analysis
gsoc
pharo-smalltalk
-
Updated
Aug 22, 2021 - Smalltalk
A lean and mean PostgreSQL client for Pharo
-
Updated
Apr 22, 2021 - Smalltalk
guillep
commented
Apr 20, 2021
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
Created by Pharo Project
Released April 15, 2010
- Organization
- pharo-project
- Website
- pharo.org
- Wikipedia
- Wikipedia


Describe the problem
The example has:
but the method needs two strings, it shuld be