Files
pond/README.md
2019-12-11 17:37:19 +01:00

530 B
Raw Blame History

pond

pond is an attempt at building a useful IDE for a static language with a smart compiler.

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 youll need OSProcess support in Pharo. To get it, run:

Gofer new
	squeaksource: 'OSProcess';
	package: 'OSProcess';
	load.

in a playground.


Have fun!