Not logged in


Subprojects:

RxSQL | Playground


Bindings:

Lua

Retro is a concatenative, stack-based programming language with roots in Forth. It is intended to be clean and practical.

RxSQL

RxSQL is a simple server providing access to SQLite databases via the standard file I/O functions.

It is being developed as a companion project to the Retro Language, but is sufficiently generic to be usable in other applications as well.

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/rxsql.fossil rxsql.fossil
  mkdir RxSQL
  cd RxSQL
  fossil open ../rxsql.fossil

To pull the latest changes:

  fossil pull
  fossil update

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