2020-05-15 13:41:26 +03:00
|
|
|
---
|
|
|
|
layout: section-summary
|
|
|
|
title: Enso Developer Style Guides
|
|
|
|
category: style-guide
|
|
|
|
tags: [style-guide, readme]
|
|
|
|
order: 0
|
|
|
|
---
|
|
|
|
|
|
|
|
# Enso Developer Style Guides
|
2020-07-21 15:59:40 +03:00
|
|
|
|
2020-05-15 13:41:26 +03:00
|
|
|
This folder contains the style guides for developers working on the various
|
|
|
|
languages that make up the Enso project.
|
|
|
|
|
|
|
|
- [Scala](./scala.md)
|
|
|
|
- [Java](./java.md)
|
|
|
|
- [Rust](./rust.md)
|
|
|
|
- [Haskell](./haskell.md)
|
2020-07-21 15:59:40 +03:00
|
|
|
|
|
|
|
Our configuration and documentation also has style guides:
|
|
|
|
|
|
|
|
- [Markdown](./markdown.md)
|
|
|
|
- [YAML](./yaml.md)
|