OSProcess-Tonel

Description

OSProcess in Smalltalk Tonel storage format

Details

Source
GitHub
License
NOASSERTION
Stars
2
Forks
4
Created
May 30, 2019
Updated
Feb. 20, 2022

Categories

System / OS Packaging / VCS

README excerpt

# OSProcess

OSProcess provides access to operating system functions, including pipes, child process creation, and control of the Squeak VM process.

See:
- http://www.squeaksource.com/OSProcess.html
- http://wiki.squeak.org/squeak/1914

To load (the in-development version) in Pharo 7 and later:

```smalltalk
Metacello new
	repository: 'github://dtlewis290/OSProcess-Tonel/src';
	baseline: 'OSProcess';
	load.
```
← Back to results