Introducing Scheme in Perl 6

Introducing Scheme in Perl 6: https://github.com/drforr/perl6-Inline-Guile

This is very much in its early days, and the interface is likely to change as I find the method(s) in the Guile library that I need. Specifically once I can figure out how to portably crack into a SCM return value the need for separate _i and _s functions should go away. Perl 6 is perfectly capable of making the distinction, but it's a segfault waiting to happen from C should I get the return values wrong.

Also I need to cleanly dispose of the returned string, as it is it'll leak memory.

2 Comments

Leave a comment

About DrForr

user-pic I blog about Perl.