Giter Club home page Giter Club logo

prybar's Introduction

Prybar

Prybar is a universal interpreter front-end. Same interface, same REPL, different languages.

Why

At Repl.it we're in the business of running REPLs. As it happens to be every language implements them differently. We wanted them to all behave the same: run code and drop into a REPL!

How it works

Prybar, written in Golang, maintains a common command-line interface that calls into a select language backend. The language backends are implemented using cgo and the language's C-bindings.

Usage

Usage of ./prybar-language:
  -I	like -i, but never use language REPL
  -c string
    	code to run
  -e string
    	expression to print
  -i	interactive
  -ps1 string
    	PS1 (default "--> ")
  -ps2 string
    	PS2 (default "... ")
  -q	quiet

Supported Languages

  • Python 2.7
  • Python 3.x
  • Ruby 2.5
  • Lua 5.2
  • TCL
  • R
  • Spidermonkey (javascript)

Building

Prybar uses a Unix make file to build each Prybar binary with pkg-config to find language dependencies on your system.

Linux

See Dockerfile for hints what packages to install on linux.

OSX

brew install go r ruby python python@2 lua spidermonkey

Docker

The script ./extract.sh can be used to compile and produce a tarball containing all the Prybar binaries. Each binary will be named prybar-<language>. You can build all languages by running make in the repo's root or run make prybar-<language> to build a specific language.

License

Copyright (C) 2004-2018 Neoreason, Inc. et al.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA.

See the COPYING file for more information regarding the GNU General Public License.

prybar's People

Contributors

amasad avatar basicer avatar bissonex avatar

Watchers

 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.