Skip to content

Commit

Permalink
[tutorial] try out Github-style tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Masak committed Oct 14, 2015
1 parent 06f326c commit 035d936
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ structure introspection.
In terms of language features, it's perhaps easiest to think of 007 as
the secret love child of Perl 6 and Python.

feature Perl 6 007 Python
------------------------ -------- ----- --------
braces yes yes no
user-defined operators yes yes no
variable declarations yes yes no
macros yes yes no
implicit typecasts yes no no
sigils yes no no
multis yes no no
implicit returns yes no no
| feature | Perl 6 | 007 | Python |
| ------------------------ | -------- | ----- | -------- |
| braces | yes | yes | no |
| user-defined operators | yes | yes | no |
| variable declarations | yes | yes | no |
| macros | yes | yes | no |
| implicit typecasts | yes | no | no |
| sigils | yes | no | no |
| multis | yes | no | no |
| implicit returns | yes | no | no |

## Values

Expand Down

0 comments on commit 035d936

Please sign in to comment.