Slang::Emoji

allow single emojis as scalar variables

NAME

Slang::Emoji - allow single emojis as scalar variables

SYNOPSIS

  use Slang::Emoji;

  my šŸ‘ = 42; say šŸ‘;  # 42

DESCRIPTION

Slang::Emoji modifies the Raku grammar to make it possible to use simple emojis (.chars == 1) as scalar variables.

REQUIRES RECENT RAKUDO

This module requires the 2023.10 release of the Rakudo compiler, or any version of Rakudo that was committed after the initial release of this module.

AUTHOR

Elizabeth Mattijsen [email protected]

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

If you like this module, or what Iā€™m doing more generally, committing to a small sponsorship would mean a great deal to me!

COPYRIGHT AND LICENSE

Copyright 2023 Elizabeth Mattijsen

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

Slang::Emoji v0.0.1

allow single emojis as scalar variables

Authors

  • Elizabeth Mattijsen

License

Artistic-2.0

Dependencies

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

Test Dependencies

Provides

  • Slang::Emoji

Documentation

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