Files @ b4749e92a65f
Branch filter:

Location: logiqub/README.md

logiqub
module files
# Description

The logiqub is a scripting language designed to be small, fast, and
interoperable (portable, extensible, embeddable). As a virtual machine
assembler, high level features present in other languages are not implemented.
The minimalist approach reduces complexity and maintenance, and increases
agility by cutting depencies. That being said, anything that can be done
in C and assembly can be done with the logiqub.

Visit the <a href="http://logiqub.com/about" class="readme">about</a> page to
learn about the making of this product.

# Build

Detailed building instruction for advanced users are available at the
<a href="http://logiqub.com/build" class="readme">build</a> page.

# Install

You can browse the source and download files on the online mercurial
<a href="http://logiqub.com/repo/" class="readme">repository</a>.

Supported systems and architectures:

* Windows - x86
* Linux - x86
* Raspbian - ARMv7
* Java - JVM (experimental)

# Execution

Find demos and tutorials showcasing the capabilities of the logiqub at the
<a href="http://logiqub.com/play" class="readme">play</a> page.

# Documentation

To learn about the underlying system, its philosophy based of the Forth
language and other materials that may help you build your own system, you
can check the <a href="http://logiqub.com/learn" class="readme">learn</a> page.

# Support

If you like this software, what to share ideas or have features added to it,
please let me know at logiqub@gmail.com. Additionally you may
<a href="http://logiqub.com/support" class="readme">donate</a>.