Skip to content

Commit

Permalink
perltypes.pod: add references to other langs
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed May 3, 2015
1 parent 124a4c6 commit 06f4e1c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pod/perltypes.pod
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ When the method is defined directly in the package, it is not possible
to inject another package at run-time into the method search, thus the
method call can be short-cut.

=head3 const packages
=head3 :const packages

package MyBase 0.01 :const {
our @ISA = ();
Expand Down Expand Up @@ -306,3 +306,7 @@ L<https://github.com/stevan/p5-mop/wiki/Signatures-and-Parameters> for
the syntax of Perl's future argument and return type declarations.

L<http://perl.plover.com/classes/typing/> I<Strong Typing Doesn't Have to Suck>

Typed extensions for javascript: L<http://www.typescriptlang.org/Content/TypeScript%20Language%20Specification.pdf>, L<http://hacklang.org/>, or Google's soundscript.
python: L<https://www.python.org/dev/peps/pep-0484/> and L<http://www.mypy-lang.org/>.
ruby 3.0: L<https://news.ycombinator.com/item?id=8620129> and L<http://crystal-lang.org/>.

0 comments on commit 06f4e1c

Please sign in to comment.