Slang-Lambda

NAME

Slang::Lambda - allow 位 as a pointy block starter

SYNOPSIS


use Slang::Lambda;

say (1,2,3).map: 位 $x { $x+1 }  # (2 3 4)

DESCRIPTION

Slang::Lambda modifies the Raku grammar to make it possible to use simple the (lambda) symbol as the starter symbol of a pointy block (which is usually ->).

INSPIRATION

A question on /r/rakulang.

AUTHOR

Elizabeth Mattijsen <[email protected]>

Source can be located at: https://github.com/lizmat/Slang-Lambda . Comments and Pull Requests are welcome.

If you like this module, or what I鈥檓 doing more generally, committing to a small sponsorship would mean a great deal to me!

COPYRIGHT AND LICENSE

Copyright 2025 Elizabeth Mattijsen

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

# vim: expandtab shiftwidth=4

Slang::Lambda v0.0.1

allow 位 as a pointy block starter

Authors

  • Elizabeth Mattijsen

License

Artistic-2.0

Dependencies

Slangify:ver<0.0.4+>:auth<zef:lizmat>

Test Dependencies

Provides

  • Slang::Lambda

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.