https://github.com/quacksouls/jaf
Adventures in functional JavaScript
https://github.com/quacksouls/jaf
functional-programming javascript
Last synced: 9 months ago
JSON representation
Adventures in functional JavaScript
- Host: GitHub
- URL: https://github.com/quacksouls/jaf
- Owner: quacksouls
- Created: 2023-05-18T04:48:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-29T09:20:52.000Z (over 2 years ago)
- Last Synced: 2025-01-16T16:59:48.587Z (10 months ago)
- Topics: functional-programming, javascript
- Language: CSS
- Homepage: https://quacksouls.github.io/jaf/
- Size: 2.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adventures in Functional JavaScript
[](http://creativecommons.org/licenses/by-nc-sa/4.0/)
_Insert introduction_
## Development
We customized various themes:
- [Ace](https://github.com/manchiyiu/gitbook-plugin-ace): The modified theme
is [here](gitbook/gitbook-plugin-ace/ace.js).
- [include-codeblock](https://github.com/azu/gitbook-plugin-include-codeblock):
Modified the theme of linked file names. The customized theme is
[here](gitbook/gitbook-plugin-include-codeblock/templates/acefull-template.hbs).
The styling is based upon
[`codeblock-filename`](https://github.com/litmon/gitbook-plugin-codeblock-filename/blob/master/book/block.css).
- [prism](https://github.com/gaearon/gitbook-plugin-prism): In the file
[`package.json`](https://github.com/gaearon/gitbook-plugin-prism/blob/master/package.json),
we replaced the lines
```js
"engines": {
"gitbook": ">=2.4.1 <4.0.0"
},
```
with
```js
"engines": {
"gitbook": ">=2.4.1"
},
```
## Acknowledgement
- [HonKit](https://github.com/honkit/honkit) is used to build the tutorial.
## License

This work is licensed under the terms of the Creative Commons
Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0). Refer
to [this page](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode) for
the full text of the license.