MiniPerl6 "Perlito" to Go language

fglock on 2009-12-03T21:23:15

I've been working on the "Go language" backend for Perlito miniperl6 for about 2 weeks now.

Yesterday I implemented functions and namespaces, and today I've got methods working. With some more work, Perlito should bootstrap in Go.

There is no command line script yet - I'm using this ugly line for tests (this compiles and runs the method tests):

$ perl mp6-go.pl < t/11-bind-method-param.t > x1.go && cat lib/MiniPerl6/Go/Runtime.go x1.go > x.go && time ( rm x.6 ; rm ./6.out ; 6g x.go ; 6l x.6 ; ./6.out )

New urls:

Perlito now has a site http://www.perlito.org, created and maintained by Nelson Ferraz (NFERRAZ).

Yesterday I created a github account. The new Perlito commits are now going to http://github.com/fglock/Perlito