An open API service indexing awesome lists of open source software.

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.

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/).