All Projects → Ninjacop → BuBBLE

Ninjacop / BuBBLE

Licence: GPL-3.0 license
A DSL/LISP dialect written in Haskell

Programming Languages

haskell
3896 projects
shell
77523 projects

Projects that are alternatives of or similar to BuBBLE

Koin Samples
KOIN - a concise and pragmatic dependency injection framework for Kotlin -- #Samples
Stars: ✭ 200 (+900%)
Mutual labels:  functional
Spirit
Modern modular library for building web applications
Stars: ✭ 241 (+1105%)
Mutual labels:  functional
functional-structures-refactoring-kata
Starting code and proposed solution for Functional Structures Refactoring Kata
Stars: ✭ 31 (+55%)
Mutual labels:  functional
Fxjs
Functional Extensions Library for JavaScript
Stars: ✭ 202 (+910%)
Mutual labels:  functional
Min
A tiny concatenative programming language and shell
Stars: ✭ 231 (+1055%)
Mutual labels:  functional
Phunctional
⚡️ λ PHP functional library focused on simplicity and performance
Stars: ✭ 243 (+1115%)
Mutual labels:  functional
Deep Waters
🔥Deep Waters is an easy-to-compose functional validation system for javascript developers 🔥
Stars: ✭ 188 (+840%)
Mutual labels:  functional
fnts
λ Minimal Functional Programming Utilities for TypeScript & JavaScript
Stars: ✭ 75 (+275%)
Mutual labels:  functional
Bukubrow Webext
WebExtension for Buku
Stars: ✭ 240 (+1100%)
Mutual labels:  functional
transmute
kind of like lodash but works with Immutable
Stars: ✭ 35 (+75%)
Mutual labels:  functional
Falco
A functional-first toolkit for building brilliant ASP.NET Core applications using F#.
Stars: ✭ 214 (+970%)
Mutual labels:  functional
Flow
Flow is a Swift library for working with asynchronous flows and life cycles
Stars: ✭ 225 (+1025%)
Mutual labels:  functional
Pareto.js
An extremely small, intuitive and fast functional utility library for JavaScript
Stars: ✭ 254 (+1170%)
Mutual labels:  functional
Gluon
A static, type inferred and embeddable language written in Rust.
Stars: ✭ 2,457 (+12185%)
Mutual labels:  functional
pipe
Functional Pipeline in Go
Stars: ✭ 30 (+50%)
Mutual labels:  functional
Swiftparsec
A parser combinator library written in the Swift programming language.
Stars: ✭ 192 (+860%)
Mutual labels:  functional
Refunk
🎧 Simple React functional setState
Stars: ✭ 242 (+1110%)
Mutual labels:  functional
grand central
State-management and action-dispatching for Ruby apps
Stars: ✭ 20 (+0%)
Mutual labels:  functional
SeLite
Automated database-enabled navigation ✔️ of web applications
Stars: ✭ 34 (+70%)
Mutual labels:  functional
Swisp
A simple Scheme (Lisp dialect) interpreter written in Swift.
Stars: ✭ 45 (+125%)
Mutual labels:  lisp-dialect

BuBBLE

Logo

Installation - Tested on Intel Mac, but I Think It Runs on Certain Linux OSes

Downloading via Git

In terminal, type

$ git clone https://github.com/Ninjacop/BuBBLE

Download via .zip

Download the .zip file from this repository and make a folder in your home directory called "BuBBLE" and put all the files in there.

After Downloading

Navigate to your home directory and go to "BuBBLE/bin"

Next, double click/drag "init" into terminal and press enter. After that, it should be installed on your PATH and ready to go!

Type "bubble repl" to see if it worked

Usage

On the command line (as of 0.1.0) you can do two things

$ bubble repl

which opens a REPL

and

$ bubble stand x

which downloads library "x" from [bubblestand], and installs it into BuBBLE/bin

Examples

See the wiki for examples/tutorials

Bugs

Unquote can appear outside of a quasiquoted list

Unquote Splicing can appear outside of a quasiquoted list

License

Copyright © 2018 Ninjacop123

See LICENSE for an in-depth look

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].