Find a file
2022-11-11 12:54:22 +09:00
balloons removes executable bit on files that do not need it 2018-07-23 06:58:37 +02:00
extraponies removes executable bit on files that do not need it 2018-07-23 06:58:37 +02:00
extras removes executable bit on files that do not need it 2018-07-23 06:58:37 +02:00
ponies Add Smolder 2019-08-27 23:11:44 -04:00
ponyquotes Add Smolder 2019-08-27 23:11:44 -04:00
ponysay Fixups? 2022-11-11 12:54:22 +09:00
share removes executable bit on files that do not need it 2018-07-23 06:58:37 +02:00
.gitignore kuroko port 2022-03-22 23:05:06 +09:00
CONTRIBUTING Remove unneded exec bit 2017-09-09 01:38:26 -03:00
COPYING Remove unneded exec bit 2017-09-09 01:38:26 -03:00
CREDITS Remove unneded exec bit 2017-09-09 01:38:26 -03:00
LICENSE Remove unneded exec bit 2017-09-09 01:38:26 -03:00
README.md Swap out readme for one that explains the port 2022-03-29 18:17:48 +09:00
README.upstream.md Swap out readme for one that explains the port 2022-03-29 18:17:48 +09:00

Ponysay in Kuroko

This is a port of ponysay to Kuroko.

Kuroko is a dialect of Python with explicit variable declaration and block scoping. Kuroko's standard library is incomplete and not fully compatible with Python, so this port needed to work around various issues.

This repository has been stripped of some extraneous files to make it more suitable for use a submodule in PonyOS, so some files specific to, eg., Linux console usage, as well as build and packaging scripts for the Python version have been removed.