exercism-pharo-tooling

Description

Tools for the Pharo language track

Details

Source
GitHub
Dialect
pharo (65% confidence)
License
MIT
Stars
1
Forks
2
Created
June 18, 2018
Updated
Jan. 28, 2023
Topics
exercism pharo pharo-smalltalk

README excerpt

# Exercism Pharo Tooling

## This Reposititory is no Longer Maintained
The tooling for the Pharo language track is maintained alongside the exercises in the [exercism/pharo](https://github.com/exercism/pharo) repository. Please go there for all issues, queries and contributions.

## Summary
This repository contains tools that help to integrate the Smalltalk and Pharo way of programming into the Exercism workflow.

## Tools

### Exercism
This tool exports Smalltalk code out of the Pharo image and into text files, ready to be pushed to Exercism.io by the exercism
command line tool.

#### Usage
Inside the Playground send the message `exportClass:` to the `Exercism` class with the class containing the code to be 
exported as the argument:

```smalltalk
Exercism exportClass: HelloWorld
```

## Licence
This repository is under the MIT licence with the copyright to Exercism, Inc.
← Back to results