All Projects → apeduru → bspl

apeduru / bspl

Licence: MIT license
Bit-Shift-Print Loop

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to bspl

Unrepl
A common ground for better Clojure REPLs
Stars: ✭ 222 (+1205.88%)
Mutual labels:  repl
sliver
REPL for SilverStripe, powered by Psysh. Interactively debug and tinker with a sliver of your code.
Stars: ✭ 17 (+0%)
Mutual labels:  repl
blac
bitFlyer Lightning API Console
Stars: ✭ 16 (-5.88%)
Mutual labels:  repl
Box
A mruby-based Builder for Docker Images
Stars: ✭ 236 (+1288.24%)
Mutual labels:  repl
Ipython
Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
Stars: ✭ 15,107 (+88764.71%)
Mutual labels:  repl
elasticsearch-cli
Provides a REPL console-like interface to interact with Elasticsearch
Stars: ✭ 15 (-11.76%)
Mutual labels:  repl
Codi.vim
📔 The interactive scratchpad for hackers.
Stars: ✭ 2,464 (+14394.12%)
Mutual labels:  repl
igcc
Interactive GCC - C/C++ REPL.
Stars: ✭ 38 (+123.53%)
Mutual labels:  repl
swiftreplmadness
Example of using your own packages in the Swift REPL
Stars: ✭ 18 (+5.88%)
Mutual labels:  repl
gorilla-repl
A fork of Jony Epsilon's rich REPL for Clojure in the notebook style.
Stars: ✭ 22 (+29.41%)
Mutual labels:  repl
Mond
A scripting language for .NET Core
Stars: ✭ 237 (+1294.12%)
Mutual labels:  repl
Go Pry
An interactive REPL for Go that allows you to drop into your code at any point.
Stars: ✭ 2,747 (+16058.82%)
Mutual labels:  repl
fundot
The Fundot programming language.
Stars: ✭ 15 (-11.76%)
Mutual labels:  repl
Lfortran
Official mirror of https://gitlab.com/lfortran/lfortran. Please submit pull requests (PR) there. Any PR sent here will be closed automatically.
Stars: ✭ 220 (+1194.12%)
Mutual labels:  repl
moleculer-repl
REPL module for Moleculer framework
Stars: ✭ 24 (+41.18%)
Mutual labels:  repl
Vsh
vsh - HashiCorp Vault interactive shell and cli tool
Stars: ✭ 209 (+1129.41%)
Mutual labels:  repl
dotnet-repl
A polyglot REPL built on .NET Interactive
Stars: ✭ 522 (+2970.59%)
Mutual labels:  repl
charm
A [ functional stack ] based language.
Stars: ✭ 26 (+52.94%)
Mutual labels:  repl
go-notebook
Go-Notebook is inspired by Jupyter Project (link) in order to document Golang code.
Stars: ✭ 33 (+94.12%)
Mutual labels:  repl
crosis
A JavaScript client that speaks Replit's container protocol
Stars: ✭ 85 (+400%)
Mutual labels:  repl

bspl

Bit-Shift-Print Loop

Introduction

bspl is a REPL for practising bitwise operations.

Born out of frustration while completing labs for my undergrad operating systems course, I wanted a tool for quickly prototyping and tracing complex bitwise operations.

bspl

And the equivalent using the Python REPL.

Python

Installation

Cargo

Requires the latest stable version of Rust.

cargo install bspl

Debian

There are deb packages available in the Releases.

dpkg -i bspl_x.x.x_amd64.deb

Usage

Start bspl then type help for more information.

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].