/ClangREPL.jl

A C/C++ mode for the Julia REPL

Primary LanguageJuliaMIT LicenseMIT

ClangREPL

Build Status

This package provides a REPL mode to evaluate C/C++ code in the Julia REPL.

This is a tool for playing with pure C/C++ stuff and does not provide any interoperability between Julia and C/C++.

Installation

pkg> dev https://github.com/Gnimuc/ClangREPL.jl.git

Press , to ...

Credits

Inspiration drawn from Pkg.jl and LispREPL.jl.