All Projects → birchb1024 → genyris

birchb1024 / genyris

Licence: other
Genyris presents a new programming paradigm. Objects can belong to multiple classes independent from construction allowing data to be classified into types after creation.

Programming Languages

java
68154 projects - #9 most used programming language
GAP
223 projects

Projects that are alternatives of or similar to genyris

abap scheme
ABAP Scheme
Stars: ✭ 13 (-7.14%)
Mutual labels:  lisp-interpreter, scheme-interpreter
NatLang
NatLang is an English parser with an extensible grammar
Stars: ✭ 20 (+42.86%)
Mutual labels:  semantic-web
pronto
A Python frontend to (Open Biomedical) Ontologies.
Stars: ✭ 202 (+1342.86%)
Mutual labels:  semantic-web
teaching
Teaching material relevant to KGs
Stars: ✭ 61 (+335.71%)
Mutual labels:  semantic-web
sparql-proxy
SPARQL-proxy: provides cache, job control, and logging for any SPARQL endpoint
Stars: ✭ 26 (+85.71%)
Mutual labels:  semantic-web
corese
Software platform implementing and extending the standards of the Semantic Web.
Stars: ✭ 55 (+292.86%)
Mutual labels:  semantic-web
everything
The semantic desktop search engine
Stars: ✭ 22 (+57.14%)
Mutual labels:  semantic-web
numishare
Numishare is an open source suite of applications for managing digital cultural heritage artifacts, with a particular focus on coins and medals.
Stars: ✭ 29 (+107.14%)
Mutual labels:  semantic-web
semantic-python-overview
(subjective) overview of projects which are related both to python and semantic technologies (RDF, OWL, Reasoning, ...)
Stars: ✭ 406 (+2800%)
Mutual labels:  semantic-web
Processor
Ontology-driven Linked Data processor and server for SPARQL backends. Apache License.
Stars: ✭ 54 (+285.71%)
Mutual labels:  semantic-web
ontobio
python library for working with ontologies and ontology associations
Stars: ✭ 104 (+642.86%)
Mutual labels:  semantic-web
RDForm
Create and edit RDF data in a HTML form
Stars: ✭ 16 (+14.29%)
Mutual labels:  semantic-web
CoCoC
C development system for (Nitr)OS9/6x09, with source
Stars: ✭ 22 (+57.14%)
Mutual labels:  lisp-interpreter
JSchemeMin
A small scheme implementation in java
Stars: ✭ 22 (+57.14%)
Mutual labels:  scheme-interpreter
lispkit
FUNCTIONAL PROGRAMMING: Application and Implementation, Peter Henderson, ISBN 0-13-331579-7
Stars: ✭ 33 (+135.71%)
Mutual labels:  lisp-interpreter
grlc
grlc builds Web APIs using shared SPARQL queries
Stars: ✭ 118 (+742.86%)
Mutual labels:  semantic-web
edent.tel
A semantic contact page built around SVG
Stars: ✭ 28 (+100%)
Mutual labels:  semantic-web
carml
A pretty sweet RML engine, for RDF.
Stars: ✭ 74 (+428.57%)
Mutual labels:  semantic-web
pyldn
A pythonic Linked Data Notifications (LDN) receiver
Stars: ✭ 13 (-7.14%)
Mutual labels:  semantic-web
bioportal web ui
A Rails application for biological ontologies
Stars: ✭ 20 (+42.86%)
Mutual labels:  semantic-web
Genyris README

LICENSE

Refer to the file "LICENSE"

INSTALLATION

Refer to the installation instructions in doc/reference/manual.pdf. Otherwise read on:

You need Java 1.6 JRE to run the Genyris interpreter. Check with your JRE
version with:

  $ java -version

Set your GENYRIS_HOME environment variable to the root folder where you unpacked
the release. Add $GENYRIS_HOME/bin to your path. 
Make the file $GENYRIS_HOME/bin/genyris executable.

Start the command-line interpreter with Java:

  $ genyris

You will see a welcome message followed by a prompt:

  *** Welcome birchb, Genyris version NNN-xxxxxxxxxxxx.bb is listening...

  > 

Commands can now be typed, use two carriage returns
to terminate each statement.

To test the installation run the self test suite with the following command:

> sys:self-test

All being well, it will print ``OK'' and the number of tests passed.

Examples of Genyris code are in the examples
folder and can be loaded as follows:

     > include "examples/queens.g"

And run:

     > run-queens 8
     "
     "Q......."
     "....Q..."
     ".......Q"
     ".....Q.."
     "..Q....."
     "......Q."
     ".Q......"
     "...Q...."
     ""
     etc

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].