https://github.com/inkydragon/juliamemo
Random note and memo about Julia.
https://github.com/inkydragon/juliamemo
cc0 julia unlicense
Last synced: about 1 month ago
JSON representation
Random note and memo about Julia.
- Host: GitHub
- URL: https://github.com/inkydragon/juliamemo
- Owner: inkydragon
- License: unlicense
- Created: 2021-12-15T13:45:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-09-06T09:31:56.000Z (10 months ago)
- Last Synced: 2025-11-12T05:40:48.499Z (8 months ago)
- Topics: cc0, julia, unlicense
- Language: Julia
- Homepage:
- Size: 228 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Julia Memo
julia 相关的笔记与备忘。
Random note and memo about Julia.
## Meta
Julia v0.7.0 has been released on **2018-08-08**.
## Topic
[infix operators](topic\infix-operators.md);
currying: [RFC: curry underscore arguments to create anonymous functions by stevengj · JuliaLang/julia#24990](https://github.com/JuliaLang/julia/pull/24990)
## LICENSE
```
// SPDX-License-Identifier: Unlicense OR CC-BY-4.0
```
Choose [Unlicense](LICENSE), make it easy to copy and run (paste).
For long quotes, you may want to use [CC-BY 4.0 license](https://creativecommons.org/licenses/by/4.0/).