Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.28 KB

repls.md

File metadata and controls

51 lines (30 loc) · 1.28 KB

Список PERL для изучения языков

Традиционные REPL

Go

Gore

go-pry

C++17

inspector

Rust

Evcxr REPL

Rusti

Runner for quick scripts or snippets

На базе Jupyter

C++17

xeus-cling Install from Miniconda (brew version) and then kernels copying

cd /usr/local/miniconda3
cp -r ./envs/xeus-cling/share/jupyter/kernels/* ~/Library/Jupyter/kernels/

Interactive C++: Meet Jupyter / Cling - Neil Horlock, ACCU 2019

Rust

EvCxR, краткий обзор

Golang

gophernotes

$ go get -u github.com/gopherdata/gophernotes
$ mkdir -p ~/Library/Jupyter/kernels/gophernotes
$ cp $GOPATH/src/github.com/gopherdata/gophernotes/kernel/* ~/Library/Jupyter/kernels/gophernotes