Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.

theratioproject/simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple License Popular Language Boot App Build Simple Build Simple release Last Commit Pull Request

Simple

The Simple Intelligent and Modular Programming Language and Environment
Current Version : 0.3.213 simple-repl

About Simple

SIMPLE is a plain and innovative programming with multi-paradigm. It can be embedded in C/C projects. The language is portable to various OS including windows, macOS, any linux and unix distros and other OS. The language is small and fast.

Features

Simple has features every programming language will have such as variable declarations, functional programming, Object oriented programming etc and more to come. It houses all these features as it parent architecture comes from C. Simple is weakly typed, no explicit end of line required and can be embedded in C and C projects. Portability with javascript is a major goal we're trying and going to achieve.

Downloading & Installing SIMPLE.

Simple has compilers that can be installed in our Windows/Linux/Mac systems. Simple can either be cloned, downloaded as zip or gotten from here Below are the procedures for installing on each system respectively.

Installing on Windows.

This is quite the easiest installation. Download the windows type file from here and run.

Installing on Linux

After downloading simple from either methods listed above, unzip/move into the SIMPLE folder from your console and follow the instructions below.

# Copy make file from bootsrc/makefiles/inux to sources
$ cd build && chmod  x Linux-Build.sh
# install simple with the "make" command.
$ ./Linux-build.sh

Wait for a few moments, probably a minute. The make file installs simple in a folder dist located in the src folder. start the SIMPLE compiler with the command

$ simple
Unable to add to global path.

Sadly, we're working on that issue and a fix will be issued in the next release.

Installing on Mac

To install on Mac, the same procedures are followed but some small differences. Steps to install.. After downloading the Mac package, navigate to the home folder of SIMPLE and run commands. The makefile for Mac is under testing and further instructions will be disbursed later.

Boom, we have simple installed.

Getting started.

You can check the unofficial documentation / guide to simple as the official documentation comes up. Get acquainted with SIMPLE's syntax HERE

Contributors.

We love contributors. This is an open source project and needs the supports of the community extensively. Check out the contributing guide

License

MIT License

Copyright (c) 2018 simple

Built with ❤️ in Nigeria