Skip to content

Instantly share code, notes, and snippets.

$ ./proto install november
Downloading Parrot...
Building Parrot...
Building Perl 6...
Perl 6 is installed.
Downloading november...
Building november...
$
$ cat > gimp
#!/bin/bash
open /Applications/Gimp.app $*
$ sudo mv gimp /bin/
$ chmod u+x /bin/gimp
$ gimp
$
java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:546)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
~/parrot$ svn up
U compilers/tge/tgc.pir
Updated to revision 36620.
~/parrot$ make realclean; perl Makefile.PL ; make
/usr/bin/perl -MExtUtils::Command -e rm_f \
"t/compilers/*/*.out" \
"t/compilers/*/*.pasm" \
"t/compilers/*/*.pbc" \
"t/compilers/*/*_pbcexe*" \
$ perl makeHelpWebsite.pl
Features subdir found: features
Plugins subdir found: plugins
cp: plugins/net.bioclipse/*.css: No such file or directory
Finding features... found: 18
feature: net.bioclipse.cdk_feature
plugin: net.bioclipse.cdk.debug
feature: net.bioclipse.chemoinformatics_feature
plugin: net.bioclipse.cdk.business
plugin: net.bioclipse.cdk.ui
$ cat test.pl
my $a = join "", <>;
print "\n";
$h = {
'thing1' => { 'Namespaces' => [ qw<b d f> ] },
'thing2' => { 'Namespaces' => [ qw<a c h> ] },
};
for (map { $h->{$_}{Namespaces}[0] } keys %{$h}) {
One ordinary morning in June, a man in Russia sat on the porch outside
his house reading the newspaper. The weather was clear and the air was
fresh. One could hear the chirping of birds. The sun was still rising
in the east.
After a while, he finished the newspaper, put it down and looked up.
That's when a bright light fell from the sky in the north. It didn't
look like anything he had ever seen before. There was no sound, and he
remembered thinking that the sight was strangely beautiful.
$ diff ~/work/hobbies/parrot/languages/rakudo/Test.pm Test.pm
0a1
> # Based on:
2c3
< # $Id$
---
> # $Id: Test.pm 30592 2008-08-27 14:31:45Z moritz $
4,5c5,8
< ## This is a temporary Test.pm to get us started until we get pugs's Test.pm
< ## working. It's shamelessly stolen & adapted from MiniPerl6 in the pugs repo.
$ ./proto install druid
Downloading Parrot...
Building Parrot...
Building Perl 6...
Downloading druid...
Building druid...
$
proto$ ./proto install november
Downloading november...
Building november...
proto$ cd projects/november/
november$ git co -b html-template-gone origin/html-template-gone
Branch html-template-gone set up to track remote branch refs/remotes/origin/html-template-gone.
Switched to a new branch "html-template-gone"
november$ cd -
/Users/masak/gwork/proto
proto$ ./proto showdeps november