All Projects → sharkdp → minicpp

sharkdp / minicpp

Licence: other
A REPL-style development environment for small C++ snippets

Programming Languages

shell
77523 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to minicpp

repl
Framework Agnostic REPL For Node.js. Used by AdonisJS
Stars: ✭ 76 (+65.22%)
Mutual labels:  repl
repline
Haskeline wrapper for GHCi-like REPL interfaces
Stars: ✭ 98 (+113.04%)
Mutual labels:  repl
cuic
Clojure UI testing with Chrome
Stars: ✭ 23 (-50%)
Mutual labels:  repl
lambda-dti
Interpreter of the ITGL with dynamic type inference
Stars: ✭ 18 (-60.87%)
Mutual labels:  repl
replay-csharp
An editable C# REPL (Read Eval Print Loop) powered by Roslyn and .NET Core
Stars: ✭ 69 (+50%)
Mutual labels:  repl
moses-smt
Dock You a Moses: Moses Statistical MT in a container
Stars: ✭ 12 (-73.91%)
Mutual labels:  repl
dirac-sample
An example integration of Dirac DevTools
Stars: ✭ 17 (-63.04%)
Mutual labels:  repl
org-babel-eval-in-repl
Send and eval org-mode babel code blocks in various REPLs (therefore it's async)
Stars: ✭ 49 (+6.52%)
Mutual labels:  repl
clojure
Practicalli Clojure REPL Driven Development
Stars: ✭ 40 (-13.04%)
Mutual labels:  repl
jsxt
The collection of Javascript / JScript / VBScript extensions, tools and more
Stars: ✭ 23 (-50%)
Mutual labels:  repl
aik
Frontend Playground
Stars: ✭ 43 (-6.52%)
Mutual labels:  repl
ReplCustoms
A database of users, posts, and comments from the ReplTalk API
Stars: ✭ 17 (-63.04%)
Mutual labels:  repl
ts-c99-compiler
ANSI C 16bit Compiler + NASM Assembler + Intel 8086 / 80186 + X87 emulator written entirely in TypeScript
Stars: ✭ 78 (+69.57%)
Mutual labels:  repl
text-engine
A browser-based text adventure game engine and sample game
Stars: ✭ 146 (+217.39%)
Mutual labels:  repl
magic-console
Interactive programming for Atom
Stars: ✭ 13 (-71.74%)
Mutual labels:  repl
malluscript
A simple,gentle,humble scripting language for mallus, based on malayalam memes.
Stars: ✭ 112 (+143.48%)
Mutual labels:  repl
await-outside
Await outside of async functions
Stars: ✭ 19 (-58.7%)
Mutual labels:  repl
replete-android
ClojureScript REPL Android app
Stars: ✭ 63 (+36.96%)
Mutual labels:  repl
sbcli
A REPL for my SBCL needs
Stars: ✭ 68 (+47.83%)
Mutual labels:  repl
ptrepl
Run command as REPL with completion(based on prompt_toolkit)
Stars: ✭ 38 (-17.39%)
Mutual labels:  repl

minicpp

A REPL-style "development environment" for small C++ snippets. For cases where an online compiler is out of the question.

minicpp

(the example uses the dbg(…) macro which is included in minicpp)

How to

  1. Start the watcher that recompiles and runs the snippet:
./run
  1. Edit main.cpp. Save the file to trigger a new compile-and-run cycle.

Restart

If you want to start from scratch, you can call

./reset

Install

Make sure that inotifywait is installed. It should be available for most Linux distributions (the package is typically called inotify-tools).

Apart from that, you just need to clone the repository:

git clone --recursive https://github.com/sharkdp/minicpp
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].