Re: HTTP GET Shakespeare

2015-08-22 Thread umano
On 2015-08-22 15:18, Andreas Rottmann wrote: um...@openmailbox.org writes: Hello list, I need some help. I'm following a Computer Science course material in Python and then try to implement the examples and exercises in Guile Scheme. Currently I'm working on a small program to get a text docu

Re: HTTP GET Shakespeare

2015-08-22 Thread Ralf Mattes
On Sat, Aug 22, 2015 at 10:18:19PM +0200, Andreas Rottmann wrote: > um...@openmailbox.org writes: > > > Hello list, I need some help. > > > > I'm following a Computer Science course material in Python and then > > try to implement the examples and exercises in Guile Scheme. > > > > Currently I'm w

Re: HTTP GET Shakespeare

2015-08-22 Thread Andreas Rottmann
um...@openmailbox.org writes: > Hello list, I need some help. > > I'm following a Computer Science course material in Python and then > try to implement the examples and exercises in Guile Scheme. > > Currently I'm working on a small program to get a text document from > the Web and do some string

Re: HTTP GET Shakespeare

2015-08-22 Thread Ralf Mattes
On Sat, Aug 22, 2015 at 03:07:24PM -0500, um...@openmailbox.org wrote: > Hello list, I need some help. > > I'm following a Computer Science course material in Python and then try to > implement the examples and exercises in Guile Scheme. > > Currently I'm working on a small program to get a text

HTTP GET Shakespeare

2015-08-22 Thread umano
Hello list, I need some help. I'm following a Computer Science course material in Python and then try to implement the examples and exercises in Guile Scheme. Currently I'm working on a small program to get a text document from the Web and do some string operations with the content, but my i

Re: Executing Arbitrary Machine Code in Guile

2015-08-22 Thread Jan Wedekind
Executing machine code basically just requires a call to mmap to make the data executable. The calling code can be generated on the fly using ffi: http://github.com/wedesoft/aiscm On August 22, 2015 12:31:56 AM GMT+01:00, Elzair wrote: >The other day I came across a page on Rosetta Code showing

Re: Executing Arbitrary Machine Code in Guile

2015-08-22 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Aug 22, 2015 at 08:46:52AM +0200, Panicz Maciej Godek wrote: > 2015-08-22 1:31 GMT+02:00 Elzair : > > > The other day I came across a page on Rosetta Code showing how to directly > > execute x86 instructions across several languages: > > http: