I may be in the minority here, but I very much enjoy Perl's formats. I especially like being able to wrap a long piece of text within a column ("~~ ^<<<<<<<<<<<<<<<<" type stuff). Are there any other programming languages that have similar features, or libraries that implement similar features? I am especially interested in any libraries that implement something similar for Ruby, but I'm also curious about any other options.
|
|
FormatR provides Perl-like formats for Ruby. Here is an example from the documentation:
Which produces:
|
||
|
|
|
|
I seem to recall something similar in Fortran when I used it many years ago (however it may well have have been 3rd party library). As for other options in Perl have a look at The
Here is a
/I3az/ |
|||
|
|
|
|
There is the Lisp for example (copied from above link):
|
||
|
|
