Re: [Chicken-users] Gnuplot pipe

2019-01-20 Thread Mario Domenech Goulart
Hi Francesco,

On Fri, 18 Jan 2019 16:17:08 +0100 Francesco Montanari  wrote:

> I put together a simple interface to Gnuplot, basically popen() with a
> couple of procedures to plot lists. The motivation is mainly to draw
> exploratory plots from the interpreter. If you think this may be
> useful as an egg I'm happy to add wiki documentation. Comments
> welcome.
>
> https://gitlab.com/montanari/gnuplot-pipe
>
> (Note that for those who have octave installed, the octave egg already
> provides a gnuplot interface.)

Thanks a lot.  Your egg has been added to the coop.

If you have a chance, please consider porting it to CHICKEN 5 too.

All the best.
Mario
-- 
http://parenteses.org/mario

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] Has hypergiant been used on Android?

2019-01-20 Thread Matt Welland
On Mon, 2019-01-21 at 01:12 +0100, Kooda wrote:
> On 1/21/19 12:15 AM, Matt Welland wrote:
> > 
> > Regarding hypergiant, after many tries it did install in the docker
> > but 
> > I have not been able to get the demo to work on android. I'll
> > report 
> > back if I get it working.
> Don’t try too hard.
> 
> I’m taking over the maintenance of the Hypergiant & cie eggs and
> making 
> it work on OpenGL ES platforms is on my top priority list. For now
> many 
> things are just not designed to work and will require quite a lot of 
> changes (for example in glls).
> 
> I’ll announce here when new versions are available. :)

good to know, thanks!

> 
> ___
> Chicken-users mailing list
> Chicken-users@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/chicken-users

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] Has hypergiant been used on Android?

2019-01-20 Thread Kooda

On 1/21/19 12:15 AM, Matt Welland wrote:
Regarding hypergiant, after many tries it did install in the docker but 
I have not been able to get the demo to work on android. I'll report 
back if I get it working.


Don’t try too hard.

I’m taking over the maintenance of the Hypergiant & cie eggs and making 
it work on OpenGL ES platforms is on my top priority list. For now many 
things are just not designed to work and will require quite a lot of 
changes (for example in glls).


I’ll announce here when new versions are available. :)

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] Has hypergiant been used on Android?

2019-01-20 Thread Matt Welland
On Mon, 2019-01-07 at 22:52 -0700, Matt Welland wrote:
> Thanks Kristian, I'll give the docker builder a try!
> 
> On Mon, 2019-01-07 at 18:01 +0300, Kristian Lein-Mathisen wrote:
> > 
> > Hi Matt,
> > 
> > I don't know if anyone has tried Hypergiant, but I've been playing
> > around with SDL2:
> > 
> > https://github.com/chicken-mobile/chicken-sdl2-android-builder
> > 
> > The Android tooling makes most things extremely painful. The
> > Dockerfile instructions for SDL might be of help to you if you
> > choose to experiment yourself.
Regarding the chicken-sdl2-android docker build process:
The docker build was very helpful. It seems I had tried it some time in
the past as it was already installed. FYI, I was not able to build the
docker on an Ubuntu 18.04 system, but I was able to "docker export ..."
and "docker import ..." to transfer it. I have made a tar gz of the
ready-to-use docker under IPFS. If someone wishes to try the docker,
installing IPFS and running something like the following command might
be easier than running the builder (although probably not any faster):
ipfs cat /ipfs/QmTBTajLA8BmT5CGzEYczEgzJPzDCpyRs73hAEa5isaYGJ | gunzip
| docker import
Regarding hypergiant, after many tries it did install in the docker but
I have not been able to get the demo to work on android. I'll report
back if I get it working.
Thanks Kristian for all the effort you put into the android chicken-
sdl2 docker. 
> > Best of luck!
> > K.
> > 

> > On Sun, Jan 6, 2019, 02:42 Matt Welland  > > >From 
> > the eggs page it looks like hypergiant should work on android. Can
> > > 
> > > anyone report sucessfully doing so? Is the work flow for deploying on
> > > 
> > > android documented or tested?
> > > 

> > > 
> > > I'm considering using hypergiant instead of godot for a project.
> > > 
> > > Deploying on Android is a primary goal and being able to use Chicken
> > > 
> > > would be a welcome boon. Any insight or advice appreciated.
> > > 

> > > 
> > > Thanks.
> > > 

> > > 
> > > ___
> > > 
> > > Chicken-users mailing list
> > > 
Chicken-users@nongnu.org
> > > 
https://lists.nongnu.org/mailman/listinfo/chicken-users
> > > 

> > 

> ___
> Chicken-users mailing list
> 
Chicken-users@nongnu.org> 
https://lists.nongnu.org/mailman/listinfo/chicken-users> 
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] Gnuplot pipe

2019-01-20 Thread Andy Bennett

Hi Francesco,

