#
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 1,004 public repositories matching this topic...
Glamorous Toolkit is a multilanguage notebook. A fancy code editor. A software analysis platform. A visualization engine. A knowledge management system. All programmable. All in one.
-
Updated
Jul 14, 2022 - Smalltalk
The framework for developing sophisticated web applications in Smalltalk.
-
Updated
Jun 26, 2022 - 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
Dec 30, 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 12, 2022 - Smalltalk
STON - Smalltalk Object Notation - A lightweight text-based, human-readable data interchange format for class-based object-oriented languages like Smalltalk.
-
Updated
Apr 12, 2022 - Smalltalk
MOOSE - Platform for software and data analysis.
-
Updated
Jun 24, 2022 - Smalltalk
A little chip design game inspired by KOHCTPYKTOP: Engineer of the People by Zachtronics
-
Updated
May 10, 2022 - Smalltalk
Live programming platform for IoT projects based on Pharo
-
Updated
Dec 16, 2020 - Smalltalk
Teapot micro web framework for Pharo Smalltalk
-
Updated
Apr 28, 2020 - Smalltalk
PharoJS: Develop in Pharo, Run on JavaScript
-
Updated
Jul 13, 2022 - Smalltalk
The Roassal Visualization Engine
-
Updated
Jul 7, 2022 - Smalltalk
PolyMath - An Introduction to numerical computing with Pharo
-
Updated
Feb 24, 2021 - TeX
guillep
commented
Jan 7, 2022
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
Mar 18, 2022 - Smalltalk
A lean and mean PostgreSQL client for Pharo
-
Updated
Jun 28, 2022 - Smalltalk
Learning Object-Oriented Programming with Pharo
-
Updated
Nov 24, 2021 - TeX
Created by Pharo Project
Released April 15, 2010
- Organization
- pharo-project
- Website
- pharo.org
- Wikipedia
- Wikipedia

protocol printString=>