Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 489 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 489 Bytes

CoypuIDE

Pharo

CoypuIDE is an IDE for the music live coding Coypu library.

Loading latest development version

Metacello new
	baseline: 'CoypuIDE';
	repository: 'github://pharo-graphics/CoypuIDE/';
	onConflict: [ :ex | ex useIncoming ];
	onUpgrade: [ :ex | ex useIncoming ];
	load.