Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gnimuc/clangrepl.jl

A C/C++ mode for the Julia REPL
https://github.com/gnimuc/clangrepl.jl

Last synced: 18 days ago
JSON representation

A C/C++ mode for the Julia REPL

Awesome Lists containing this project

README

        

# ClangREPL

[![Build Status](https://github.com/Gnimuc/ClangREPL.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/Gnimuc/ClangREPL.jl/actions/workflows/CI.yml?query=branch%3Amain)

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

```julia-repl
pkg> dev https://github.com/Gnimuc/ClangREPL.jl.git
```

Press , to ...

![](./screenshot.jpeg)

## Credits

Inspiration drawn from [Pkg.jl](https://github.com/JuliaLang/Pkg.jl) and [LispREPL.jl](https://github.com/swadey/LispREPL.jl).