Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ruby to list #5623

Merged
merged 1 commit into from
Mar 8, 2022
Merged
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
15 changes: 8 additions & 7 deletions src/content/developers/docs/programming-languages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,24 @@ lang: en
sidebar: true
---

A common misconception is that developers must write smart contracts in order to build on Ethereum. This is false.
A common misconception is that developers must write [smart contracts](/developers/docs/smart-contracts/) in order to build on Ethereum. This is false.
One of the beauties of the Ethereum network and community is that you're able to [participate](/community/) in just about any programming language.

Ethereum and its community embrace open source. You can find community projects - client implementations, APIs, development frameworks, testing tools - in a wide variety of languages.

## Choose your language {#data}

Select your language of choice to find projects, resources, and virtual communities:
Select your programming language of choice to find projects, resources, and virtual communities:

- [Ethereum for Dart developers](/developers/docs/programming-languages/dart/)
- [Ethereum for Delphi developers](/developers/docs/programming-languages/delphi/)
- [Ethereum for .NET developers](/developers/docs/programming-languages/dot-net/)
- [Ethereum for Go developers](/developers/docs/programming-languages/golang/)
- [Ethereum for Java developers](/developers/docs/programming-languages/java/)
- [Ethereum for Python developers](/developers/docs/programming-languages/python/)
- [Ethereum for JavaScript developers](/developers/docs/programming-languages/javascript/)
- [Ethereum for Go developers](/developers/docs/programming-languages/golang/)
- [Ethereum for Python developers](/developers/docs/programming-languages/python/)
- [Ethereum for Ruby developers](/developers/docs/programming-languages/ruby/)
- [Ethereum for Rust developers](/developers/docs/programming-languages/rust/)
- [Ethereum for .NET developers](/developers/docs/programming-languages/dot-net/)
- [Ethereum for Delphi developers](/developers/docs/programming-languages/delphi/)
- [Ethereum for Dart developers](/developers/docs/programming-languages/dart/)

### What if my language is not supported {#other-lang}

Expand Down