Skip to content

Instantly share code, notes, and snippets.

@FROGGS
Created October 5, 2015 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FROGGS/f235b280bc61ff2ecad0 to your computer and use it in GitHub Desktop.
Save FROGGS/f235b280bc61ff2ecad0 to your computer and use it in GitHub Desktop.
~/dev/pkg-rakudo$ tree /usr/lib/perl6
/usr/lib/perl6
└── runtime
└── dynext
└── libperl6_ops_moar.so
2 directories, 1 file
~/dev/pkg-rakudo$ tree /usr/share/perl6/
/usr/share/perl6/
├── lib
│   ├── lib.pm6
│   ├── lib.pm6.moarvm
│   ├── NativeCall
│   │   ├── Compiler
│   │   │   ├── GNU.pm
│   │   │   ├── GNU.pm.moarvm
│   │   │   ├── MSVC.pm
│   │   │   └── MSVC.pm.moarvm
│   │   ├── Types.pm
│   │   └── Types.pm.moarvm
│   ├── NativeCall.pm
│   ├── NativeCall.pm.moarvm
│   ├── Pod
│   │   └── To
│   │   ├── Text.pm
│   │   └── Text.pm.moarvm
│   ├── Test.pm
│   └── Test.pm.moarvm
└── runtime
├── CORE.setting.moarvm
├── perl6-debug.moarvm
├── perl6.moarvm
└── RESTRICTED.setting.moarvm
6 directories, 18 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment