Skip to content
/ unprint Public

unprint - provide fast unbuffered print / say / put

License

Notifications You must be signed in to change notification settings

lizmat/unprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actions Status Actions Status Actions Status

NAME

unprint - provide fast print / say / put

SYNOPSIS

use unprint;

print "foo";
say "bar";
put 42;

DESCRIPTION

This module provides fast print, say and put subroutines that will directly write to STDOUT of the OS without any overhead caused by determining which $*OUT to actually use.

AUTHOR

Elizabeth Mattijsen liz@raku.rocks

Source can be located at: https://github.com/lizmat/unprint . 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 2018, 2020, 2021, 2024 Elizabeth Mattijsen

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

About

unprint - provide fast unbuffered print / say / put

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages