in reply to Re: Inline::Brainfck
in thread Inline::Brainfck
Also, making this a filter and having the ablity to mix perl and brainf*ck isn't really well-implemented -- using any of the BF keywords in the perl code will do unexpected things -- using the Inline API will fix that. (You could also require some sort of delimiter around the BF code, like ({{ }}) that are unlikely to occour in perl code, but that's a hack, IMHO, and not as cool as a real Inline module.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Inline::Brainfck
by jaldhar (Vicar) on Sep 02, 2002 at 04:10 UTC |