34 lines
734 B
Markdown
34 lines
734 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 `OSSubprocess` support in Pharo.
|
||
To get it, run:
|
||
|
||
```smalltalk
|
||
Metacello new
|
||
baseline: 'OSSubprocess';
|
||
repository: 'github://pharo-contributions/OSSubprocess:master/repository';
|
||
load.
|
||
```
|
||
|
||
in a playground.
|
||
|
||
## More info
|
||
|
||
You can read the [devlog](/devlog) where I document my progress daily. Mostly
|
||
you can see me fail, which is quite fun.
|
||
|
||
<hr/>
|
||
|
||
Have fun!
|