https://github.com/reuixiy/philosophy
What is philosophy?
https://github.com/reuixiy/philosophy
philosophy
Last synced: about 2 months ago
JSON representation
What is philosophy?
- Host: GitHub
- URL: https://github.com/reuixiy/philosophy
- Owner: reuixiy
- License: mit
- Created: 2020-02-16T06:15:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-22T12:48:05.000Z (about 5 years ago)
- Last Synced: 2025-01-16T11:26:06.501Z (3 months ago)
- Topics: philosophy
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# philosophy
## workflow
```sh
$ # input the code
```### c
```sh
$ gcc philosophy.c -o philosophy && ./philosophy | head -n 10
```### js
```sh
$ node philosophy.js | head -n 10
```## output
> What is philosophy?
> What is philosophy of philosophy?
> What is philosophy of philosophy of philosophy?
> What is philosophy of philosophy of philosophy of philosophy?
> [...]## idea
What is philosophy?
Philosophy is not an infinite loop inside, philosophy is a finite code outside.