A cool new programming language that is dynamically typed and allows users to write complex algorithms and solve problems without worrying much about variable types. Our special feature programmers full flexibilty to switch between data types on the run!
This document gives the installation steps required to set up and runs our Programming language - Sparky. The executing Environment is Microsoft Windows.
- Install SWI-SH Prolog installed on the system and environment path variables should be set. Detailed instructions to install SWI-SH Prolog is found here
- Install Java JDK 8 and set environment variables path variables. Java JDK can be found here. Ensure JAVA_HOME is set.
- Install Maven on the system if you are running on the terminal/command prompt. Maven installation guide here . You can download Maven here .
- Download Sparky source code from git to an empty folder.
- Open the downloaded source code folder in the terminal/command prompt.
- Run the following commands:
mvn clean compile assembly:single
java -jar target\sparky-0 .0.1-SNAPSHOT-jar-with-dependencies.jar
java -jar target\sparky-0 .0.1-SNAPSHOT-jar-with-dependencies.jar << full_path_to_your_file_with_filename .spk >>