Re: [SEAPY] Meeting topic idea

2011-05-24 Thread geremy condra
On Sat, May 21, 2011 at 4:13 PM, Kevin LaTona li...@studiosola.com wrote: Hi All, Is there any interest from the group to do a meeting on security? I have a friend who works for AT+T on security issues around OAuth but he does not do Python. Do we have anybody on the list that is into

[SEAPY] Ever had the needed to write Ruby code from Python

2011-05-24 Thread Kevin LaTona
I came upon this today. PyRuby - Some Ruby for your Python! https://github.com/danielfm/pyruby It is a pretty interesting thought worth looking at if you ever need to blend the two languages at times. It's only been public for 2 days so check it out but know it's young yet. -Kevin

Re: [SEAPY] Ever had the needed to write Ruby code from Python

2011-05-24 Thread Brendan Miller
Uh, look at the one file in the src directory. On Tue, May 24, 2011 at 6:47 PM, Kevin LaTona li...@studiosola.com wrote: I came upon this today. PyRuby - Some Ruby for your Python! https://github.com/danielfm/pyruby It is a pretty interesting thought worth looking at if you ever need to

Re: [SEAPY] Ever had the needed to write Ruby code from Python

2011-05-24 Thread Eric Hanchrow
Just a link to http://goo.gl/zPOD ... ? On Tue, May 24, 2011 at 8:12 PM, Brendan Miller catph...@catphive.net wrote: Uh, look at the one file in the src directory. On Tue, May 24, 2011 at 6:47 PM, Kevin LaTona li...@studiosola.com wrote: I came upon this today. PyRuby - Some Ruby for your

Re: [SEAPY] Ever had the needed to write Ruby code from Python

2011-05-24 Thread Kevin LaTona
On May 24, 2011, at 8:28 PM, Eric Hanchrow wrote: Just a link to http://goo.gl/zPOD ... ? All right what TV news station ran that old rickroll story again this week? ;-)

Re: [SEAPY] Ever had the needed to write Ruby code from Python

2011-05-24 Thread Kevin LaTona
Okay all laughs aside and after I thought about this idea some more . So why hasn't this idea not happened yet? I once used another language that cross talked back and forth with Python via Unix domain sockets So why hasn't someone come up with a better way that actually could cross talk

Re: [SEAPY] Ever had the needed to write Ruby code from Python

2011-05-24 Thread Ingy dot Net
In 2000, I wrote a Perl module called Inline.pmhttp://search.cpan.org/search?query=inlinemode=modulethat let people write Perl functions in C. C functions right inside a Perl source, that were callable from Perl. Later, with some help Python, Ruby, Java and over 20 other languages were added.

Re: [SEAPY] Ever had the needed to write Ruby code from Python

2011-05-24 Thread Kevin LaTona
Ingy, Very interesting.. No reason C'Dent could not work with OBj-C is there? I also am curious what you are doing in Perl to allow this happen? Are you also using domain socks ? Or did you find another way to allow it to work? -Kevin On May 24, 2011, at 10:00 PM, Ingy dot Net wrote:

Re: [SEAPY] Ever had the needed to write Ruby code from Python

2011-05-24 Thread Kevin LaTona
These all sound like some good ideas to look further into. One thing I can think of is latency might cause an issue in some instances. Thanks for send along your ideas. -Kevin On May 24, 2011, at 10:01 PM, Sean Blakey wrote: Short answer: having two (or more) languages in the same file