Skip to content

Commit e999d86

Browse files
committed
add new page for experimental features
1 parent c4f58b9 commit e999d86

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

doc/Language/experimental.pod6

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
=begin pod
2+
3+
=TITLE Experimental features
4+
5+
=SUBTITLE New features for brave users
6+
7+
During Perl_6 development, new features are often made available on
8+
the main branch. Eventually they may be incorpoated into the next
9+
version of Perl_6. To use such features, one uses the C<experimental>
10+
pragma in program source code like this:
11+
12+
=begin code
13+
use experimental;
14+
=end code
15+
16+
Following is a list of current experimental features and a short
17+
description of each features's purpose or a link to more details about
18+
its use. (Note: Features marked marked "[TBD]" are to be defined
19+
later.)
20+
21+
=comment The following should be a table but formatting in tables is
22+
not yet rendered properly.
23+
24+
=item X<B<cache>|cache> [TBD]
25+
26+
=item X<B<pack>|pack> [TBD]
27+
28+
=end pod

0 commit comments

Comments
 (0)