dart_repl 0.9.0 copy "dart_repl: ^0.9.0" to clipboard
dart_repl: ^0.9.0 copied to clipboard

outdatedDart 1 only

A Dart REPL proof of concept inspired by Python's interactive mode.

dart_repl #

A proof of concept REPL environment for dart.

asciicast

See the Dart REPL Directions brain-dump for possible ideas and directions.

Usage #

From the command-line

dart --enable-vm-service bin/dart_repl

To import additional libraries:

dart --enable-vm-service bin/repl.dart --package-dir ~/git/built_collection.dart/ --adhoc-import lib/built_collection.dart,package:test/test.dart

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A Dart REPL proof of concept inspired by Python's interactive mode.

Homepage

License

unknown (LICENSE)

Dependencies

analyzer, args, package_resolver, vm_service_client

More

Packages that depend on dart_repl