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
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
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
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
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
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
-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: