pilisp_native 1.0.0-alpha.13 copy "pilisp_native: ^1.0.0-alpha.13" to clipboard
pilisp_native: ^1.0.0-alpha.13 copied to clipboard

An interpreted Lisp inspired by Clojure. Extension to PiLisp targeting native platform facilities.

example/pilisp_native_example.dart

import 'package:pilisp/pilisp.dart';
import 'package:pilisp_native/pilisp_native.dart' as pln;

void main() async {
  print('# Printing to STDERR');
  PiLisp.loadString(
      '(print-to :err "Wow STDERR!\nTry running this and adding the following to pipe STDERR to a file: 2> ~/tmp/stderr.txt")',
      env: pln.piLispNativeEnv);
}
2
likes
80
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

An interpreted Lisp inspired by Clojure. Extension to PiLisp targeting native platform facilities.

Repository (GitHub)
View/report issues

Documentation

API reference

License

EPL-2.0 (license)

Dependencies

build, fast_immutable_collections, pilisp, pilisp_cli, source_gen

More

Packages that depend on pilisp_native