Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 43 additions & 2 deletions docs/style-guides/julia/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,48 @@
<!--

@license Apache-2.0

Copyright (c) 2026 The Stdlib Authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

-->

# Julia Style Guide

> Style guide for programming in Julia.

TODO
<section class="usage">

See the [Julia style guide](https://docs.julialang.org/en/v1/manual/style-guide/) for comprehensive style recommendations.

</section>

<!-- /.usage -->

<section class="examples">

For examples of Julia code following the style guide, see the official Julia documentation at [docs.julialang.org](https://docs.julialang.org/en/v1/manual/style-guide/).

</section>

<!-- /.examples -->

<section class="links">

- [Julia Style Guide](https://docs.julialang.org/en/v1/manual/style-guide/)
- [Julia Manual](https://docs.julialang.org/en/v1/)

</section>

- Julia [style guide](http://docs.julialang.org/en/release-0.4/manual/style-guide/).
<!-- /.links -->
Loading