Re: RFC: Arduino::Pseudo

2012-05-04 Thread Aldo Calpini
On 05/04/2012 04:10 PM, Shlomi Fish wrote: Shouldn't it be under an Emulation namespace? ("Emu::" etc.) Or have I misunderstood the purpose of this module? there's no such thing as an Emulation namespace currently :-) furthermore, I'm afraid people will incorrectly think the module emulates t

Re: RFC: Arduino::Pseudo

2012-05-04 Thread Shlomi Fish
Hi Aldo, On Fri, 04 May 2012 15:28:39 +0200 Aldo Calpini wrote: > hello CPAN fellows, > > I'm toying with Arduino lately, and I wrote myself a sort of Arduino > pseudocode simulator. in Perl :-) > > basically, it's just a Wx::App which tries to mimic the working of an > Arduino, with visible

RFC: Arduino::Pseudo

2012-05-04 Thread Aldo Calpini
hello CPAN fellows, I'm toying with Arduino lately, and I wrote myself a sort of Arduino pseudocode simulator. in Perl :-) basically, it's just a Wx::App which tries to mimic the working of an Arduino, with visible widgets for physical components like pushbuttons, leds and potentiometers.