GithubHelp home page GithubHelp logo

sillelien / dollar Goto Github PK

View Code? Open in Web Editor NEW
7.0 8.0 5.0 82.22 MB

BASH like lightweight. reactive dynamic scripting language for the JVM - Apache 2.0 (liberal) license

Home Page: http://sillelien.github.io/dollar

License: Apache License 2.0

Shell 1.01% Java 98.53% HTML 0.47%
reactive-programming dynamic-programming jvm java dollar integration script programming-language scripting scripting-language

dollar's Introduction

Binary Distribution

GitHub License GitHub Issues GitHub Release Dependency Status BCH compliance

Join the chat at https://gitter.im/sillelien/dollar GitQ Patreon

Full documentation at http://sillelien.github.io/dollar and the manual is at http://sillelien.github.io/dollar/manual/

Download it Now

Intro

Dollar is a light-weight scripting language for the JVM. More specifically it is an integration centric, reactive dynamic programming language.

It is currently being built for the needs of server-side developers and Java developers in general who need to produce quick prototypes or write simple scripts. Furthermore it is an internet centric language where JSON and URIs are first class citizens.

Download it Now

The language is currently in early but active development.

I'm also working full-time on this, if you wish to support my efforts then please back me on Patreon:

Patreon

And/or star the project on GitHub.

Thanks!


Example to find out your local air quality:

//First we get the Geo Location of our IP address
var geo= read http://freegeoip.net/json/
var lat= geo.latitude
var lon= geo.longitude

var quality= read ("https://api.openaq.org/v1/measurements?radius=10000&limit=5&coordinates="+ lat + "," + lon) as URI;

//Now output the quality from each result
quality.results each {
    @@ $1.location
    @@ $1.parameter +" was "+ $1.value +  " " + $1["unit"] +" on " + $1.date.utc
}


Learn more at http://sillelien.github.io/dollar.

Install

Download the distribution then run the following in your shell:

    tar -zxvf dollar-0.4.5195.tgz

To use dollar:

    ./dollar/bin/dollar <filename>.ds

Docs

Documentation is at http://sillelien.github.io/dollar.

Q&A: https://gitq.com/sillelien/dollar

Download it Now

Maven

The artifacts used to build the Dollar project can be accessed using

            <repositories>
                <repository>
                    <id>dollar-s3-release-repo</id>
                    <name>S3 Release Repository for component1</name>
                    <url>s3://dollar-repo/release</url>
                    <releases>
                        <enabled>true</enabled>
                    </releases>
                    <snapshots>
                        <enabled>false</enabled>
                    </snapshots>
                </repository>            
            </repositories>

and

        <dependency>
            <groupId>com.sillelien</groupId>
            <artifactId>dollar-xxx</artifactId>
            <version>0.4.5195</version>
        </dependency>

Dependencies: Dependency Status

Docker

There is a docker image, but it is in it's infancy so better to work with the distribution for now.

docker run -v $HOME/.github:/root/.github -v $HOME/.dollar:/root/.dollar -v $(pwd):/build -it sillelien/dollarscript-headless:0.4  <filename>.ds

Docker Registry

Research & Background Reading

Language Design

http://www.drdobbs.com/architecture-and-design/so-you-want-to-write-your-own-language/240165488

https://www.youtube.com/watch?v=Sg4U4r_AgJU

Lambdas and Scope Closure

https://martinfowler.com/bliki/Lambda.html

Font Ligatures

https://github.com/tonsky/FiraCode


If you use this project please consider giving us a star on GitHub.

Please contact me through Gitter (chat) or through GitHub Issues.

GitHub Issues Join the chat at https://gitter.im/sillelien/dollar

For commercial support please contact me directly.


๐Ÿ’ฐ Referral Links

This is an open source project, which means that we are giving our time to you for free. However like yourselves, we do have bills to pay. Please consider visiting some of these excellent services, they are not junk we can assure you, all services we would or do use ourselves.

Really Excellent Dedicated Servers from Limestone Networks - fantastic service, great price.

Low Cost and High Quality Cloud Hosting from Digital Ocean - truly awesome service.

๐Ÿ‘ฎ Copyright and License

GitHub License

(c) 2014-2017 Neil Ellis all rights reserved. Please see LICENSE for license details of this project. Please visit http://neilellis.me for help and raise issues on GitHub.

For commercial support please โœ‰ contact me directly.

dollar's People

Contributors

neilellis avatar waffle-iron avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dollar's Issues

Line URI Handler

Nested URI Handler that will create events for each line of a stream.

Docker Image

Create a docker image from the project at build time.

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.