An open API service indexing awesome lists of open source software.

https://github.com/rizwansoaib/sublime-build-system

Compiler and Interpretor in sublime3 run directly from Sublime for linux
https://github.com/rizwansoaib/sublime-build-system

bash bash-script bash-scripting compiler editor interpretor sublime

Last synced: about 1 month ago
JSON representation

Compiler and Interpretor in sublime3 run directly from Sublime for linux

Awesome Lists containing this project

README

        

# Sublime-Build-System
[![LINUX](https://img.shields.io/badge/Supported%20OS-Linux-green.svg)](https://www.linux.org/pages/download/) [![star this repo](http://githubbadges.com/star.svg?user=rizwansoaib&repo=sublime-build-system)](https://github.com/rizwansoaib/sublime-build-system)
[![fork this repo](http://githubbadges.com/fork.svg?user=rizwansoaib&repo=sublime-build-system)](http://github.com/rizwansoaib/sublime-build-system/fork)

Compiler and Interpretor in sublime3 run directly from Sublime for linux script also installed C,C++,Java,Python compiler and interpretor for other Prograaming languages must preinstalled compiler and interpretor in System

## Installation
git clone https://github.com/rizwansoaib/sublime-build-system.git
cd sublime-build-system
chmod +x install.sh
./install.sh

Build and Run Programs From ctrl+Shift+B

# Python3
![screenshot from 2018-10-13 15-26-08](https://user-images.githubusercontent.com/29729380/46904303-c3b1ec80-ceff-11e8-89b6-30f4d7ab6561.png)
# C and C++
sudo apt-get install g++
![screenshot from 2018-10-13 15-36-36](https://user-images.githubusercontent.com/29729380/46904305-c44a8300-ceff-11e8-919a-3bfcefab7ab1.png)
# JAVA
![screenshot from 2018-10-13 15-30-46](https://user-images.githubusercontent.com/29729380/46904304-c3b1ec80-ceff-11e8-82d0-412c1318efe7.png)

# JAVASCRIPT

![js](https://user-images.githubusercontent.com/29729380/55285355-e483d680-53a7-11e9-9ff9-c8e688db665f.png)

# LISP

sudo apt-get install sbcl

![screenshot from 2018-10-13 15-47-56](https://user-images.githubusercontent.com/29729380/46904306-c44a8300-ceff-11e8-990f-3dd9e505cbe0.png)
![screenshot from 2018-10-13 15-48-52](https://user-images.githubusercontent.com/29729380/46904307-c44a8300-ceff-11e8-9559-c29c50c6c1e8.png)