Campher: Perl embedded in Go
github.com
Campher: Perl embedded in Go
1–10 of 10 posts
Re: Campher: Perl embedded in Go
#2Re: Campher: Perl embedded in Go
#3Re: Campher: Perl embedded in Go
#4This is one of the most awesome thing's I've ever seen. I guess it would be a bad idea to use it for production code... Too bad though.
My C days was a long time ago, but this looks like simple and elegant stuff to me. What would be the problem with production code? The Go language?
Re: Campher: Perl embedded in Go
#5Re: Campher: Perl embedded in Go
#6This is one of the most awesome thing's I've ever seen. I guess it would be a bad idea to use it for production code... Too bad though.
Am I missing something? My C days was a long time ago, but this looks like simple and elegant stuff to me. What would be the problem with production code? The Go language?
Re: Campher: Perl embedded in Go
#7Earlier quoted context omitted.
Am I missing something? My C days was a long time ago, but this looks like simple and elegant stuff to me. What would be the problem with production code? The Go language?
I think it might have a bug or two yet. Perl is reference counted and Go is garbage collected. Keeping those two synchronized was a bit tricky and I still fear I messed it up somewhere... I need to re-read the Perl docs on when I'm supposed to up & down the Perl refcounts.
It was a great talk, BTW.
Re: Campher: Perl embedded in Go
#8He has type safety and easy import/export of objects baked in.
Re: Campher: Perl embedded in Go
#9This is one of the most awesome thing's I've ever seen. I guess it would be a bad idea to use it for production code... Too bad though.
Am I missing something? My C days was a long time ago, but this looks like simple and elegant stuff to me. What would be the problem with production code? The Go language?