tailcalls 0.1.3 copy "tailcalls: ^0.1.3" to clipboard
tailcalls: ^0.1.3 copied to clipboard

A library for trampolining tail calls by hand in cases when tail call optimization isn't done automatically. This library is ported from Scala's standard library (TailRec).

Changelog #

0.0.1 #

  • Initial release.

0.0.2 #

  • Updated to use Dart 2.1.0

0.0.3 #

  • 2 Examples added.

0.1.0 #

  • Fixed minor issues discovered by pana related to version 2.0 of Dart

0.1.1 #

  • Fixed minor issues discovered by pana related to version 2.1 of Dart

0.1.2 #

  • Fixed minor issues discovered by pana related to version 2.3 of Dart

0.1.3 #

  • Fixed minor issues discovered by pana related to version 2.4.1 of Dart
2
likes
35
pub points
0%
popularity

Publisher

verified publisherwelopment.com

A library for trampolining tail calls by hand in cases when tail call optimization isn't done automatically. This library is ported from Scala's standard library (TailRec).

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on tailcalls