All Projects → dlang-community → Drepl

dlang-community / Drepl

Licence: bsl-1.0
A REPL for D

Programming Languages

d
599 projects

Projects that are alternatives of or similar to Drepl

Evaluate
A version of eval for R that returns more information about what happened
Stars: ✭ 88 (+25.71%)
Mutual labels:  evaluation, repl
Ts Node
TypeScript execution and REPL for node.js
Stars: ✭ 9,571 (+13572.86%)
Mutual labels:  repl
Cpp houjie
侯捷C++课程PPT及代码,动手学起来
Stars: ✭ 1,069 (+1427.14%)
Mutual labels:  code
Expr
Fast and lightweight math expression evaluator in C99
Stars: ✭ 61 (-12.86%)
Mutual labels:  evaluation
I8086.js
16bit Intel 8086 / 80186 + X87 emulator written in TypeScript with REPL assembly compiler and tiny C compiler
Stars: ✭ 54 (-22.86%)
Mutual labels:  repl
Formula Parser
Parsing and evaluating mathematical formulas given as strings.
Stars: ✭ 62 (-11.43%)
Mutual labels:  evaluation
React Native Pin Code
A simple pin code component for react-native
Stars: ✭ 52 (-25.71%)
Mutual labels:  code
Codefont
60余种常用的等宽字体 愉快的code吧 欢迎issues我 收录更多字体 Happy code bar with more than 60 common fonts of equal width. Welcome issues. I include more fonts.
Stars: ✭ 68 (-2.86%)
Mutual labels:  code
Flask Konch
An improved shell command for the Flask CLI
Stars: ✭ 65 (-7.14%)
Mutual labels:  repl
Baapan
✨ Super Cool NPM Playground right on the Node REPL ✨
Stars: ✭ 60 (-14.29%)
Mutual labels:  repl
Dyci Main
Dynamic Code Injection Tool for Objective-C
Stars: ✭ 1,103 (+1475.71%)
Mutual labels:  code
Pycm
Multi-class confusion matrix library in Python
Stars: ✭ 1,076 (+1437.14%)
Mutual labels:  evaluation
React Pin Field
📟 React component for entering PIN codes.
Stars: ✭ 63 (-10%)
Mutual labels:  code
Parse Comments
Parse JavaScript code comments. Works with block and line comments, and should work with CSS, LESS, SASS, or any language with the same comment formats.
Stars: ✭ 53 (-24.29%)
Mutual labels:  code
Pert
A simple command line (bash/shell) utility to estimate tasks using PERT [Program Evaluation and Review Technique]
Stars: ✭ 66 (-5.71%)
Mutual labels:  evaluation
Ronin
Experimental Graphics Terminal
Stars: ✭ 1,065 (+1421.43%)
Mutual labels:  repl
View Finding Network
A deep ranking network that learns to find good compositions in a photograph.
Stars: ✭ 57 (-18.57%)
Mutual labels:  evaluation
Trymodule
➰ It's never been easier to try nodejs modules!
Stars: ✭ 1,115 (+1492.86%)
Mutual labels:  repl
Seriouscode
This header file enforces Clang warnings to bu turned-on for specific flags (almost everyone, at least each one I was able to find).
Stars: ✭ 68 (-2.86%)
Mutual labels:  code
Evalne
Source code for EvalNE, a Python library for evaluating Network Embedding methods.
Stars: ✭ 67 (-4.29%)
Mutual labels:  evaluation

drepl

A REPL for D.

DUB Package Build Status

How to run?

Install DUB (D's package manager) from the official releases. Then fetch and start the drepl:

dub fetch drepl
dub run drepl

How to try it out with Docker?

Just run docker run -ti dlanguage/drepl

Details: https://hub.docker.com/r/dlanguage/drepl/

Supported OS

Works on any OS with full shared library support by DMD (currently linux, OSX, and FreeBSD).

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