Giter Site home page Giter Site logo

alokaroramca / slang Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bitspark/slang

0.0 1.0 0.0 1.09 MB

SLANG engine written in Go

Home Page: https://bitspark.de/slang/

License: Apache License 2.0

Go 98.70% Python 0.69% Dockerfile 0.15% Dockerfile 0.15% Dockerfile 0.30%

slang's Introduction

CircleCIcodecov

Slang Daemon

Powered by Bitspark

About Slang

Slang is a visual flow-based programming language and programming system. It consists of the YAML-based Slang exchange format, the Slang daemon and the Slang UI.

About Slang daemon

Slang daemon is the service which serves the user web interface (Slang UI) and runs all your operators. You don't need anything else to start working with Slang, so this here is the place to start.

How to install

If you want to run Slang, you can simply download the latest release, unpack and run it. We have binaries for Windows, Linux and MacOS.

Compile it yourself

If you rather want to compile it yourself, you first need to install Go.

After you have set up Go and cloned the repository, switch to the root directory and run

go get -v ./...

This will fetch all the dependencies. After that, run

go build -o slangd ./cmd/slangd (on Windows: go build -o slangd.exe ./cmd/slangd)

That's it! Now you just need to run slangd (on Windows: slangd.exe) and Slang will take care of the rest such as downloading the UI and standard library.

Links

slang's People

Contributors

jm9e avatar td5r avatar kairichard avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.