29 lines
530 B
Markdown
29 lines
530 B
Markdown
# pond
|
||
|
||
`pond` is an attempt at building a useful IDE for a static language with a
|
||
smart compiler.
|
||
|
||
```text
|
||
Within the caleidoscope of inference, blood and silicone become friends.
|
||
The fish nibble on clammy fingers, and the machine sings me a lullaby:
|
||
a dream within a dream of knowledge only it possesses.
|
||
```
|
||
|
||
## Usage
|
||
|
||
This is extremely early stage, but you’ll need `OSProcess` support in Pharo. To
|
||
get it, run:
|
||
|
||
```
|
||
Gofer new
|
||
squeaksource: 'OSProcess';
|
||
package: 'OSProcess';
|
||
load.
|
||
```
|
||
|
||
in a playground.
|
||
|
||
<hr/>
|
||
|
||
Have fun!
|