View Single Post
  #8  
Old 02-18-2013, 05:31 PM
c0ncrete's Avatar
c0ncrete
Dragon
 
Join Date: Dec 2009
Posts: 719
Default

i don't really think the issue is Perl's syntax, but rather the hell that is XS. it's sort of off-putting. i've added custom events before, and that isn't too bad. but some things like adding new objects and exporting (or importing.... yuck) associative arrays aren't quite as straightforward.
__________________
I muck about @ The Forge.
say(rand 99>49?'try '.('0x'.join '',map{unpack 'H*',chr rand 256}1..2):'incoherent nonsense')while our $Noport=1;
Reply With Quote