Skip to content

Commit

Permalink
* announce and advertise my book
Browse files Browse the repository at this point in the history
  • Loading branch information
mame committed May 16, 2015
1 parent 69416b0 commit f4b4ebf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,9 @@ To run it on Ubuntu 12.04 LTS, you might want to refer to `.travis.yml`.
$ ppt -d < QR.ppt > QR.prolog
$ swipl -q -t qr -f QR.prolog > QR.py
$ python QR.py > QR.R
$ R --slave -f QR.R > QR.r
$ ratfor -o QR.r.f QR.r && gfortran -o QR QR.r.f && ./QR > QR.rexx
$ R --slave -f QR.R > QR.ratfor
$ ratfor -o QR.ratfor.f QR.ratfor && gfortran -o QR QR.ratfor.f &&
./QR > QR.rexx
$ rexx ./QR.rexx > QR2.rb

You will see that `QR.rb` is the same as `QR2.rb`.
Expand Down Expand Up @@ -294,7 +295,13 @@ A. [Take your pick](https://github.com/mame/quine-relay/issues/11).

### Q. How?

A. *TBD*
A. Good news: I'm now writing "a book" about obfuscated programming.
It will include a detailed explanation of how to write a quine,
an ascii-art quine, and a uroboros quine like this quine-relay.
It will be published in this year (if successful).

Bad news: It will be written in Japanese.
I hope you could translate it to English <strike>and help me earn royalties</strike>.

### Q. Language XXX is missing!

Expand Down
8 changes: 7 additions & 1 deletion src/README.md.gen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,13 @@

### Q. How?

A. *TBD*
A. Good news: I'm now writing "a book" about obfuscated programming.
It will include a detailed explanation of how to write a quine,
an ascii-art quine, and a uroboros quine like this quine-relay.
It will be published in this year (if successful).

Bad news: It will be written in Japanese.
I hope you could translate it to English <strike>and help me earn royalties</strike>.

### Q. Language XXX is missing!

Expand Down

0 comments on commit f4b4ebf

Please sign in to comment.