Parable Language
Not logged in

Parable is an experimental concatenative language. It serves as a successor to Toka, and a companion to Retro.

The code, documentation, and any binaries included are provided under the ISC License. You can obtain a copy of a specific version from the Timeline, or use Fossil (local copy) to track the latest source.


Checkout the source using Fossil:

  fossil clone http://rx-core.org/dev/parable.fossil parable.fossil
  mkdir parable
  cd parable
  fossil open ../parable.fossil

To pull the latest changes:

  fossil pull
  fossil update

Send any patches to crc@rx-core.org.