I put together a simple interface to Gnuplot, basically popen() 
with a couple of procedures to plot lists. The motivation is 
mainly to draw exploratory plots from the interpreter. If you 
think this may be useful as an egg I'm happy to add wiki 
documentation. Comments welcome.


This is great!
I installed it and worked through the examples in the README. I've been 
thinking for a while about how I might easily draw charts with CHICKEN and 
this seems to be it.


I think it would be worthwhile to get it into the coop as an egg.


When working through the examples, I got this error after trying `(gp:send 
"set terminal wxt nopersist")`. I have Debian Jessie's (8.11) gnuplot 
(4.6.6-2+deb8u1).


-
gnuplot> set terminal wxt nopersist
 ^
line 0: unknown or ambiguous terminal type; type just 'set 
terminal' for a list

-





Regards,
@ndy

--
andy...@ashurst.eu.org
http://www.ashurst.eu.org/
0x7EBA75FF

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


[Chicken-users] SaarCHICKEN Spring 2019 in Saarbrücken, Germany

2019-01-20 Thread Moritz Heidkamp
Dear CHICKENeers,

this year I would like to invite you to the (by now) traditional CHICKEN
spring meeting in my new hometown Saarbrücken, Germany. It's the capital
city of the smallest German federal state, Saarland, and its name
happens to rhyme with SaarCHICKEN -- so all you non-German speakers have
an idea how to pronounce it already :-)

Venue will most likely be our apartment but this might change depending
on the number of attendants. To figure this out, I've set up a
scheduling poll:

  https://dudle.inf.tu-dresden.de/52sh5add/

Please fill in your preferred dates if you intend to join! I've only
added Saturdays to the poll but they stand pars pro toto for weekends
that work for me. I am generally open for an extended session, say from
Thursday to Tuesday, so we can get some quality hacking time together.
Also, we could do a little field trip, for example to Völklinger
Hütte[1], an industrial World Heritage site close to Saarbrücken. If
that's an option for you, too, please add a comment to that effect to
the poll!

I've also created a wiki page for the event:

  http://wiki.call-cc.org/event/saarchicken-spring-2019

Please add your name to the list of attendants there, too, and anything
else you can think of!

As for accommodation, I can offer two sofas and plenty of space for
sleeping bags. If you are interested in any of those, let me know! I
don't know about hotels or hostels, yet - let me know if you are
interested in one and I will check which ones are close by.

Looking forward to welcoming you in great numbers!

Moritz

[1]  https://en.wikipedia.org/wiki/V%C3%B6lklingen_Ironworks


___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] [scheme-reports-wg2] Re: Tangerine Edition penultimate report: how I voted, how you're voting

2019-01-20 Thread Amirouche Boubekki
I am satisfied with the approach taken by R7RS of being both small and
large.

Le sam. 19 janv. 2019 à 22:39, John Cowan  a écrit :

>
>
> On Fri, Jan 18, 2019 at 3:20 PM Ivan Raikov 
> wrote:
>
>
>> Isn't the difference with R6RS that R7RS-large draws extensively on
>> SRFIs which are indeed attempts to codify existing practices?
>>
>
> SRFIs don't always codify existing practice, including the SRFIs drawn on
> in past, present, and future R7RS-large ballots.  The original intention
> of the
> Steering Committee, I think, had nothing to do with SRFIs; I simply decided
> when writing the charter (which the committee approved) to leverage both
> existing and to-be-written SRFIs in order to be able to create R7RS-large
> piecemeal, which has always seemed to me the only practical approach.
>
> That said, SRFIs often do refer to existing implementations, or
> implementations
> of languages other than Scheme.
>
>
>>
>> On Thu, Jan 17, 2019 at 5:15 PM Per Bothner  wrote:
>> >
>> > On 1/16/19 6:27 AM, John Cowan wrote:
>> > > So what is happening is that people are voting for more rather than
>> less, as with the Red Edition.  This encourages me that I'm going in a
>> sensible direction with the large language.
>> >
>> > For the record, I'm extremely leery of the more-is-better approach.
>> > We seem to be adding a large number of very large APIs, which seems
>> > to be contrary to the Scheme ideal of small well-chosen primitives
>> > that work synergistic well together.  People were unhappy with R6RS
>> > because of its size and that so much of it was invention rather than
>> > codifying existing practice.  R7RS-large is the same - but much more so.
>> > --
>> > --Per Bothner
>> > p...@bothner.com   http://per.bothner.com/
>> >
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "scheme-reports-wg2" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to scheme-reports-wg2+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> You received this message because you are subscribed to the Google Groups
> "chibi-scheme" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to chibi-scheme+unsubscr...@googlegroups.com.
> To post to this group, send email to chibi-sch...@googlegroups.com.
> Visit this group at https://groups.google.com/group/chibi-scheme.
> For more options, visit https://groups.google.com/d/optout.
>
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users