* Re: [ANN] An impudent introduction to Guile
2016-02-04 23:09 [ANN] An impudent introduction to Guile Panicz Maciej Godek
@ 2016-02-05 0:30 ` Christopher Allan Webber
[not found] ` <CAMFYt2YkMi2X0G_7eTtwkc66w1UhXndy+z91ui+PF6d0ie2Rug@mail.gmail.com>
2016-02-05 6:48 ` Shakthi Kannan
` (2 subsequent siblings)
3 siblings, 1 reply; 10+ messages in thread
From: Christopher Allan Webber @ 2016-02-05 0:30 UTC (permalink / raw)
To: Panicz Maciej Godek; +Cc: guile-user@gnu.org
Panicz Maciej Godek writes:
> Hi,
> I am pleased to announce that I just finished my booklet titled
>
> A Pamphlet against R
> Computational Intelligence with Guile Scheme
>
> The pamphlet introduces (in a truly impertinent manner) a set of libraries
> that I have been developing over the last few months, including topics like:
>
> - genetic algorithms
> - fuzzy logic
> - decision trees
> - clusterization
>
> and more!
Heya Panicz,
This is fairly up my alley of interest in terms of subjects of things to
read, so thanks for sending/writing it. I'm not so sure about the
bitterness against R, though I guess I'm kind of weary of R myself, but
I guess I'm more of a pacifist than this paper seems to be. Anyway, it
seems interesting, so I'll read it!
> The book (in both pdf and LaTeX) is available with the required libraries
> under the Creative Commons license at
> http://panicz.github.io/pamphlet/
Well, there are a lot of Creative Commons licenses, which do you mean?
I think CC BY-SA 4.0 would be a nice fit (plus it's GPL v3 compatible,
though sadly not GPL v3 or later compatible).
I see there's a copy of the GPL included with it; is it thus also
licensed under GPL v3 or later?
Thanks!
- Chris
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [ANN] An impudent introduction to Guile
2016-02-04 23:09 [ANN] An impudent introduction to Guile Panicz Maciej Godek
2016-02-05 0:30 ` Christopher Allan Webber
@ 2016-02-05 6:48 ` Shakthi Kannan
2016-02-05 18:55 ` Amirouche Boubekki
2016-02-05 19:46 ` Lawrence Bottorff
3 siblings, 0 replies; 10+ messages in thread
From: Shakthi Kannan @ 2016-02-05 6:48 UTC (permalink / raw)
To: Panicz Maciej Godek; +Cc: guile-user@gnu.org
Hi,
--- On Fri, Feb 5, 2016 at 4:39 AM, Panicz Maciej Godek
<godek.maciek@gmail.com> wrote:
| A Pamphlet against R
| Computational Intelligence with Guile Scheme
\--
It would be good to emphasis on Guile Scheme and how it is helpful in
computational intelligence, and remove any negative connotation with
R.
You do want R users to try Guile Scheme as well.
SK
--
Shakthi Kannan
http://www.shakthimaan.com
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [ANN] An impudent introduction to Guile
2016-02-04 23:09 [ANN] An impudent introduction to Guile Panicz Maciej Godek
2016-02-05 0:30 ` Christopher Allan Webber
2016-02-05 6:48 ` Shakthi Kannan
@ 2016-02-05 18:55 ` Amirouche Boubekki
2016-02-05 22:09 ` Panicz Maciej Godek
2016-02-05 19:46 ` Lawrence Bottorff
3 siblings, 1 reply; 10+ messages in thread
From: Amirouche Boubekki @ 2016-02-05 18:55 UTC (permalink / raw)
To: Panicz Maciej Godek
Cc: guile-user, guile-user-bounces+amirouche=hypermove.net
Héllo Panicz,
Le 2016-02-05 00:09, Panicz Maciej Godek a écrit :
> Hi,
> I am pleased to announce that I just finished my booklet titled
>
> A Pamphlet against R
> Computational Intelligence with Guile Scheme
>
> The pamphlet introduces (in a truly impertinent manner) a set of
> libraries that I have been developing over the last few months,
> including topics like:
>
> - genetic algorithms
> - fuzzy logic
> - decision trees
> - clusterization
>
> and more!
>
> The book (in both pdf and LaTeX) is available with the required
> libraries under the Creative Commons license at
> http://panicz.github.io/pamphlet/ [1]
>
> Yeey!
>
I skimmed over the book and it's really good, my take away:
- I should probably study better how you introduce match
- I learned new ways to create specification and apply algorithms
- The subject is *very* interesting
Also maybe to make the book even more interesting for people that want
to decide between s/scheme/guile (!) and R: add extra illustrations for
each chapter. It can be nice to have more examples of what a particular
algorithm can be used for. I mean exercices without solution (yet).
This is not useful for people that already know the field but help
people that want to jump into the buzz feed.
A chapter about Natural Language Processing/Understading would have been
extra nice, but I'm not sure it's doable in this format.
All the best!
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [ANN] An impudent introduction to Guile
2016-02-05 18:55 ` Amirouche Boubekki
@ 2016-02-05 22:09 ` Panicz Maciej Godek
0 siblings, 0 replies; 10+ messages in thread
From: Panicz Maciej Godek @ 2016-02-05 22:09 UTC (permalink / raw)
To: Amirouche Boubekki
Cc: guile-user@gnu.org, guile-user-bounces+amirouche=hypermove.net
[-- Attachment #1: Type: text/plain, Size: 2046 bytes --]
Hi Amirouche,
thanks for these nice words!
2016-02-05 19:55 GMT+01:00 Amirouche Boubekki <amirouche@hypermove.net>:
>
> I skimmed over the book and it's really good, my take away:
>
> - I should probably study better how you introduce match
>
I have to admit that I've rushed off with the patern matcher rather
quickly, but I hope that the equivalent formulations without the "match"
will suffice as an explanation. If you have any specific questions or
remarks, I'd be eager to answer them
> - I learned new ways to create specification and apply algorithms
> - The subject is *very* interesting
>
> Also maybe to make the book even more interesting for people that want
> to decide between s/scheme/guile (!) and R: add extra illustrations for
> each chapter.
I think it would be great. I've put some plots here and there, but
certainly illustrations would appeal to imagination and let the mind relax
a little.
> It can be nice to have more examples of what a particular
> algorithm can be used for. I mean exercices without solution (yet).
>
This is a very good idea. Solutions could also be put at the end of the
book later. I also thought about adding an appendix regarding the hygienic
macros and those syntax extensions that were used with the sample code, so
maybe I will add it later (I decided to try to prepare a talk for this
year's European Lisp Symposium, so I will probably be a bit busy in the
upcomming two weeks)
A chapter about Natural Language Processing/Understading would have been
> extra nice, but I'm not sure it's doable in this format.
>
>
Well, I agree that it's an extremely interesting topic, but also very broad
indeed, and it is a little unclear what the goals shoud be.
I recenntly saw Richard Gabriel's keynote talk from ELS 2014 and it was
very inspiring:
http://medias.ircam.fr/x03b42f
Perhaps it would be instructive to implement an Inform 7-alike programming
language that would translate to Scheme. It would be pretty much in the
spirit of the pamphlet.
> All the best!
>
Thanks, take care!
[-- Attachment #2: Type: text/html, Size: 3281 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [ANN] An impudent introduction to Guile
2016-02-04 23:09 [ANN] An impudent introduction to Guile Panicz Maciej Godek
` (2 preceding siblings ...)
2016-02-05 18:55 ` Amirouche Boubekki
@ 2016-02-05 19:46 ` Lawrence Bottorff
2016-02-05 20:29 ` Panicz Maciej Godek
3 siblings, 1 reply; 10+ messages in thread
From: Lawrence Bottorff @ 2016-02-05 19:46 UTC (permalink / raw)
To: Panicz Maciej Godek; +Cc: guile-user@gnu.org
[-- Attachment #1: Type: text/plain, Size: 780 bytes --]
Say, would you like me to suggest some editing changes? Your English is
great, but I've noticed a few errors.
Lawrence Bottorff
On Thu, Feb 4, 2016 at 11:09 PM, Panicz Maciej Godek <godek.maciek@gmail.com
> wrote:
> Hi,
> I am pleased to announce that I just finished my booklet titled
>
> A Pamphlet against R
> Computational Intelligence with Guile Scheme
>
> The pamphlet introduces (in a truly impertinent manner) a set of libraries
> that I have been developing over the last few months, including topics like:
>
> - genetic algorithms
> - fuzzy logic
> - decision trees
> - clusterization
>
> and more!
>
> The book (in both pdf and LaTeX) is available with the required libraries
> under the Creative Commons license at
> http://panicz.github.io/pamphlet/
>
> Yeey!
>
>
[-- Attachment #2: Type: text/html, Size: 1366 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [ANN] An impudent introduction to Guile
2016-02-05 19:46 ` Lawrence Bottorff
@ 2016-02-05 20:29 ` Panicz Maciej Godek
0 siblings, 0 replies; 10+ messages in thread
From: Panicz Maciej Godek @ 2016-02-05 20:29 UTC (permalink / raw)
To: Lawrence Bottorff; +Cc: guile-user@gnu.org
[-- Attachment #1: Type: text/plain, Size: 570 bytes --]
2016-02-05 20:46 GMT+01:00 Lawrence Bottorff <borgauf@gmail.com>:
> Say, would you like me to suggest some editing changes? Your English is
> great, but I've noticed a few errors.
>
Sure, that would be awesome!
I don't think that I ever manage to work out anything comparable to native
profficiency in English, but I'm always eager to learn :) (I know that the
Polish people tend to have problems with pronouns, because we have
nothing similar, for instance, and although I've been wondering about each
single usage, I'm sure that I got some of them wrong)
Thanks! :)
[-- Attachment #2: Type: text/html, Size: 1037 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread