Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Wiki related to the Pharo programming language and environment.
| Date | Stars |
|---|---|
| 2026-07-24 | 251 |
| 2026-07-25 | 251 |
| 2026-07-28 | 251 |
| 2026-07-30 | 251 |
| 2026-08-06 | 251 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Pharo wiki
Wiki for the [Pharo](https://pharo.org/features) programming language and development environment.
The goals of the wiki are explained in the [Manifest](MANIFEST.md) and contribution guidelines in the [Contribution guide](CONTRIBUTION.md).
> Looking for a list of awesome projects? Check-out [awesome-pharo](https://github.com/pharo-open-documentation/awesome-pharo), a curated list of awesome Pharo projects.
- [Pharo wiki](#pharo-wiki)
* [Beginners](#beginners)
* [General](#general)
+ [Infrastructure](#infrastructure)
+ [Pharo Language](#pharo-language)
+ [Pharo Tooling](#pharo-tooling)
* [Pharo projects](#pharo-projects)
* [Pharo and OpenSmalltalk Virtual Machine](#pharo-and-opensmalltalk-virtual-machine)
* [External projects](#external-projects)
+ [Data exchange](#data-exchange)
+ [Data structures](#data-structures)
* [Migration guidelines](#migration-guidelines)
* [External resources](#external-resources)
## Beginners
- [Setting up a new project](General/SettingUpANewProject.md) 
- [Things beginners must learn](General/MustKnowForBeginners.md)
- [Interesting things to know for beginners](General/InterestingsToKnowForBeginners.md)
- [How to run Pharo from the command line](General/HowToRunPharoFromCommandLine.md) - How to run pharo from the command line.
- [Glossary](General/Glossary.md) 
## General
### Infrastructure
- [How to deal with baselines](General/Baselines.md) - Configure your project and its dependencies.
- [Setup your CI through github actions](General/GithubActions.md) - Setup your CI via GitHub actions for your Pharo projects.
- [Pharo code export formats](General/ExportFormats.md) - Explanations about code formats used to export code to VCS such as git.
- [How to deploy a pharo application](General/DeployYourPharoApplication.md) - A guide to deploy a Pharo application.
- [Windows 10 Subsystem For Linux (WSL)](General/Windows10SubsystemForLinux.md) - Getting Pharo to run on Windows 10 Subsystem for Linux.
- [Using CJK (Chinese, Japanese, and Korean) characters](General/CJKCharacter.md) - Guide to help you configure Pharo to support Chinese, Japanese, and Korean characters.
- [Using CJK input methods](General/CJKInputMethod.md) - Guide to help you configure Pharo to support CJK input method.
- [Tweaking big images](General/TweakingBigImages.md) - Tips to make large pharo images more responsive.
- [Image file format](General/ImageFileFormat.md) - Documentation about binary format of Pharo images.
- [How to setup a travis build](General/Travis.md) - How to have automated build on travis
### Pharo Language
- [Extension methods](General/Extensions.md) - How to extend existing classes in your packages.
- [Traits](General/Traits.md) - Structure to build classes via composition.
- [Some cool snippets in Pharo](General/CoolSnippets.md) - A cook book to answer common needs of a Pharo developer.
- [Progress bar](General/ProgressBar.md) - Display a progress bar to give feedback to the user.
- [Morphic Layouts](General/Layout.md) - Documentation about the layout management in the Morphic Library of pharo.
- [Pragmas](General/Pragmas.md) - A guide on Pragmas, annotations to compiled methods to add additional properties.
- [Coding conventions](General/CodingConventions.md) - A list of convention to follow when writing Pharo code.
- [Exceptions](General/Exceptions.md) - How Pharo's exceptions work and explanations on how to use them.
- [Sorting collections](General/SortingCollections.md) - How to sort collections with Pharo's built-in API.
- [Sessions management](General/SessionsManagement.md) - Documentation on setting up start-up and shut-down actions in Pharo.
### Pharo Tooling
- [Playground](General/Playground.md) - Documentation on the usage of Pharo's playground.
- [Profiling](General/Profiling.mdExcerpt of 7,786 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:9840c807cdb414d5, topic:tutorial, readme:curated list, readme:a list of