#
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 968 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 1, 2021 - Smalltalk
The framework for developing sophisticated web applications in Smalltalk.
-
Updated
Jul 21, 2021 - Smalltalk
A version of Pharo by Example for Pharo 50.
-
Updated
Mar 29, 2020 - 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
Jul 30, 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
Jul 30, 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
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
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
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
Jul 27, 2021 - Smalltalk
The Roassal Visualization Engine
-
Updated
Jul 28, 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
guillep
commented
Apr 20, 2021
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
We should check all methods that are just the same as a method that exists in the hierarchy already.
What needs to be done
We need to remove the methods. But: this sounds trivial, but in practice, there